Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DLockIconViewControllerTest.java192 verify(mLockIconView).setCenterLocation(mPointCaptor.capture(), eq(udfps.first)); in testUpdateFingerprintLocationOnInit()
215 verify(mLockIconView).setCenterLocation(mPointCaptor.capture(), eq(udfps.first)); in testUpdateFingerprintLocationOnAuthenticatorsRegistered()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconView.java129 public void setCenterLocation(@NonNull PointF center, int radius) { in setCenterLocation() method in LockIconView
H A DLockIconViewController.java356 mView.setCenterLocation(new PointF(location.sensorLocationX, location.sensorLocationY), in updateLockIconLocation()
359 mView.setCenterLocation( in updateLockIconLocation()