Searched refs:processTouch (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsControllerTest.java | 404 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/ |
D | TouchProcessor.kt | 42 fun processTouch( method
|
D | SinglePointerTouchProcessor.kt | 40 override fun processTouch( in processTouch() method in com.android.systemui.biometrics.udfps.SinglePointerTouchProcessor
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessorTest.kt | 42 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/ |
D | UdfpsController.java | 586 final TouchProcessorResult result = mTouchProcessor.processTouch(event, mActivePointerId, in onTouch()
|