Home
last modified time | relevance | path

Searched refs:goingToFullShade (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardRootViewBinder.kt82 val goingToFullShade = visibilityState.goingToFullShade regex
86 if (goingToFullShade) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardQsUserSwitchController.java94 boolean goingToFullShade = mStatusBarStateController.goingToFullShade();
102 goingToFullShade,
340 boolean goingToFullShade, in setKeyguardQsUserSwitchVisibility() argument
343 statusBarState, keyguardFadingAway, goingToFullShade, oldStatusBarState); in setKeyguardQsUserSwitchVisibility()
H A DKeyguardUserSwitcherController.java125 boolean goingToFullShade = mStatusBarStateController.goingToFullShade();
130 if (mStatusBarStateController.goingToFullShade()
138 goingToFullShade,
326 boolean goingToFullShade, in setKeyguardUserSwitcherVisibility() argument
329 statusBarState, keyguardFadingAway, goingToFullShade, oldStatusBarState); in setKeyguardUserSwitcherVisibility()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/shared/model/
H A DKeyguardRootViewVisibilityState.kt29 val goingToFullShade: Boolean,
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeKeyguardRepository.kt125 goingToFullShade = false,
256 goingToFullShade: Boolean,
262 goingToFullShade,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardVisibilityHelper.java88 boolean goingToFullShade, in setViewVisibility() argument
96 && statusBarState != KEYGUARD) || goingToFullShade) { in setViewVisibility()
H A DKeyguardStatusViewController.java322 boolean goingToFullShade, in setKeyguardStatusViewVisibility() argument
325 statusBarState, keyguardFadingAway, goingToFullShade, oldStatusBarState); in setKeyguardStatusViewVisibility()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardRepository.kt218 goingToFullShade: Boolean,
721 goingToFullShade = false,
742 goingToFullShade: Boolean,
748 goingToFullShade,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSysuiStatusBarStateController.java136 boolean goingToFullShade(); in goingToFullShade() method
H A DStatusBarStateControllerImpl.java479 public boolean goingToFullShade() { in goingToFullShade() method in StatusBarStateControllerImpl
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardInteractor.kt246 goingToFullShade: Boolean,
251 goingToFullShade,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2298 private void setKeyguardVisibility(int statusBarState, boolean goingToFullShade) { in setKeyguardVisibility() argument
2301 goingToFullShade, in setKeyguardVisibility()
2307 private void setKeyguardBottomAreaVisibility(int statusBarState, boolean goingToFullShade) { in setKeyguardBottomAreaVisibility() argument
2309 if (goingToFullShade) { in setKeyguardBottomAreaVisibility()
4508 boolean goingToFullShade = mStatusBarStateController.goingToFullShade(); in onStateChanged()
4528 goingToFullShade, in onStateChanged()
4532 setKeyguardVisibility(statusBarState, goingToFullShade); in onStateChanged()
4534 setKeyguardBottomAreaVisibility(statusBarState, goingToFullShade); in onStateChanged()
4550 if (oldState == KEYGUARD && (goingToFullShade in onStateChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java342 mView.updateSensitiveness(mStatusBarStateController.goingToFullShade(),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java3554 || mStatusBarStateController.goingToFullShade())) {