HomeSort by relevance Sort by last modified time
    Searched full:strand (Results 1 - 8 of 8) 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/libpcap/
CREDITS 62 Love H?rnquist-?strand <lha@stacken.kth.se>
  /external/tcpdump/
CREDITS 86 Love H?rnquist-?strand <lha@stacken.kth.se>
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 193 * gracefully from clock rollbacks which could otherwise strand our timers.
  /external/chromium/net/base/
effective_tld_names.dat     [all...]
effective_tld_names.gperf     [all...]
effective_tld_names.cc     [all...]

Completed in 3514 milliseconds