Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java404 when(mSinglePointerTouchProcessor.processTouch(any(), anyInt(), any())).thenReturn( in onActionDownTouch_whenCanDismissLockScreen_entersDevice()
436 when(mSinglePointerTouchProcessor.processTouch(any(), anyInt(), any())).thenReturn( in onActionMoveTouch_whenCanDismissLockScreen_entersDevice()
462 when(mSinglePointerTouchProcessor.processTouch(any(), anyInt(), any())).thenReturn( in onMultipleTouch_whenCanDismissLockScreen_entersDeviceOnce()
470 when(mSinglePointerTouchProcessor.processTouch(any(), anyInt(), any())).thenReturn( in onMultipleTouch_whenCanDismissLockScreen_entersDeviceOnce()
666 when(mSinglePointerTouchProcessor.processTouch(any(), anyInt(), any())).thenReturn( in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()
763 when(mSinglePointerTouchProcessor.processTouch(any(), anyInt(), any())).thenReturn( in fingerDownParameterized()
886 when(mSinglePointerTouchProcessor.processTouch(any(), anyInt(), any())).thenReturn( in onFingerUp_displayConfigurationParameterized()
900 when(mSinglePointerTouchProcessor.processTouch(any(), anyInt(), any())).thenReturn( in onFingerUp_displayConfigurationParameterized()
1006 when(mSinglePointerTouchProcessor.processTouch(any(), anyInt(), any())).thenReturn( in aodInterruptCancelTimeoutActionOnFingerUpParameterized()
1017 when(mSinglePointerTouchProcessor.processTouch(any(), anyInt(), any())).thenReturn( in aodInterruptCancelTimeoutActionOnFingerUpParameterized()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/udfps/
DTouchProcessor.kt42 fun processTouch( method
DSinglePointerTouchProcessor.kt40 override fun processTouch( in processTouch() method in com.android.systemui.biometrics.udfps.SinglePointerTouchProcessor
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessorTest.kt42 fun processTouch() { in <lambda>() method in com.android.systemui.biometrics.udfps.SinglePointerTouchProcessorTest
47 underTest.processTouch( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsController.java586 final TouchProcessorResult result = mTouchProcessor.processTouch(event, mActivePointerId, in onTouch()