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

/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DInvalidateTreeActivity.java33 private final ArrayList<LinearLayout> mLayouts = new ArrayList<>(); field in class:InvalidateTreeActivity
38 mLayouts.add(parent);
62 for (int i = 0; i < mLayouts.size(); i++) {
63 mLayouts.get(i).invalidate();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java177 private NotificationContentView[] mLayouts; field in class:ExpandableNotificationRow
355 for (NotificationContentView l : mLayouts) {
465 for (NotificationContentView l : mLayouts) {
534 for (NotificationContentView l : mLayouts) {
1074 for (NotificationContentView l : mLayouts) {
1106 for (NotificationContentView l : mLayouts) {
1373 for (NotificationContentView l : mLayouts) {
1388 for (NotificationContentView l : mLayouts) {
1554 mLayouts = new NotificationContentView[] {mPrivateLayout, mPublicLayout};
1556 for (NotificationContentView l : mLayouts) {
[all...]

Completed in 11 milliseconds