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

  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 610 // A single strand represents one color of events. Events are divided up by
611 // color to make them convenient to draw. The black strand is special in
639 * strand's color and calling drawLines on its set of points. The points are
688 // add a black strand by default, other colors will get added in
880 DNAStrand strand = getOrCreateStrand(strands, CONFLICT_COLOR); local
906 DNAStrand strand = strandIterator.next(); local
917 DNAStrand strand = strands.get(segment.color); local
1012 DNAStrand strand = getOrCreateStrand(strands, segment.color); local
1020 DNAStrand strand = strands.get(color); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 821 for (Utils.DNAStrand strand : mDna.values()) {
822 if (strand.color == CONFLICT_COLOR || strand.points == null
823 || strand.points.length == 0) {
826 mDNATimePaint.setColor(strand.color);
827 canvas.drawLines(strand.points, mDNATimePaint);
830 Utils.DNAStrand strand = mDna.get(CONFLICT_COLOR); local
831 if (strand != null && strand.points != null && strand.points.length != 0)
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 1002 milliseconds