Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInput.cpp454 mSamplePointerCoords.clear(); in initialize()
481 mSamplePointerCoords = other->mSamplePointerCoords; in copyFrom()
485 mSamplePointerCoords.clear(); in copyFrom()
488 mSamplePointerCoords.appendArray(other->mSamplePointerCoords.array() in copyFrom()
609 size_t numSamples = mSamplePointerCoords.size(); in scale()
625 std::for_each(mSamplePointerCoords.begin(), mSamplePointerCoords.end(), in transform()
638 std::for_each(mSamplePointerCoords.begin(), mSamplePointerCoords.end(), in applyTransform()
716 mSamplePointerCoords.clear(); in readFromParcel()
717 mSamplePointerCoords.setCapacity(sampleCount * pointerCount); in readFromParcel()
730 mSamplePointerCoords.push(); in readFromParcel()
[all …]
/aosp12/frameworks/native/include/input/
H A DInput.h796 return mSamplePointerCoords.array(); in getSamplePointerCoords()
823 Vector<PointerCoords> mSamplePointerCoords; variable