Searched refs:mInternalStateProgress (Results 1 – 1 of 1) sorted by relevance
54 return object.mInternalStateProgress;111 private float mInternalStateProgress; field in PreloadIconDrawable168 setInternalProgress(mInternalStateProgress); in onBoundsChange()230 if (mInternalStateProgress == 0) { in maybePerformFinishedAnimation()231 mInternalStateProgress = 1; in maybePerformFinishedAnimation()254 if (Float.compare(finalProgress, mInternalStateProgress) == 0) { in updateInternalState()257 if (finalProgress < mInternalStateProgress) { in updateInternalState()265 (long) ((finalProgress - mInternalStateProgress) * DURATION_SCALE)); in updateInternalState()300 mInternalStateProgress = progress; in setInternalProgress()