Home
last modified time | relevance | path

Searched refs:shouldDismissOnMenuPressed (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/
DBouncerView.kt45 fun shouldDismissOnMenuPressed(): Boolean method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardKeyEventInteractor.kt106 statusBarKeyguardViewManager.shouldDismissOnMenuPressed() in dispatchMenuKeyEvent()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardKeyEventInteractorTest.kt136 whenever(statusBarKeyguardViewManager.shouldDismissOnMenuPressed()).thenReturn(true) in dispatchKeyEvent_menuActionUp_awakeShadeLocked_collapsesShade()
145 whenever(statusBarKeyguardViewManager.shouldDismissOnMenuPressed()).thenReturn(true) in dispatchKeyEvent_menuActionUp_asleepKeyguard_neverCollapsesShade()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/binder/
DKeyguardBouncerViewBinder.kt72 override fun shouldDismissOnMenuPressed(): Boolean { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarKeyguardViewManager.java1486 public boolean shouldDismissOnMenuPressed() { in shouldDismissOnMenuPressed() method in StatusBarKeyguardViewManager
1488 && mPrimaryBouncerView.getDelegate().shouldDismissOnMenuPressed(); in shouldDismissOnMenuPressed()