Home
last modified time | relevance | path

Searched refs:pointerProperties (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
DMotionEventReader.java195 final PointerProperties pointerProperties = new PointerProperties(); in readLogStatement() local
196 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() local
236 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() argument
333 replayData.mPointerPropertiesArrays.add(pointerProperties); in addMotionEventData()