Searched refs:mUdfpsOverlayInteractor (Results 1 – 6 of 6) sorted by relevance
80 protected @Mock UdfpsOverlayInteractor mUdfpsOverlayInteractor; field in UdfpsKeyguardViewLegacyControllerBaseTest158 mUdfpsOverlayInteractor); in createUdfpsKeyguardViewController()
78 mUdfpsOverlayInteractor = kosmos.udfpsOverlayInteractor in createUdfpsKeyguardViewController()190 val shouldHandleTouches by collectLastValue(mUdfpsOverlayInteractor.shouldHandleTouches) in shouldHandleTouchesChange()215 val shouldHandleTouches by collectLastValue(mUdfpsOverlayInteractor.shouldHandleTouches) in shouldHandleTouchesOnDetach()
227 private UdfpsOverlayInteractor mUdfpsOverlayInteractor; field in UdfpsControllerTest372 mUdfpsOverlayInteractor, in initUdfpsController()
150 @Mock private UdfpsOverlayInteractor mUdfpsOverlayInteractor; field in StatusBarKeyguardViewManagerTest220 mUdfpsOverlayInteractor, in setUp()728 mUdfpsOverlayInteractor, in hideAlternateBouncer_beforeCentralSurfacesRegistered()839 when(mUdfpsOverlayInteractor.isTouchWithinUdfpsArea(any())).thenReturn(false); in handleDispatchTouchEvent_shouldInterceptTouchAndHandleTouch()865 when(mUdfpsOverlayInteractor.isTouchWithinUdfpsArea(any())).thenReturn(true); in handleDispatchTouchEvent_shouldInterceptTouchButNotHandleTouch()940 when(mUdfpsOverlayInteractor.isTouchWithinUdfpsArea(any())).thenReturn(false); in alternateBouncerOnTouch_actionDownThenUp_noMinTimeShown_noHideAltBouncer()964 when(mUdfpsOverlayInteractor.isTouchWithinUdfpsArea(any())).thenReturn(false); in alternateBouncerOnTouch_actionDownThenUp_handlesTouch_hidesAltBouncer()988 when(mUdfpsOverlayInteractor.isTouchWithinUdfpsArea(any())).thenReturn(false); in alternateBouncerOnTouch_actionUp_doesNotHideAlternateBouncer()
181 @NonNull private final UdfpsOverlayInteractor mUdfpsOverlayInteractor; field in UdfpsController273 mUdfpsOverlayInteractor.setRequestId(requestId); in showUdfpsOverlay()307 mUdfpsOverlayInteractor, in showUdfpsOverlay()775 mUdfpsOverlayInteractor = udfpsOverlayInteractor; in UdfpsController()
319 private final UdfpsOverlayInteractor mUdfpsOverlayInteractor; field in StatusBarKeyguardViewManager422 mUdfpsOverlayInteractor = udfpsOverlayInteractor; in StatusBarKeyguardViewManager()1700 && !mUdfpsOverlayInteractor.isTouchWithinUdfpsArea(event)) { in dispatchTouchEvent()