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.java300 if (mRow.getPublicLayout().isContentViewInactive(VISIBLE_TYPE_CONTRACTED)) { in freeNotificationView()
301 mRow.getPublicLayout().setContractedChild(null); in freeNotificationView()
372 NotificationContentView publicLayout = row.getPublicLayout(); in apply()
612 NotificationContentView publicLayout = row.getPublicLayout(); in finishIfDone()
DExpandableNotificationRow.java377 public NotificationContentView getPublicLayout() { in getPublicLayout() method in ExpandableNotificationRow
475 getPublicLayout().performWhenContentInactive(VISIBLE_TYPE_CONTRACTED, in freeContentViewWhenSafe()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java161 row.getPublicLayout().setVisibility(View.GONE); in setNeedsRedactionFreesViewWhenFalse()
165 assertNull(row.getPublicLayout().getContractedChild()); in setNeedsRedactionFreesViewWhenFalse()