Searched defs:fromShadeLocked (Results 1 - 2 of 2) 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 DStatusBar.java4350 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */);
4518 updateKeyguardState(staying, false /* fromShadeLocked */);
4624 protected void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { argument
4630 mKeyguardUserSwitcher.setKeyguard(true, fromShadeLocked);
4642 fromShadeLocked);
4657 updateStackScrollerState(goingToFullShade, fromShadeLocked);
4730 public void updateStackScrollerState(boolean goingToFullShade, boolean fromShadeLocked) { argument
4735 mStackScroller.setDimmed(onKeyguard, fromShadeLocked /* animate */);
5046 updateKeyguardState(false /* goingToFullShade */, false /* fromShadeLocked */);
5210 updateKeyguardState(false /* goingToFullShade */, true /* fromShadeLocked*/);
[all...]

Completed in 106 milliseconds