Searched refs:getPublicLayout (Results 1 – 3 of 3) sorted by relevance
195 assertThat(row.getShowingLayout()).isSameInstanceAs(row.getPublicLayout()); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()218 assertThat(group.getShowingLayout()).isSameInstanceAs(group.getPublicLayout()); in testSetSensitiveOnGroupRowNotifiesOfHeightChange()245 assertThat(publicRow.getShowingLayout()).isSameInstanceAs(publicRow.getPublicLayout()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()259 .isEqualTo(publicRow.getPublicLayout().getMinHeight()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()358 assertEquals(View.VISIBLE, row.getPublicLayout().getVisibility()); in setHideSensitive_changeContent_shouldNotDisturbAnimation()359 assertEquals(0.5f, row.getPublicLayout().getAlpha(), 0); in setHideSensitive_changeContent_shouldNotDisturbAnimation()
295 row.getPublicLayout().performWhenContentInactive(VISIBLE_TYPE_CONTRACTED, () -> { in freeNotificationView()296 row.getPublicLayout().setContractedChild(null); in freeNotificationView()334 row.getPublicLayout().removeContentInactiveRunnable(VISIBLE_TYPE_CONTRACTED); in cancelContentViewFrees()474 NotificationContentView publicLayout = row.getPublicLayout(); in apply()875 NotificationContentView publicLayout = row.getPublicLayout();
449 public NotificationContentView getPublicLayout() { in getPublicLayout() method in ExpandableNotificationRow