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

  /cts/tests/tests/animation/src/android/animation/cts/
CreationTest.java 161 animator.setCurrentFraction(0);
164 animator.setCurrentFraction((float) i / (values.length - 1));
167 animator.setCurrentFraction(1);
172 animator.setCurrentFraction(0);
175 animator.setCurrentFraction((float) i / (values.length - 1));
178 animator.setCurrentFraction(1);
ObjectAnimatorTest.java     [all...]
ValueAnimatorTest.java 292 anim.setCurrentFraction(.5f);
  /packages/apps/Dialer/java/com/android/incallui/incall/impl/
InCallPaginator.java 75 transitionAnimator.setCurrentFraction(0f);
86 transitionAnimator.setCurrentFraction(progress);
94 transitionAnimator.setCurrentFraction(progress);
  /frameworks/base/core/tests/coretests/src/android/animation/
ValueAnimatorTests.java 670 a1.setCurrentFraction(a1StartFraction);
671 a2.setCurrentFraction(a2StartFraction);
716 a1.setCurrentFraction(halfwayFraction);
717 a2.setCurrentFraction(halfwayFraction);
807 a1.setCurrentFraction(0f);
808 a2.setCurrentFraction(1f);
902 a3.setCurrentFraction(1.0f);
    [all...]
  /frameworks/base/core/java/android/animation/
ValueAnimator.java 637 setCurrentFraction(fraction);
648 * setCurrentFraction() will set the current fraction to this value and continue
657 public void setCurrentFraction(float fraction) {
746 * {@link #setCurrentPlayTime(long)} or {@link #setCurrentFraction(float)}, in which case
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/car/
CarQSFragment.java 272 ((ObjectAnimator) anim).setCurrentFraction(0.0f);
  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 127 animator.setCurrentFraction(fraction);
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 279 milliseconds