Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java239 ExpandableNotificationRow publicRow = mNotificationTestHelper.createRow(publicNotif); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange() local
242 measureAndLayout(publicRow); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
243 publicRow.setHideSensitiveForIntrinsicHeight(true); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
244 publicRow.setSensitive(true, true); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
245 assertThat(publicRow.getShowingLayout()).isSameInstanceAs(publicRow.getPublicLayout()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
246 assertThat(publicRow.getIntrinsicHeight()).isGreaterThan(0); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
250 publicRow.setOnHeightChangedListener(listener); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
253 publicRow.setSensitive(false, true); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
256 assertThat(publicRow.getShowingLayout()).isSameInstanceAs(publicRow.getPrivateLayout()); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
257 assertThat(publicRow.getIntrinsicHeight()).isGreaterThan(0); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
[all …]