HomeSort by relevance Sort by last modified time
    Searched full:manimationprogress (Results 1 - 1 of 1) sorted by null

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardGlowStripView.java 48 private float mAnimationProgress = 0f;
92 float distance = Math.abs(relativeDotPosition - mAnimationProgress);
131 mAnimationProgress = (Float) animation.getAnimatedValue();

Completed in 59 milliseconds