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

/frameworks/base/core/java/android/animation/
H A DKeyframe.java54 float mFraction; field in class:Keyframe
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
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java60 private float mFraction; field in class:ScrimController
105 if (mFraction != fraction) {
106 mFraction = fraction;
214 float behindFraction = Math.max(0, Math.min(mFraction, 1));
226 float fraction = Math.max(0, Math.min(mFraction, 1));
235 float frac = mFraction;

Completed in 342 milliseconds