Searched refs:fromShadeLocked (Results 1 – 2 of 2) sorted by relevance
483 public void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() argument484 super.updateKeyguardState(goingToFullShade, fromShadeLocked); in updateKeyguardState()
3812 protected void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() argument3818 mKeyguardUserSwitcher.setKeyguard(true, fromShadeLocked); in updateKeyguardState()3830 fromShadeLocked); in updateKeyguardState()3840 updateStackScrollerState(goingToFullShade, fromShadeLocked); in updateKeyguardState()3918 public void updateStackScrollerState(boolean goingToFullShade, boolean fromShadeLocked) { in updateStackScrollerState() argument3926 mStackScroller.setDimmed(onKeyguard, fromShadeLocked /* animate */); in updateStackScrollerState()