Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.cpp6886 RawPointerData::Pointer& outPointer = outState->rawPointerData.pointers[0]; in syncTouch() local
6887 outPointer.id = 0; in syncTouch()
6888 outPointer.x = mSingleTouchMotionAccumulator.getAbsoluteX(); in syncTouch()
6889 outPointer.y = mSingleTouchMotionAccumulator.getAbsoluteY(); in syncTouch()
6890 outPointer.pressure = mSingleTouchMotionAccumulator.getAbsolutePressure(); in syncTouch()
6891 outPointer.touchMajor = 0; in syncTouch()
6892 outPointer.touchMinor = 0; in syncTouch()
6893 outPointer.toolMajor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()
6894 outPointer.toolMinor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()
6895 outPointer.orientation = 0; in syncTouch()
[all …]