Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java94 boolean goingToFullShade = mStatusBarStateController.goingToFullShade();
102 goingToFullShade,
340 boolean goingToFullShade, in setKeyguardQsUserSwitchVisibility() argument
343 statusBarState, keyguardFadingAway, goingToFullShade, oldStatusBarState); in setKeyguardQsUserSwitchVisibility()
DKeyguardUserSwitcherController.java124 boolean goingToFullShade = mStatusBarStateController.goingToFullShade();
129 if (mStatusBarStateController.goingToFullShade()
137 goingToFullShade,
325 boolean goingToFullShade, in setKeyguardUserSwitcherVisibility() argument
328 statusBarState, keyguardFadingAway, goingToFullShade, oldStatusBarState); in setKeyguardUserSwitcherVisibility()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardVisibilityHelper.java84 boolean goingToFullShade, in setViewVisibility() argument
91 && statusBarState != KEYGUARD) || goingToFullShade) { in setViewVisibility()
DKeyguardStatusViewController.java188 boolean goingToFullShade, in setKeyguardStatusViewVisibility() argument
191 statusBarState, keyguardFadingAway, goingToFullShade, oldStatusBarState); in setKeyguardStatusViewVisibility()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSysuiStatusBarStateController.java136 boolean goingToFullShade(); in goingToFullShade() method
DStatusBarStateControllerImpl.java458 public boolean goingToFullShade() { in goingToFullShade() method in StatusBarStateControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java2214 private void setKeyguardBottomAreaVisibility(int statusBarState, boolean goingToFullShade) { in setKeyguardBottomAreaVisibility() argument
2216 if (goingToFullShade) { in setKeyguardBottomAreaVisibility()
4303 boolean goingToFullShade = mStatusBarStateController.goingToFullShade(); in onStateChanged()
4323 goingToFullShade, in onStateChanged()
4326 setKeyguardBottomAreaVisibility(statusBarState, goingToFullShade); in onStateChanged()
4341 if (oldState == KEYGUARD && (goingToFullShade in onStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java320 mView.updateSensitiveness(mStatusBarStateController.goingToFullShade(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java4300 || mStatusBarStateController.goingToFullShade())) {