Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java145 private final Rect mSensorTouchLocation = new Rect(); field in LockIconViewController
365 mView.getHitRect(mSensorTouchLocation); in updateLockIconLocation()
683 return mSensorTouchLocation.contains((int) event.getX(), (int) event.getY()) in inLockIconArea()