Searched refs:mLayouts (Results 1 – 3 of 3) sorted by relevance
33 private final ArrayList<LinearLayout> mLayouts = new ArrayList<>(); field in InvalidateTreeActivity38 mLayouts.add(parent); in createQuadTree()62 for (int i = 0; i < mLayouts.size(); i++) { in setIgnoredValue()63 mLayouts.get(i).invalidate(); in setIgnoredValue()
218 private NotificationContentView[] mLayouts; field in ExpandableNotificationRow389 return Arrays.copyOf(mLayouts, mLayouts.length); in getLayouts()430 for (NotificationContentView l : mLayouts) { in setIconAnimationRunning()558 for (NotificationContentView l : mLayouts) { in onNotificationUpdated()601 for (NotificationContentView l : mLayouts) { in updateBubbleButton()645 for (NotificationContentView l : mLayouts) { in updateLimits()1243 for (NotificationContentView l : mLayouts) {1292 for (NotificationContentView l : mLayouts) {1379 for (NotificationContentView l : mLayouts) {1880 if (mLayouts != null) {[all …]
309 private StaticLayout[] mLayouts = null; field in DayView1781 if (mLayouts == null || mLayouts.length < events.size()) { in reloadEvents()1782 mLayouts = new StaticLayout[events.size()]; in reloadEvents()1784 Arrays.fill(mLayouts, null); in reloadEvents()2767 StaticLayout layout = getEventLayout(mLayouts, i, event, eventTextPaint, r); in drawEvents()