Searched refs:mSensorTouchLocation (Results 1 – 1 of 1) sorted by relevance
166 private final Rect mSensorTouchLocation = new Rect(); field in LegacyLockIconViewController492 pw.println(" mSensorTouchLocation: " + mSensorTouchLocation); in dump()831 mView.getHitRect(mSensorTouchLocation); in willHandleTouchWhileDozing()833 mSensorTouchLocation.contains((int) event.getX(), (int) event.getY()) in willHandleTouchWhileDozing()