Searched refs:mDna (Results 1 – 1 of 1) sorted by relevance
114 HashMap<Integer, Utils.DNAStrand> mDna = null; field in MonthWeekEventsView274 mDna = null; in createDna()297 mDna = Utils.createDNAStrands(mFirstJulianDay, unsortedEvents, top, bottom, in createDna()552 if (mDna == null && mUnsortedEvents != null) { in onDraw()971 if (mDna != null) { in drawDNA()972 for (Utils.DNAStrand strand : mDna.values()) { in drawDNA()981 Utils.DNAStrand strand = mDna.get(CONFLICT_COLOR); in drawDNA()