Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java166 private final Rect mSensorTouchLocation = new Rect(); field in LegacyLockIconViewController
492 pw.println(" mSensorTouchLocation: " + mSensorTouchLocation); in dump()
831 mView.getHitRect(mSensorTouchLocation); in willHandleTouchWhileDozing()
833 mSensorTouchLocation.contains((int) event.getX(), (int) event.getY()) in willHandleTouchWhileDozing()