Searched refs:mUdfpsUtils (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | UdfpsUtilsTest.java | 46 private UdfpsUtils mUdfpsUtils; field in UdfpsUtilsTest 57 mUdfpsUtils = new UdfpsUtils(); in setUp() 65 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation() 74 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation() 83 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation() 92 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaNoRotation() 107 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaRotation90Degrees() 116 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaRotation90Degrees() 125 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaRotation90Degrees() 134 mUdfpsUtils.onTouchOutsideOfSensorArea(true, mContext, in testTouchOutsideAreaRotation90Degrees() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthController.java | 181 @NonNull private final UdfpsUtils mUdfpsUtils; field in AuthController 612 mScaleFactor = mUdfpsUtils.getScaleFactor(mCachedDisplayInfo); in updateSensorLocations() 762 mUdfpsUtils = udfpsUtils; in AuthController()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | AuthControllerTest.java | 169 private UdfpsUtils mUdfpsUtils; field in AuthControllerTest 1066 mHandler, mBackgroundExecutor, mUdfpsUtils, mVibratorHelper); in TestableAuthController()
|