Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/animation/
DValueAnimatorTests.java670 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);
1035 a1.setCurrentFraction(0f);
1036 a2.setCurrentFraction(1f);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
DDreamOverlayAnimationsControllerTest.kt139 it.setCurrentFraction(0f) in testEntryAnimations_translatesUpwards()
162 it.setCurrentFraction(0f) in testEntryAnimations_translatesDownwards()
/frameworks/base/core/java/android/animation/
DValueAnimator.java738 setCurrentFraction(fraction); in setCurrentPlayTime()
758 public void setCurrentFraction(float fraction) { in setCurrentFraction() method in ValueAnimator
1172 setCurrentFraction(mSeekFraction); in start()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayImeController.java425 mAnimation.setCurrentFraction((seekValue - startY) / (endY - startY)); in startAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java835 mAnimator.setCurrentFraction(position); in setPosition()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DViewHierarchyAnimatorTest.kt1527 (rootView.getTag(R.id.tag_animator) as? ObjectAnimator)?.setCurrentFraction(fraction) in advanceAnimation()
1537 (rootView.getTag(R.id.tag_alpha_animator) as? ObjectAnimator)?.setCurrentFraction(fraction) in advanceFadeInAnimation()
/frameworks/base/boot/
Dboot-image-profile.txt496 HSPLandroid/animation/ValueAnimator;->setCurrentFraction(F)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt3118 method public void setCurrentFraction(float);
/frameworks/base/config/
Dboot-image-profile.txt496 HSPLandroid/animation/ValueAnimator;->setCurrentFraction(F)V
/frameworks/base/core/api/
Dcurrent.txt3915 method public void setCurrentFraction(float);