Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextOnPathActivity.java74 private final PathMeasure mMeasure; field in TextOnPathActivity.TextOnPathView
98 mMeasure = new PathMeasure(mPath, false); in TextOnPathView()
99 mLength = mMeasure.getLength(); in TextOnPathView()
119 mMeasure.getPosTan(i * mLength / 100.0f, mPos, mTan); in onDraw()
136 mMeasure.getPosTan(5.0f, mPos, mTan); in onDraw()