Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DHideNotificationsBinder.kt36 viewController.view.doOnDetach { viewController.bindHideState(shouldHide = false) } in <lambda>()
42 hideListFlow.collect { shouldHide -> in <lambda>() method
43 viewController.bindHideState(shouldHide) in <lambda>()
51 private fun NotificationStackScrollLayoutController.bindHideState(shouldHide: Boolean) { in <lambda>()
52 if (shouldHide) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoHideController.java160 boolean shouldHide = isAnyTransientBarShown() in checkUserAutoHide()
165 shouldHide &= mStatusBar.shouldHideOnTouch(); in checkUserAutoHide()
168 shouldHide &= mNavigationBar.shouldHideOnTouch(); in checkUserAutoHide()
171 if (shouldHide) { in checkUserAutoHide()
DSystemUIDialogManager.java116 void shouldHideAffordances(boolean shouldHide); in shouldHideAffordances() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DDisplaySwitchNotificationsHiderTracker.kt41 .collect { shouldHide -> in <lambda>() method
42 if (shouldHide) { in <lambda>()
/frameworks/base/packages/ExternalStorageProvider/tests/src/com/android/externalstorage/
DExternalStorageProviderTest.java104 final String[] shouldHide = { in test_shouldHideDocument() local
125 for (String path : shouldHide) { in test_shouldHideDocument()
/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
76 if (shouldHide) "hidden" else "visible" in <lambda>()
/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
486 assertThat(shouldHide).isTrue() in shouldHideFooterView_trueWhenShadeIsClosed()
492 val shouldHide by collectLastValue(underTest.shouldHideFooterView) in shouldHideFooterView_falseWhenShadeIsOpen() constant
500 assertThat(shouldHide).isFalse() in shouldHideFooterView_falseWhenShadeIsOpen()
506 val shouldHide by collectLastValue(underTest.shouldHideFooterView) in shouldHideFooterView_falseWhenQSPartiallyOpen() constant
515 assertThat(shouldHide).isFalse() in shouldHideFooterView_falseWhenQSPartiallyOpen()
/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() argument
490 mHidden = shouldHide; in setShouldHide()
/frameworks/base/core/api/
Dsystem-removed.txt54 method @Deprecated public boolean shouldHide();
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java1211 final boolean shouldHide = in updateTemporarilyInvisibleAnimation()
1215 shouldHide && !hideImmediately ? ANIMATE_TEMPORARILY_INVISIBLE_DELAY : 0); in updateTemporarilyInvisibleAnimation()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt72655 Lcom/android/internal/os/BatterySipper;->shouldHide:Z