Home
last modified time | relevance | path

Searched refs:setIntValues (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java245 anim.setIntValues(values); in ofInt()
291 anim.setIntValues(values); in ofInt()
761 public void setIntValues(int... values) { in setIntValues() method in ObjectAnimator
771 super.setIntValues(values); in setIntValues()
H A DValueAnimator.java435 anim.setIntValues(values); in ofInt()
452 anim.setIntValues(values); in ofArgb()
531 public void setIntValues(int... values) { in setIntValues() method in ValueAnimator
539 valuesHolder.setIntValues(values); in setIntValues()
H A DPropertyValuesHolder.java606 public void setIntValues(int... values) { in setIntValues() method in PropertyValuesHolder
1179 setIntValues(values); in IntPropertyValuesHolder()
1184 setIntValues(values); in IntPropertyValuesHolder()
1200 public void setIntValues(int... values) { in setIntValues() method in PropertyValuesHolder.IntPropertyValuesHolder
1201 super.setIntValues(values); in setIntValues()
H A DAnimatorInflater.java623 anim.setIntValues(valueFrom, valueTo); in setupValues()
625 anim.setIntValues(valueFrom); in setupValues()
636 anim.setIntValues(valueTo); in setupValues()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java106 values[0].setIntValues(previousStartValue, newEndValue); in startTopAnimation()
154 values[0].setIntValues(previousStartValue, newEndValue); in startBottomAnimation()
H A DExpandableViewState.java258 values[0].setIntValues(newStartValue, newEndValue); in startHeightAnimation()
344 values[0].setIntValues(newStartValue, newEndValue); in startClipAnimation()
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetActivityTest.java646 animator2.setIntValues(target[0], target[0] + 100); in initAfterStartNotification()
658 animator3.setIntValues(target[0], target[0] + 100); in initAfterStartNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBaseAdapter.java466 mVolumeAnimator.setIntValues(fromProgress, toProgress); in animateCornerAndVolume()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogImpl.java2094 row.anim.setIntValues(progress, newProgress);
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt367 HSPLandroid/animation/ObjectAnimator;->setIntValues([I)V
402 HSPLandroid/animation/PropertyValuesHolder$IntPropertyValuesHolder;->setIntValues([I)V
426 HSPLandroid/animation/PropertyValuesHolder;->setIntValues([I)V
514 HSPLandroid/animation/ValueAnimator;->setIntValues([I)V
/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/config/
H A Dboot-image-profile.txt367 HSPLandroid/animation/ObjectAnimator;->setIntValues([I)V
402 HSPLandroid/animation/PropertyValuesHolder$IntPropertyValuesHolder;->setIntValues([I)V
426 HSPLandroid/animation/PropertyValuesHolder;->setIntValues([I)V
514 HSPLandroid/animation/ValueAnimator;->setIntValues([I)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4085 method public void setIntValues(int...);
4159 method public void setIntValues(int...);