Searched refs:setCenterLocation (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | LockIconViewControllerTest.java | 64 verify(mLockIconView).setCenterLocation(eq(udfps.second), eq(udfps.first), in testUpdateFingerprintLocationOnInit() 78 verify(mLockIconView).setCenterLocation(eq(udfps.second), eq(udfps.first), in testUpdatePaddingBasedOnResolutionScale() 99 verify(mLockIconView).setCenterLocation(eq(udfps.second), eq(udfps.first), in testUpdateLockIconLocationOnAuthenticatorsRegistered() 120 verify(mLockIconView).setCenterLocation(eq(udfps.second), eq(udfps.first), in testUpdateLockIconLocationOnUdfpsLocationChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | LockIconView.java | 129 public void setCenterLocation(@NonNull Point center, float radius, int drawablePadding) { in setCenterLocation() method in LockIconView
|
H A D | LockIconViewController.java | 427 mView.setCenterLocation(mAuthController.getUdfpsLocation(), in updateLockIconLocation() 430 mView.setCenterLocation( in updateLockIconLocation()
|