Home
last modified time | relevance | path

Searched refs:strand (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DUtils.java1067 DNAStrand strand = getOrCreateStrand(strands, CONFLICT_COLOR); in addAllDayToStrands() local
1069 if (strand.allDays == null) { in addAllDayToStrands()
1070 strand.allDays = new int[numDays]; in addAllDayToStrands()
1076 if (strand.allDays[i] != 0) { in addAllDayToStrands()
1078 strand.allDays[i] = CONFLICT_COLOR; in addAllDayToStrands()
1081 strand.allDays[i] = event.color; in addAllDayToStrands()
1093 DNAStrand strand = strandIterator.next(); in weaveDNAStrands() local
1094 if (strand.count < 1 && strand.allDays == null) { in weaveDNAStrands()
1098 strand.points = new float[strand.count * 4]; in weaveDNAStrands()
1099 strand.position = 0; in weaveDNAStrands()
[all …]
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthWeekEventsView.java972 for (Utils.DNAStrand strand : mDna.values()) { in drawDNA()
973 if (strand.color == CONFLICT_COLOR || strand.points == null in drawDNA()
974 || strand.points.length == 0) { in drawDNA()
977 mDNATimePaint.setColor(strand.color); in drawDNA()
978 canvas.drawLines(strand.points, mDNATimePaint); in drawDNA()
981 Utils.DNAStrand strand = mDna.get(CONFLICT_COLOR); in drawDNA() local
982 if (strand != null && strand.points != null && strand.points.length != 0) { in drawDNA()
983 mDNATimePaint.setColor(strand.color); in drawDNA()
984 canvas.drawLines(strand.points, mDNATimePaint); in drawDNA()
991 if (strand != null && strand.allDays != null && strand.allDays.length == numDays) { in drawDNA()
[all …]
/packages/inputmethods/LatinIME/dictionaries/
Dsv_wordlist.combined.gz1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ...
Dfi_wordlist.combined.gz1dictionary=main:fi,locale=fi,description=Suomi,date=1393228135, ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Dnb_wordlist.combined.gz1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ...
Dnl_wordlist.combined.gz1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ...
Dda_wordlist.combined.gz1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...