HomeSort by relevance Sort by last modified time
    Searched refs:CONFLICT_COLOR (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 95 static int CONFLICT_COLOR = 0xFF000000;
669 CONFLICT_COLOR = res.getColor(R.color.month_dna_conflict_time_color);
691 blackStrand.color = CONFLICT_COLOR;
692 strands.put(CONFLICT_COLOR, blackStrand);
789 if (currSegment.color == CONFLICT_COLOR) {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 76 private static int CONFLICT_COLOR = Color.BLACK;
341 CONFLICT_COLOR = resources.getColor(R.color.month_dna_conflict_time_color);
822 if (strand.color == CONFLICT_COLOR || strand.points == null
830 Utils.DNAStrand strand = mDna.get(CONFLICT_COLOR);
    [all...]

Completed in 111 milliseconds