Searched refs:getPublicLayout (Results 1 – 3 of 3) sorted by relevance
253 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()
435 public NotificationContentView getPublicLayout() { in getPublicLayout() method in ExpandableNotificationRow
200 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()