Searched refs:mLastIndex (Results 1 – 4 of 4) sorted by relevance
268 private int mLastIndex = 0;302 mLastIndex = (mLastIndex + 1) % mCapacity;303 if (mValues[mLastIndex] == null) {304 mValues[mLastIndex] = new GraphValue(pos, time);306 final GraphValue oldValue = mValues[mLastIndex];323 final int firstIndex = (mLastIndex + distanceBetweenLastAndFirst) % mCapacity;328 return mValues[mLastIndex];337 mIteratorIndex = mLastIndex;
33 : mTestIndex(0), mLastIndex(0) { in TestBlockAdapter()41 indexBuffer[i] = mLastIndex++; in fillSequence()60 int32_t mLastIndex; member in TestBlockAdapter
71 private int mLastIndex = -1; field in DrawableContainer278 mLastIndex = -1; in jumpToCurrentState()472 mLastIndex = mCurIndex; in selectDrawable()476 mLastIndex = -1; in selectDrawable()593 mLastIndex = -1; in animate()1241 mLastIndex = -1; in setConstantState()
16928 Landroid/graphics/drawable/DrawableContainer;->mLastIndex:I