Searched refs:onTouchOutsideOfSensorArea (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/udfps/ |
H A D | UdfpsUtilsTest.java | 59 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation() 66 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation() 73 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation() 80 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation() 93 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation90Degrees() 100 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation90Degrees() 107 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation90Degrees() 114 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation90Degrees() 127 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation270Degrees() 134 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation270Degrees() [all …]
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/udfps/ |
H A D | UdfpsUtils.java | 92 public String onTouchOutsideOfSensorArea(boolean touchExplorationEnabled, Context context, in onTouchOutsideOfSensorArea() method in UdfpsUtils
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsControllerOverlay.kt | 343 fun onTouchOutsideOfSensorArea(scaledTouch: Point) { regex 345 udfpsUtils.onTouchOutsideOfSensorArea(
|
H A D | UdfpsController.java | 774 mOverlay.onTouchOutsideOfSensorArea(scaledTouch); in oldOnTouch()
|