Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A 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++) { in setIgnoredValue()
63 mLayouts.get(i).invalidate(); in setIgnoredValue()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java218 private NotificationContentView[] mLayouts; field in ExpandableNotificationRow
389 return Arrays.copyOf(mLayouts, mLayouts.length); in getLayouts()
430 for (NotificationContentView l : mLayouts) { in setIconAnimationRunning()
558 for (NotificationContentView l : mLayouts) { in onNotificationUpdated()
601 for (NotificationContentView l : mLayouts) { in updateBubbleButton()
645 for (NotificationContentView l : mLayouts) { in updateLimits()
1243 for (NotificationContentView l : mLayouts) {
1292 for (NotificationContentView l : mLayouts) {
1379 for (NotificationContentView l : mLayouts) {
1880 if (mLayouts != null) {
[all …]
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java309 private StaticLayout[] mLayouts = null; field in DayView
1781 if (mLayouts == null || mLayouts.length < events.size()) { in reloadEvents()
1782 mLayouts = new StaticLayout[events.size()]; in reloadEvents()
1784 Arrays.fill(mLayouts, null); in reloadEvents()
2767 StaticLayout layout = getEventLayout(mLayouts, i, event, eventTextPaint, r); in drawEvents()