Searched refs:pointers (Results 1 – 8 of 8) sorted by relevance
243 PointerProperties[] pointers = new PointerProperties[1]; in build() local244 pointers[0] = new PointerProperties(); in build()245 pointers[0].id = 0; in build()246 pointers[0].toolType = mState.mToolType; in build()268 pointers, in build()
334 final InputPointers pointers = new InputPointers(Constants.DEFAULT_GESTURE_POINTS_CAPACITY); in gesture() local335 pointers.addPointer(oldPoint.x, oldPoint.y, 0 /* pointerId */, timestamp); in gesture()344 pointers.addPointer(oldPoint.x + ((newPoint.x - oldPoint.x) * j) / STEPS, in gesture()350 mLatinIME.onUpdateBatchInput(pointers); in gesture()352 mLatinIME.onEndBatchInput(pointers); in gesture()
178 …ms compare normal and *in situ* parsing. The JSON string values contain pointers to the decoded st…208 // Note: At this point, d may have dangling pointers pointed to the deallocated buffer.