HomeSort by relevance Sort by last modified time
    Searched refs:mAnimatedValue (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
RampAnimator.java 37 private float mAnimatedValue; // higher precision copy of mCurrentValue
101 mAnimatedValue = mCurrentValue;
146 mAnimatedValue = mTargetValue;
150 mAnimatedValue = Math.min(mAnimatedValue + amount, mTargetValue);
152 mAnimatedValue = Math.max(mAnimatedValue - amount, mTargetValue);
156 mCurrentValue = Math.round(mAnimatedValue);
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 124 private Object mAnimatedValue;
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 262 milliseconds