Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DCachedPathIteratorFactory.java28 private final int[] mTypes; field in CachedPathIteratorFactory
50 mTypes = new int[typesArray.size()]; in CachedPathIteratorFactory()
51 mCoordinates = new float[mTypes.length][]; in CachedPathIteratorFactory()
53 mTypes[i] = typesArray.get(i); in CachedPathIteratorFactory()
58 mSegmentsLength = new float[mTypes.length]; in CachedPathIteratorFactory()
66 for (int i = 0; i < mTypes.length; i++) { in CachedPathIteratorFactory()
67 switch (mTypes[i]) { in CachedPathIteratorFactory()
98 mTypes[i] = PathIterator.SEG_LINETO; in CachedPathIteratorFactory()
320 if (mNextIndex >= mTypes.length) { in next()
333 mCurrentType = mTypes[mNextIndex]; in next()
[all …]
/external/doclava/src/com/google/doclava/
DConverter.java583 return (TypeInfo) mTypes.obtain(o); in obtainType()
586 private static Cache mTypes = new Cache() { field in Converter