Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputReader.cpp5518 RawPointerData::Pointer& outPointer = mCurrentRawPointerData.pointers[0]; in syncTouch() local
5519 outPointer.id = 0; in syncTouch()
5520 outPointer.x = mSingleTouchMotionAccumulator.getAbsoluteX(); in syncTouch()
5521 outPointer.y = mSingleTouchMotionAccumulator.getAbsoluteY(); in syncTouch()
5522 outPointer.pressure = mSingleTouchMotionAccumulator.getAbsolutePressure(); in syncTouch()
5523 outPointer.touchMajor = 0; in syncTouch()
5524 outPointer.touchMinor = 0; in syncTouch()
5525 outPointer.toolMajor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()
5526 outPointer.toolMinor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()
5527 outPointer.orientation = 0; in syncTouch()
[all …]