Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java274 public void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() argument
275 super.updateKeyguardState(goingToFullShade, fromShadeLocked); in updateKeyguardState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1049 boolean goingToFullShade) { in setBarState() argument
1052 setKeyguardStatusViewVisibility(statusBarState, keyguardFadingAway, goingToFullShade); in setBarState()
1053 setKeyguardBottomAreaVisibility(statusBarState, goingToFullShade); in setBarState()
1062 && (goingToFullShade || statusBarState == StatusBarState.SHADE_LOCKED)) { in setBarState()
1158 boolean goingToFullShade) { in setKeyguardBottomAreaVisibility() argument
1160 if (goingToFullShade) { in setKeyguardBottomAreaVisibility()
1179 boolean goingToFullShade) { in setKeyguardStatusViewVisibility() argument
1181 && statusBarState != StatusBarState.KEYGUARD) || goingToFullShade) { in setKeyguardStatusViewVisibility()
DStatusBar.java4379 protected void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() argument
4392 goingToFullShade || in updateKeyguardState()
4402 mNotificationPanel.setBarState(mState, mKeyguardFadingAway, goingToFullShade); in updateKeyguardState()
4405 updateStackScrollerState(goingToFullShade, fromShadeLocked); in updateKeyguardState()
4429 public void updateStackScrollerState(boolean goingToFullShade, boolean fromShadeLocked) { in updateStackScrollerState() argument
4433 mStackScroller.setHideSensitive(publicMode, goingToFullShade); in updateStackScrollerState()