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.java244 private NotificationContentView[] mLayouts; field in ExpandableNotificationRow
405 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 …]