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.java483 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/
DNotificationPanelView.java1129 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()
DStatusBar.java3812 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()