Searched refs:sPointerProps (Results 1 – 1 of 1) sorted by relevance
67 private static MotionEvent.PointerProperties[] sPointerProps; field in MotionEventInjector471 if ((sPointerProps == null) || (sPointerProps.length < touchPointsSize)) { in obtainMotionEvent()472 sPointerProps = new MotionEvent.PointerProperties[touchPointsSize]; in obtainMotionEvent()474 sPointerProps[i] = new MotionEvent.PointerProperties(); in obtainMotionEvent()483 sPointerProps[i].id = pointerId; in obtainMotionEvent()484 sPointerProps[i].toolType = MotionEvent.TOOL_TYPE_UNKNOWN; in obtainMotionEvent()492 sPointerProps, sPointerCoords, EVENT_META_STATE, EVENT_BUTTON_STATE, in obtainMotionEvent()