Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java198 row.setHideSensitiveForIntrinsicHeight(true); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()
230 group.setHideSensitiveForIntrinsicHeight(true); in testSetSensitiveOnGroupRowNotifiesOfHeightChange()
266 publicRow.setHideSensitiveForIntrinsicHeight(true); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
304 group.setHideSensitiveForIntrinsicHeight(true); in testGroupSummaryNotShowingIconWhenPublic()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java292 public void setHideSensitiveForIntrinsicHeight(boolean hideSensitive) { in setHideSensitiveForIntrinsicHeight() method in ExpandableView
H A DExpandableNotificationRow.java2815 public void setHideSensitiveForIntrinsicHeight(boolean hideSensitive) {
2822 child.setHideSensitiveForIntrinsicHeight(hideSensitive);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3060 child.setHideSensitiveForIntrinsicHeight(mAmbientState.isHideSensitive()); in updateHideSensitiveForChild()
4329 v.setHideSensitiveForIntrinsicHeight(hideSensitive); in updateSensitiveness()