Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DFullScreenMagnificationGestureHandler.java973 storePointerDownLocation(mSecondPointerDownLocation, event); in onMotionEvent()
1041 storePointerDownLocation(mSecondPointerDownLocation, event); in onMotionEvent()
1244 storePointerDownLocation(mSecondPointerDownLocation, event); in onMotionEvent()
1325 protected void storePointerDownLocation(PointF pointerDownLocation, MotionEvent event) { in storePointerDownLocation() method in FullScreenMagnificationGestureHandler.DetectingState