Home
last modified time | relevance | path

Searched refs:fromShadeLocked (Results 1 – 2 of 2) 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/
DStatusBar.java3812 protected void updateKeyguardState(boolean goingToFullShade, boolean fromShadeLocked) { in updateKeyguardState() argument
3818 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() argument
3926 mStackScroller.setDimmed(onKeyguard, fromShadeLocked /* animate */); in updateStackScrollerState()