Searched refs:mTargetValue (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGameOverActivity.java49 private float mTargetValue; field in class:GameOverActivity.IncrementingTextView
68 mTargetValue = target;
85 if (mCurrentValue < mTargetValue) {
87 mCurrentValue = Math.min(mCurrentValue, mTargetValue);

Completed in 60 milliseconds