Searched refs:mCurrentValue (Results 1 – 5 of 5) sorted by relevance
32 private int mCurrentValue; field in RampAnimator63 mCurrentValue = target; in animateTo()76 || (target <= mCurrentValue && mCurrentValue <= mTargetValue) in animateTo()77 || (mTargetValue <= mCurrentValue && mCurrentValue <= target)) { in animateTo()85 if (!mAnimating && target != mCurrentValue) { in animateTo()87 mAnimatedValue = mCurrentValue; in animateTo()117 if (mTargetValue > mCurrentValue) {123 final int oldCurrentValue = mCurrentValue;124 mCurrentValue = Math.round(mAnimatedValue);126 if (oldCurrentValue != mCurrentValue) {[all …]
41 memset(&mCurrentValue, 0, sizeof(mCurrentValue)); in MtpProperty()63 memset(&mCurrentValue, 0, sizeof(mCurrentValue)); in MtpProperty()103 free(mCurrentValue.str); in ~MtpProperty()147 readValue(packet, mCurrentValue); in read()190 writeValue(packet, mCurrentValue); in write()217 free(mCurrentValue.str); in setCurrentValue()220 mCurrentValue.str = strdup(buffer); in setCurrentValue()223 mCurrentValue.str = NULL; in setCurrentValue()333 print(mCurrentValue, buffer); in print()
49 MtpPropertyValue mCurrentValue; variable
1026 mCurrentValue = this.getPersistedInt(DEFAULT_VALUE);1029 mCurrentValue = (Integer) defaultValue;1030 persistInt(mCurrentValue);
427 mCurrentValue--;