Home
last modified time | relevance | path

Searched refs:hideIfNotSimple (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java237 public boolean hideIfNotSimple(boolean animate) { in hideIfNotSimple() method in KeyguardUserSwitcher
337 mKeyguardUserSwitcher.hideIfNotSimple(true /* animate */); in onClick()
367 mKeyguardUserSwitcher.hideIfNotSimple(true /* animate */); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java1670 mKeyguardUserSwitcher.hideIfNotSimple(true /* animate */); in updateQsState()
DStatusBar.java3481 if (mKeyguardUserSwitcher != null && mKeyguardUserSwitcher.hideIfNotSimple(true)) { in onBackPressed()