Searched refs:goingToFullShade (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/ |
D | CarStatusBar.java | 483 public void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() argument 484 super.updateKeyguardState(goingToFullShade, fromShadeLocked); in updateKeyguardState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationPanelView.java | 1129 boolean goingToFullShade) { in setBarState() argument 1132 setKeyguardStatusViewVisibility(statusBarState, keyguardFadingAway, goingToFullShade); in setBarState() 1133 setKeyguardBottomAreaVisibility(statusBarState, goingToFullShade); in setBarState() 1142 && (goingToFullShade || statusBarState == StatusBarState.SHADE_LOCKED)) { in setBarState() 1246 boolean goingToFullShade) { in setKeyguardBottomAreaVisibility() argument 1248 if (goingToFullShade) { in setKeyguardBottomAreaVisibility() 1267 boolean goingToFullShade) { in setKeyguardStatusViewVisibility() argument 1271 && statusBarState != StatusBarState.KEYGUARD) || goingToFullShade) { in setKeyguardStatusViewVisibility()
|
D | StatusBar.java | 3812 protected void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() argument 3828 goingToFullShade || in updateKeyguardState() 3836 mNotificationPanel.setBarState(mState, mKeyguardFadingAway, goingToFullShade); in updateKeyguardState() 3840 updateStackScrollerState(goingToFullShade, fromShadeLocked); in updateKeyguardState() 3918 public void updateStackScrollerState(boolean goingToFullShade, boolean fromShadeLocked) { in updateStackScrollerState() argument 3925 mStackScroller.setHideSensitive(publicMode, goingToFullShade); in updateStackScrollerState()
|