Searched refs:mAllDayLayouts (Results 1 – 1 of 1) sorted by relevance
313 private StaticLayout[] mAllDayLayouts = null; field in DayView2058 if (mAllDayLayouts == null || mAllDayLayouts.length < mAllDayEvents.size()) { in reloadEvents()2059 mAllDayLayouts = new StaticLayout[events.size()]; in reloadEvents()2061 Arrays.fill(mAllDayLayouts, null); in reloadEvents()2964 StaticLayout layout = getEventLayout(mAllDayLayouts, i, event, eventTextPaint, r); in drawAllDayEvents()