Searched refs:mConverter (Results 1 – 4 of 4) sorted by relevance
56 private BidirectionalTypeConverter<To, From> mConverter; field in BidirectionalTypeConverter.InvertedConverter60 mConverter = converter; in InvertedConverter()65 return mConverter.convert(value); in convertBack()70 return mConverter.convertBack(value); in convert()
128 private TypeConverter mConverter; field in PropertyValuesHolder677 mConverter = converter; in setConverter()723 if (mConverter == null) { in getPropertyFunction()788 Class<?> propertyType = mConverter == null ? mValueType : mConverter.getTargetType(); in setupSetter()866 if (mConverter != null) { in convertBack()867 if (!(mConverter instanceof BidirectionalTypeConverter)) { in convertBack()869 + mConverter.getClass().getName() in convertBack()872 value = ((BidirectionalTypeConverter) mConverter).convertBack(value); in convertBack()1018 mAnimatedValue = mConverter == null ? value : mConverter.convert(value); in calculateValue()
226 private final PluginConverter<T, P> mConverter; field in ExtensionControllerImpl.ExtensionImpl.PluginItem230 mConverter = converter; in PluginItem()237 if (mConverter != null) { in onPluginConnected()238 mItem = mConverter.getInterfaceFromPlugin(plugin); in onPluginConnected()
901 Landroid/animation/BidirectionalTypeConverter$InvertedConverter;->mConverter:Landroid/animation/Bid…1110 Landroid/animation/PropertyValuesHolder;->mConverter:Landroid/animation/TypeConverter;