Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DCachedPathIteratorFactory.java287 private int mCurrentType; field in CachedPathIteratorFactory.CachedPathIterator
339 getShapeEndPoint(mCurrentType, mCurrentCoords, mLastPoint); in next()
344 mCurrentType = mTypes[mNextIndex]; in next()
347 if (mOffsetLength > 0f && (mCurrentType == SEG_CUBICTO || mCurrentType == SEG_QUADTO)) { in next()
362 if (mCurrentType == SEG_CUBICTO) { in next()
379 System.arraycopy(mCurrentCoords, 0, coords, 0, getNumberOfPoints(mCurrentType) * 2); in currentSegment()
380 return mCurrentType; in currentSegment()
420 mCurrentType = PathIterator.SEG_MOVETO; in jumpToSegment()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DProcessingTaskController.java33 private int mCurrentType; field in ProcessingTaskController
82 return mCurrentType++; in getReservedType()