Home
last modified time | relevance | path

Searched refs:mLayouts (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
DInvalidateTreeActivity.java33 private final ArrayList<LinearLayout> mLayouts = new ArrayList<>(); field in InvalidateTreeActivity
38 mLayouts.add(parent); in createQuadTree()
62 for (int i = 0; i < mLayouts.size(); i++) {
63 mLayouts.get(i).invalidate();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java199 private NotificationContentView[] mLayouts; field in ExpandableNotificationRow
398 for (NotificationContentView l : mLayouts) { in setIconAnimationRunning()
572 for (NotificationContentView l : mLayouts) { in onNotificationUpdated()
658 for (NotificationContentView l : mLayouts) { in updateLimits()
776 for (NotificationContentView l : mLayouts) {
1244 for (NotificationContentView l : mLayouts) {
1286 for (NotificationContentView l : mLayouts) {
1556 for (NotificationContentView l : mLayouts) {
1569 for (NotificationContentView l : mLayouts) {
1768 mLayouts = new NotificationContentView[] {mPrivateLayout, mPublicLayout};
[all …]