Searched refs:mLayouts (Results 1 – 2 of 2) 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++) {63 mLayouts.get(i).invalidate();
244 private NotificationContentView[] mLayouts; field in ExpandableNotificationRow405 return Arrays.copyOf(mLayouts, mLayouts.length); in getLayouts()460 for (NotificationContentView l : mLayouts) { in setAnimationRunning()584 for (NotificationContentView l : mLayouts) { in onNotificationUpdated()661 for (NotificationContentView l : mLayouts) { in updateBubbleButton()708 for (NotificationContentView l : mLayouts) { in updateLimits()827 for (NotificationContentView l : mLayouts) {1393 for (NotificationContentView l : mLayouts) {1446 for (NotificationContentView l : mLayouts) {1526 for (NotificationContentView l : mLayouts) {[all …]