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.java218 row.setHideSensitiveForIntrinsicHeight(true); in setSensitive_doesNothingIfCalledAgain()
238 row.setHideSensitiveForIntrinsicHeight(true); in testSetSensitiveOnNotifRowUpdatesLayout()
260 row.setHideSensitiveForIntrinsicHeight(true); in testSetSensitiveOnNotifRowNotifiesOfHeightChange()
283 group.setHideSensitiveForIntrinsicHeight(true); in testSetSensitiveOnGroupRowNotifiesOfHeightChange()
310 publicRow.setHideSensitiveForIntrinsicHeight(true); in testSetSensitiveOnPublicRowDoesNotNotifyOfHeightChange()
348 group.setHideSensitiveForIntrinsicHeight(true); in testGroupSummaryNotShowingIconWhenPublic()
862 row.setHideSensitiveForIntrinsicHeight(/* hideSensitive= */true); in isExpanded_hideSensitive_sensitiveNotExpanded()
876 row.setHideSensitiveForIntrinsicHeight(/* hideSensitive= */false); in isExpanded_hideSensitive_nonSensitiveExpanded()
960 row.setHideSensitiveForIntrinsicHeight(/* hideSensitive= */true); in isExpanded_sensitivePromotedNotification_notExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java403 public void setHideSensitiveForIntrinsicHeight(boolean hideSensitive) { in setHideSensitiveForIntrinsicHeight() method in ExpandableView
DExpandableNotificationRow.java3506 public void setHideSensitiveForIntrinsicHeight(boolean hideSensitive) { in setHideSensitiveForIntrinsicHeight() method in ExpandableNotificationRow
3513 child.setHideSensitiveForIntrinsicHeight(hideSensitive); in setHideSensitiveForIntrinsicHeight()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3229 child.setHideSensitiveForIntrinsicHeight(mAmbientState.isHideSensitive()); in updateHideSensitiveForChild()
4617 v.setHideSensitiveForIntrinsicHeight(hideSensitive); in updateSensitiveness()