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();
143 private NotificationContentView[] mLayouts; field in ExpandableNotificationRow268 for (NotificationContentView l : mLayouts) { in setIconAnimationRunning()333 for (NotificationContentView l : mLayouts) { in onNotificationUpdated()388 for (NotificationContentView l : mLayouts) { in updateLimits()845 for (NotificationContentView l : mLayouts) {867 for (NotificationContentView l : mLayouts) {1075 for (NotificationContentView l : mLayouts) {1090 for (NotificationContentView l : mLayouts) {1230 mLayouts = new NotificationContentView[] {mPrivateLayout, mPublicLayout};1232 for (NotificationContentView l : mLayouts) {[all …]