Home
last modified time | relevance | path

Searched refs:setCurrentFraction (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java672 a1.setCurrentFraction(a1StartFraction);
673 a2.setCurrentFraction(a2StartFraction);
718 a1.setCurrentFraction(halfwayFraction);
719 a2.setCurrentFraction(halfwayFraction);
809 a1.setCurrentFraction(0f);
810 a2.setCurrentFraction(1f);
904 a3.setCurrentFraction(1.0f);
1037 a1.setCurrentFraction(0f);
1038 a2.setCurrentFraction(1f);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayAnimationsControllerTest.kt131 it.setCurrentFraction(0f)
154 it.setCurrentFraction(0f)
/aosp14/frameworks/base/core/java/android/animation/
H A DValueAnimator.java734 setCurrentFraction(fraction); in setCurrentPlayTime()
754 public void setCurrentFraction(float fraction) { in setCurrentFraction() method in ValueAnimator
1156 setCurrentFraction(mSeekFraction); in start()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java443 mAnimation.setCurrentFraction((seekValue - startY) / (endY - startY)); in startAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java835 mAnimator.setCurrentFraction(position); in setPosition()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
H A DViewHierarchyAnimatorTest.kt1562 (rootView.getTag(R.id.tag_animator) as? ObjectAnimator)?.setCurrentFraction(fraction)
1572 (rootView.getTag(R.id.tag_alpha_animator) as? ObjectAnimator)?.setCurrentFraction(fraction)
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt507 HSPLandroid/animation/ValueAnimator;->setCurrentFraction(F)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt507 HSPLandroid/animation/ValueAnimator;->setCurrentFraction(F)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4153 method public void setCurrentFraction(float);