Searched defs:goingToFullShade (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java809 boolean goingToFullShade) {
816 setKeyguardStatusViewVisibility(statusBarState, keyguardFadingAway, goingToFullShade);
817 setKeyguardBottomAreaVisibility(statusBarState, goingToFullShade);
818 if (goingToFullShade) {
827 if (goingToFullShade) {
932 boolean goingToFullShade) {
933 if (goingToFullShade) {
955 boolean goingToFullShade) {
957 && statusBarState != StatusBarState.KEYGUARD) || goingToFullShade) {
808 setBarState(int statusBarState, boolean keyguardFadingAway, boolean goingToFullShade) argument
931 setKeyguardBottomAreaVisibility(int statusBarState, boolean goingToFullShade) argument
954 setKeyguardStatusViewVisibility(int statusBarState, boolean keyguardFadingAway, boolean goingToFullShade) argument
H A DPhoneStatusBar.java3507 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */);
3636 private void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { argument
3644 goingToFullShade || mState == StatusBarState.SHADE_LOCKED || fromShadeLocked);
3651 mNotificationPanel.setBarState(mState, mKeyguardFadingAway, goingToFullShade);
3654 updateStackScrollerState(goingToFullShade);
3678 public void updateStackScrollerState(boolean goingToFullShade) { argument
3681 mStackScroller.setHideSensitive(isLockscreenPublicMode(), goingToFullShade);
3874 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */);
3888 updateKeyguardState(false /* goingToFullShade */, true /* fromShadeLocked*/);

Completed in 56 milliseconds