HomeSort by relevance Sort by last modified time
    Searched defs:hasColors (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/diagtool/
TreeView.cpp 26 static bool hasColors(const llvm::raw_ostream &out) {
39 : out(out), ShowColors(hasColors(out)), FlagsOnly(false) {}
  /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;
175 hasColors = false;
270 if (hasColors) key |= programid(0x1) << PROGRAM_HAS_COLORS;

Completed in 102 milliseconds