Home
last modified time | relevance | path

Searched refs:mUdfpsUtils (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DUdfpsUtilsTest.java46 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/
DAuthController.java181 @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/
DAuthControllerTest.java169 private UdfpsUtils mUdfpsUtils; field in AuthControllerTest
1066 mHandler, mBackgroundExecutor, mUdfpsUtils, mVibratorHelper); in TestableAuthController()