Searched defs:valueType (Results 1 – 7 of 7) sorted by relevance
| /frameworks/base/core/java/android/util/ |
| D | ReflectiveProperty.java | 45 public ReflectiveProperty(Class<T> propertyHolder, Class<V> valueType, String name) { in ReflectiveProperty() 97 private boolean typesMatch(Class<V> valueType, Class getterType) { in typesMatch()
|
| D | Property.java | 54 public static <T, V> Property<T, V> of(Class<T> hostType, Class<V> valueType, String name) { in of()
|
| /frameworks/base/core/java/android/animation/ |
| D | AnimatorInflater.java | 300 private static PropertyValuesHolder getPVH(TypedArray styledAttributes, int valueType, in getPVH() 444 int valueType = arrayAnimator.getInt(R.styleable.Animator_valueType, VALUE_TYPE_UNDEFINED); in parseAnimatorFromTypeArray() local 761 int valueType = a.getInt(R.styleable.PropertyValuesHolder_valueType, in loadValues() local 797 int valueType; in inferValueTypeOfKeyframe() local 827 int valueType; in inferValueTypeFromValues() local 853 String propertyName, int valueType) in loadPvh() 976 int valueType) in loadKeyframe()
|
| D | PropertyValuesHolder.java | 670 private Method getPropertyFunction(Class targetClass, String prefix, Class valueType) { in getPropertyFunction() 732 String prefix, Class valueType) { in setupSetterOrGetter()
|
| /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/ |
| D | SetterStore.java | 378 ModelClass viewType, ModelClass[] valueType) { in getMultiAttributeSetterCalls() 428 ModelClass viewType, ModelClass[] valueType) { in getMatchingMultiAttributeSetters() 497 ModelClass valueType, Map<String, String> imports) { in getSetterCall() 883 public final String valueType; field in SetterStore.AccessorKey 885 public AccessorKey(String viewType, String valueType) { in AccessorKey()
|
| /frameworks/base/media/jni/ |
| D | android_media_Utils.cpp | 174 AMessage::Type valueType; in ConvertMessageToMap() local
|
| /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
| D | Expr.java | 170 public boolean resolveListeners(ModelClass valueType) { in resolveListeners()
|