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

  /frameworks/base/core/java/android/animation/
Keyframe.java 54 float mFraction;
212 return mFraction;
222 mFraction = fraction;
265 * The value of the animation at the time mFraction.
270 mFraction = fraction;
300 * The value of the animation at the time mFraction.
305 mFraction = fraction;
312 mFraction = fraction;
347 * The value of the animation at the time mFraction.
352 mFraction = fraction
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ScrimController.java 52 private float mFraction;
99 if (mFraction != fraction) {
100 mFraction = fraction;
174 float behindFraction = Math.max(0, Math.min(mFraction, 1));
184 float fraction = Math.max(0, Math.min(mFraction, 1));
193 float frac = mFraction;
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 2669 milliseconds