Searched refs:ofMultiFloat (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 528 public static ObjectAnimator ofMultiFloat(Object target, String propertyName, in ofMultiFloat() method in ObjectAnimator 530 PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiFloat(propertyName, values); in ofMultiFloat() 549 public static ObjectAnimator ofMultiFloat(Object target, String propertyName, Path path) { in ofMultiFloat() method in ObjectAnimator 550 PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiFloat(propertyName, path); in ofMultiFloat() 574 public static <T> ObjectAnimator ofMultiFloat(Object target, String propertyName, in ofMultiFloat() method in ObjectAnimator 576 PropertyValuesHolder pvh = PropertyValuesHolder.ofMultiFloat(propertyName, converter, in ofMultiFloat()
|
D | PropertyValuesHolder.java | 304 public static PropertyValuesHolder ofMultiFloat(String propertyName, float[][] values) { in ofMultiFloat() method in PropertyValuesHolder 336 public static PropertyValuesHolder ofMultiFloat(String propertyName, Path path) { in ofMultiFloat() method in PropertyValuesHolder 358 public static <V> PropertyValuesHolder ofMultiFloat(String propertyName, in ofMultiFloat() method in PropertyValuesHolder 380 public static <T> PropertyValuesHolder ofMultiFloat(String propertyName, in ofMultiFloat() method in PropertyValuesHolder
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 3006 …method public static android.animation.ObjectAnimator ofMultiFloat(java.lang.Object, java.lang.Str… 3007 …method public static android.animation.ObjectAnimator ofMultiFloat(java.lang.Object, java.lang.Str… 3008 …method public static android.animation.ObjectAnimator ofMultiFloat(java.lang.Object, java.lang.Str… 3038 …method public static android.animation.PropertyValuesHolder ofMultiFloat(java.lang.String, float[]… 3039 …method public static android.animation.PropertyValuesHolder ofMultiFloat(java.lang.String, android… 3040 …method public static android.animation.PropertyValuesHolder ofMultiFloat(java.lang.String, android… 3041 …method public static android.animation.PropertyValuesHolder ofMultiFloat(java.lang.String, android…
|
/frameworks/base/core/api/ |
D | current.txt | 4118 method public static android.animation.ObjectAnimator ofMultiFloat(Object, String, float[][]); 4119 …method public static android.animation.ObjectAnimator ofMultiFloat(Object, String, android.graphic… 4120 …method @java.lang.SafeVarargs public static <T> android.animation.ObjectAnimator ofMultiFloat(Obje… 4151 method public static android.animation.PropertyValuesHolder ofMultiFloat(String, float[][]); 4152 …method public static android.animation.PropertyValuesHolder ofMultiFloat(String, android.graphics.… 4153 ….SafeVarargs public static <V> android.animation.PropertyValuesHolder ofMultiFloat(String, android… 4154 …method public static <T> android.animation.PropertyValuesHolder ofMultiFloat(String, android.anima…
|