OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasColors
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
CalendarColorCache.java
91
public boolean
hasColors
(String accountName, String accountType) {
SelectSyncedCalendarsMultiAccountAdapter.java
327
colorSquare.setEnabled(mCache.
hasColors
(accountName, accountType));
347
if (!mCache.
hasColors
(accountName, accountType)) {
/frameworks/base/libs/hwui/
Program.h
128
bool
hasColors
;
174
hasColors
= false;
269
if (
hasColors
) key |= programid(0x1) << PROGRAM_HAS_COLORS;
Completed in 193 milliseconds