Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconView.java60 @NonNull private Point mLockIconCenter = new Point(0, 0); field in LockIconView
130 mLockIconCenter = center; in setCenterLocation()
139 mSensorRect.set(mLockIconCenter.x - mRadius, in setCenterLocation()
140 mLockIconCenter.y - mRadius, in setCenterLocation()
141 mLockIconCenter.x + mRadius, in setCenterLocation()
142 mLockIconCenter.y + mRadius); in setCenterLocation()
264 + mLockIconCenter.x + ", " + mLockIconCenter.y + ")"); in dump()