/aosp14/frameworks/base/core/java/android/animation/ |
H A D | ObjectAnimator.java | 245 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 D | ValueAnimator.java | 435 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 D | PropertyValuesHolder.java | 606 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 D | AnimatorInflater.java | 623 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 D | NotificationSection.java | 106 values[0].setIntValues(previousStartValue, newEndValue); in startTopAnimation() 154 values[0].setIntValues(previousStartValue, newEndValue); in startBottomAnimation()
|
H A D | ExpandableViewState.java | 258 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 D | AnimatorSetActivityTest.java | 646 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 D | MediaOutputBaseAdapter.java | 466 mVolumeAnimator.setIntValues(fromProgress, toProgress); in animateCornerAndVolume()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | VolumeDialogImpl.java | 2094 row.anim.setIntValues(progress, newProgress);
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 367 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 367 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 D | current.txt | 4085 method public void setIntValues(int...); 4159 method public void setIntValues(int...);
|