Searched defs:ofFloat (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | Keyframe.java | 114 public static Keyframe ofFloat(float fraction, float value) { in ofFloat() method in Keyframe 130 public static Keyframe ofFloat(float fraction) { in ofFloat() method in Keyframe
|
H A D | ObjectAnimator.java | 442 public static ObjectAnimator ofFloat(Object target, String propertyName, float... values) { in ofFloat() method in ObjectAnimator 465 public static ObjectAnimator ofFloat(Object target, String xPropertyName, String yPropertyName, in ofFloat() method in ObjectAnimator 488 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> property, in ofFloat() method in ObjectAnimator 508 public static <T> ObjectAnimator ofFloat(T target, Property<T, Float> xProperty, in ofFloat() method in ObjectAnimator
|
H A D | KeyframeSet.java | 74 public static KeyframeSet ofFloat(float... values) { in ofFloat() method in KeyframeSet
|
H A D | ValueAnimator.java | 468 public static ValueAnimator ofFloat(float... values) { in ofFloat() method in ValueAnimator
|
H A D | PropertyValuesHolder.java | 275 public static PropertyValuesHolder ofFloat(String propertyName, float... values) { in ofFloat() method in PropertyValuesHolder 286 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat() method in PropertyValuesHolder
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | TouchAnimator.java | 236 public static KeyframeSet ofFloat(Property property, float... values) { in ofFloat() method in TouchAnimator.KeyframeSet
|
/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 ... |