Searched defs:valueType (Results 1 – 8 of 8) sorted by relevance
45 public ReflectiveProperty(Class<T> propertyHolder, Class<V> valueType, String name) { in ReflectiveProperty()97 private boolean typesMatch(Class<V> valueType, Class getterType) { in typesMatch()
54 public static <T, V> Property<T, V> of(Class<T> hostType, Class<V> valueType, String name) { in of()
272 private static PropertyValuesHolder getPVH(TypedArray styledAttributes, int valueType, in getPVH()416 int valueType = arrayAnimator.getInt(R.styleable.Animator_valueType, VALUE_TYPE_UNDEFINED); in parseAnimatorFromTypeArray() local735 int valueType = a.getInt(R.styleable.PropertyValuesHolder_valueType, in loadValues() local771 int valueType; in inferValueTypeOfKeyframe() local801 int valueType; in inferValueTypeFromValues() local827 String propertyName, int valueType) in loadPvh()950 int valueType) in loadKeyframe()
695 private Method getPropertyFunction(Class targetClass, String prefix, Class valueType) { in getPropertyFunction()757 String prefix, Class valueType) { in setupSetterOrGetter()
461 ModelClass viewType, ModelClass[] valueType) { in getMultiAttributeSetterCalls()577 ModelClass viewType, ModelClass[] valueType) { in getMatchingMultiAttributeSetters()648 ModelClass valueType, Map<String, String> imports) { in getSetterCall()713 ModelClass valueType, Map<String, String> imports) { in getGetterCall()830 private InverseMethod getBestGetter(ModelClass viewType, ModelClass valueType, in getBestGetter()1214 public final String valueType; field in SetterStore.AccessorKey1216 public AccessorKey(String viewType, String valueType) { in AccessorKey()
173 public Expr resolveListeners(ModelClass valueType, Expr parent) { in resolveListeners()
310 AMessage::Type valueType; in ConvertMessageToMap() local
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...