Home
last modified time | relevance | path

Searched refs:mConverter (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/animation/
H A DBidirectionalTypeConverter.java56 private BidirectionalTypeConverter<To, From> mConverter; field in BidirectionalTypeConverter.InvertedConverter
60 mConverter = converter; in InvertedConverter()
65 return mConverter.convert(value); in convertBack()
70 return mConverter.convertBack(value); in convert()
H A DPropertyValuesHolder.java128 private TypeConverter mConverter; field in PropertyValuesHolder
677 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DExtensionControllerImpl.java226 private final PluginConverter<T, P> mConverter; field in ExtensionControllerImpl.ExtensionImpl.PluginItem
230 mConverter = converter; in PluginItem()
237 if (mConverter != null) { in onPluginConnected()
238 mItem = mConverter.getInterfaceFromPlugin(plugin); in onPluginConnected()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt901 Landroid/animation/BidirectionalTypeConverter$InvertedConverter;->mConverter:Landroid/animation/Bid…
1110 Landroid/animation/PropertyValuesHolder;->mConverter:Landroid/animation/TypeConverter;