public static interface WindowManagerPolicy.PointerEventListener
Modifier and Type | Method and Description |
---|---|
void |
onPointerEvent(MotionEvent motionEvent)
1. onPointerEvent will be called on the service.UiThread.
2. motionEvent will be recycled after onPointerEvent returns so if it is needed later a
copy() must be made and the copy must be recycled.
|
void onPointerEvent(MotionEvent motionEvent)