Searched refs:pointerProperties (Results 1 – 1 of 1) sorted by relevance
195 final PointerProperties pointerProperties = new PointerProperties(); in readLogStatement() local196 pointerProperties.id = 0; in readLogStatement()197 pointerProperties.toolType = MotionEvent.TOOL_TYPE_UNKNOWN; in readLogStatement()199 pointerProperties in readLogStatement()235 final PointerProperties pointerProperties = new PointerProperties(); in readPointerProperties() local236 pointerProperties.id = jsonReader.nextInt(); in readPointerProperties()237 pointerProperties.toolType = MotionEvent.TOOL_TYPE_UNKNOWN; in readPointerProperties()238 pointerPropertiesArrayList.add(pointerProperties); in readPointerProperties()329 final long time, final PointerProperties[] pointerProperties, in addMotionEventData() argument333 replayData.mPointerPropertiesArrays.add(pointerProperties); in addMotionEventData()