Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java253 row.getPublicLayout().performWhenContentInactive(VISIBLE_TYPE_CONTRACTED, () -> { in freeNotificationView()
254 row.getPublicLayout().setContractedChild(null); in freeNotificationView()
283 row.getPublicLayout().removeContentInactiveRunnable(VISIBLE_TYPE_CONTRACTED); in cancelContentViewFrees()
385 NotificationContentView publicLayout = row.getPublicLayout(); in apply()
710 NotificationContentView publicLayout = row.getPublicLayout(); in finishIfDone()
H A DExpandableNotificationRow.java435 public NotificationContentView getPublicLayout() { in getPublicLayout() method in ExpandableNotificationRow
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java200 assertThat(row.getShowingLayout()).isSameInstanceAs(row.getPublicLayout()); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()
232 assertThat(group.getShowingLayout()).isSameInstanceAs(group.getPublicLayout()); in testSetSensitiveOnGroupRowNotifiesOfHeightChange()
268 assertThat(publicRow.getShowingLayout()).isSameInstanceAs(publicRow.getPublicLayout()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
282 .isEqualTo(publicRow.getPublicLayout().getMinHeight()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()