Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java322 boolean publicSafeToRemove = mRow.getPublicLayout().isContentViewInactive( in freeNotificationView()
328 mRow.getPublicLayout().setAmbientChild(null); in freeNotificationView()
335 if (mRow.getPublicLayout().isContentViewInactive(VISIBLE_TYPE_CONTRACTED)) { in freeNotificationView()
336 mRow.getPublicLayout().setContractedChild(null); in freeNotificationView()
411 NotificationContentView publicLayout = row.getPublicLayout(); in apply()
678 NotificationContentView publicLayout = row.getPublicLayout(); in finishIfDone()
831 NotificationContentView ambientView = redactAmbient ? row.getPublicLayout() in canReapplyAmbient()
DExpandableNotificationRow.java393 public NotificationContentView getPublicLayout() { in getPublicLayout() method in ExpandableNotificationRow
493 getPublicLayout().performWhenContentInactive(VISIBLE_TYPE_AMBIENT, in freeContentViewWhenSafe()
497 getPublicLayout().performWhenContentInactive(VISIBLE_TYPE_CONTRACTED, in freeContentViewWhenSafe()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java169 row.getPublicLayout().setVisibility(View.GONE); in setNeedsRedactionFreesViewWhenFalse()
173 assertNull(row.getPublicLayout().getContractedChild()); in setNeedsRedactionFreesViewWhenFalse()