Searched defs:onPointerEvent (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DStackTapPointerEventListener.java48 public void onPointerEvent(MotionEvent motionEvent) { method in class:StackTapPointerEventListener
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DSystemGesturesPointerEventListener.java71 public void onPointerEvent(MotionEvent event) { method in class:SystemGesturesPointerEventListener
H A DPhoneWindowManager.java310 public void onPointerEvent(MotionEvent motionEvent) { method in class:PhoneWindowManager.PointerLocationPointerEventListener
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java435 * 1. onPointerEvent will be called on the service.UiThread.
436 * 2. motionEvent will be recycled after onPointerEvent returns so if it is needed later a
439 public void onPointerEvent(MotionEvent motionEvent); method in interface:WindowManagerPolicy.PointerEventListener

Completed in 340 milliseconds