Home
last modified time | relevance | path

Searched defs:shouldHide (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DNotificationListViewModelTest.kt478 val shouldHide by collectLastValue(underTest.shouldHideFooterView) in shouldHideFooterView_trueWhenShadeIsClosed() constant
492 val shouldHide by collectLastValue(underTest.shouldHideFooterView) in shouldHideFooterView_falseWhenShadeIsOpen() constant
506 val shouldHide by collectLastValue(underTest.shouldHideFooterView) in shouldHideFooterView_falseWhenQSPartiallyOpen() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialogManager.java116 void shouldHideAffordances(boolean shouldHide); in shouldHideAffordances()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DDisplaySwitchNotificationsHiderTracker.kt41 .collect { shouldHide -> in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DHideNotificationsBinder.kt42 hideListFlow.collect { shouldHide -> in <lambda>() method
/frameworks/base/packages/ExternalStorageProvider/tests/src/com/android/externalstorage/
DExternalStorageProviderTest.java104 final String[] shouldHide = { in test_shouldHideDocument() local
/frameworks/base/core/java/android/app/search/
DSearchTarget.java236 public boolean shouldHide() { in shouldHide() method in SearchTarget
489 public Builder setShouldHide(boolean shouldHide) { in setShouldHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
DHideNotificationsInteractor.kt75 .traceEach(HIDE_STATUS_TRACK_NAME, logcat = true) { shouldHide -> in <lambda>() method