Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DLockIconViewControllerTest.java64 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 DLockIconView.java129 public void setCenterLocation(@NonNull Point center, float radius, int drawablePadding) { in setCenterLocation() method in LockIconView
H A DLockIconViewController.java427 mView.setCenterLocation(mAuthController.getUdfpsLocation(), in updateLockIconLocation()
430 mView.setCenterLocation( in updateLockIconLocation()