Searched refs:sPointerProps (Results 1 – 1 of 1) sorted by relevance
66 private static MotionEvent.PointerProperties[] sPointerProps; field in MotionEventInjector453 if ((sPointerProps == null) || (sPointerProps.length < touchPointsSize)) { in obtainMotionEvent()454 sPointerProps = new MotionEvent.PointerProperties[touchPointsSize]; in obtainMotionEvent()456 sPointerProps[i] = new MotionEvent.PointerProperties(); in obtainMotionEvent()465 sPointerProps[i].id = pointerId; in obtainMotionEvent()466 sPointerProps[i].toolType = MotionEvent.TOOL_TYPE_UNKNOWN; in obtainMotionEvent()474 sPointerProps, sPointerCoords, EVENT_META_STATE, EVENT_BUTTON_STATE, in obtainMotionEvent()