Home
last modified time | relevance | path

Searched refs:setKeyguardUserSwitcherShowing (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java133 mStatusBarView.setKeyguardUserSwitcherShowing(true, animate); in show()
148 mStatusBarView.setKeyguardUserSwitcherShowing(false, animate); in hide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java395 public void setKeyguardUserSwitcherShowing(boolean showing, boolean animate) { in setKeyguardUserSwitcherShowing() method in KeyguardStatusBarView