Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerTest.java72 verify(mLockIconView).setCenterLocation(eq(udfps.second), eq(udfps.first), in testUpdateFingerprintLocationOnInit()
86 verify(mLockIconView).setCenterLocation(eq(udfps.second), eq(udfps.first), in testUpdatePaddingBasedOnResolutionScale()
107 verify(mLockIconView).setCenterLocation(eq(udfps.second), eq(udfps.first), in testUpdateLockIconLocationOnAuthenticatorsRegistered()
128 verify(mLockIconView).setCenterLocation(eq(udfps.second), eq(udfps.first), in testUpdateLockIconLocationOnUdfpsLocationChanged()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLockIconView.java118 public void setCenterLocation(@NonNull Point center, float radius, int drawablePadding) { in setCenterLocation() method in LockIconView
DLegacyLockIconViewController.java462 mView.setCenterLocation(mAuthController.getUdfpsLocation(), in updateLockIconLocation()
465 mView.setCenterLocation( in updateLockIconLocation()