Searched refs:mSensorTouchLocation (Results 1 – 1 of 1) sorted by relevance
145 private final Rect mSensorTouchLocation = new Rect(); field in LockIconViewController365 mView.getHitRect(mSensorTouchLocation); in updateLockIconLocation()683 return mSensorTouchLocation.contains((int) event.getX(), (int) event.getY()) in inLockIconArea()