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.java229 public boolean hideIfNotSimple(boolean animate) { in hideIfNotSimple() method in KeyguardUserSwitcher
297 mKeyguardUserSwitcher.hideIfNotSimple(true /* animate */); in onClick()
321 mKeyguardUserSwitcher.hideIfNotSimple(true /* animate */); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java1554 mKeyguardUserSwitcher.hideIfNotSimple(true /* animate */); in updateQsState()
DStatusBar.java3295 if (mKeyguardUserSwitcher != null && mKeyguardUserSwitcher.hideIfNotSimple(true)) { in onBackPressed()