Searched refs:mLockIconCenter (Results 1 – 1 of 1) sorted by relevance
60 @NonNull private Point mLockIconCenter = new Point(0, 0); field in LockIconView130 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()