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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarStatusBar.java344 public void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { argument
345 super.updateKeyguardState(goingToFullShade, fromShadeLocked);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java1098 boolean goingToFullShade) {
1101 setKeyguardStatusViewVisibility(statusBarState, keyguardFadingAway, goingToFullShade);
1102 setKeyguardBottomAreaVisibility(statusBarState, goingToFullShade);
1111 && (goingToFullShade || statusBarState == StatusBarState.SHADE_LOCKED)) {
1207 boolean goingToFullShade) {
1209 if (goingToFullShade) {
1228 boolean goingToFullShade) {
1230 && statusBarState != StatusBarState.KEYGUARD) || goingToFullShade) {
1097 setBarState(int statusBarState, boolean keyguardFadingAway, boolean goingToFullShade) argument
1206 setKeyguardBottomAreaVisibility(int statusBarState, boolean goingToFullShade) argument
1227 setKeyguardStatusViewVisibility(int statusBarState, boolean keyguardFadingAway, boolean goingToFullShade) argument
H A DStatusBar.java4350 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */);
4624 protected void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { argument
4640 goingToFullShade ||
4653 mNotificationPanel.setBarState(mState, mKeyguardFadingAway, goingToFullShade);
4657 updateStackScrollerState(goingToFullShade, fromShadeLocked);
4730 public void updateStackScrollerState(boolean goingToFullShade, boolean fromShadeLocked) { argument
4734 mStackScroller.setHideSensitive(publicMode, goingToFullShade);
5046 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */);
5210 updateKeyguardState(false /* goingToFullShade */, true /* fromShadeLocked*/);

Completed in 336 milliseconds