Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java193 row.setHideSensitiveForIntrinsicHeight(true); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()
216 group.setHideSensitiveForIntrinsicHeight(true); in testSetSensitiveOnGroupRowNotifiesOfHeightChange()
243 publicRow.setHideSensitiveForIntrinsicHeight(true); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
281 group.setHideSensitiveForIntrinsicHeight(true); in testGroupSummaryNotShowingIconWhenPublic()
775 row.setHideSensitiveForIntrinsicHeight(/* hideSensitive= */true); in isExpanded_hideSensitive_sensitiveNotExpanded()
789 row.setHideSensitiveForIntrinsicHeight(/* hideSensitive= */false); in isExpanded_hideSensitive_nonSensitiveExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java289 public void setHideSensitiveForIntrinsicHeight(boolean hideSensitive) { in setHideSensitiveForIntrinsicHeight() method in ExpandableView
DExpandableNotificationRow.java2913 public void setHideSensitiveForIntrinsicHeight(boolean hideSensitive) {
2920 child.setHideSensitiveForIntrinsicHeight(hideSensitive);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3037 child.setHideSensitiveForIntrinsicHeight(mAmbientState.isHideSensitive()); in updateHideSensitiveForChild()
4341 v.setHideSensitiveForIntrinsicHeight(hideSensitive); in updateSensitiveness()