Searched defs:TypeConverter (Results 1 - 6 of 6) sorted by relevance

/frameworks/support/room/common/src/main/java/androidx/room/
H A DTypeConverter.java25 * Marks a method as a type converter. A class can have as many @TypeConverter methods as it needs.
32 * {@literal @}TypeConverter
37 * {@literal @}TypeConverter
51 public @interface TypeConverter { interface
/frameworks/base/core/java/android/animation/
H A DTypeConverter.java23 * @see PropertyValuesHolder#setConverter(TypeConverter)
25 public abstract class TypeConverter<T, V> { class
29 public TypeConverter(Class<T> fromClass, Class<V> toClass) { method in class:TypeConverter
H A DObjectAnimator.java380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) {
581 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) {
638 @Nullable TypeConverter<PointF, ?> converter, Path path) {
681 * This variant supplies a <code>TypeConverter</code> to convert from the animated values to the
682 * type of the property. If only one value is supplied, the <code>TypeConverter</code> must be a
702 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) {
718 * not be stored by the setter or TypeConverter.</p>
729 @Nullable TypeConverter<PointF, V> converter, Path path) {
637 ofObject(Object target, String propertyName, @Nullable TypeConverter<PointF, ?> converter, Path path) argument
728 ofObject(T target, @NonNull Property<T, V> property, @Nullable TypeConverter<PointF, V> converter, Path path) argument
/frameworks/av/include/media/
H A DTypeConverter.h120 class TypeConverter class in namespace:android
147 inline bool TypeConverter<Traits>::toString(const typename Traits::Type &value, std::string &str)
162 inline bool TypeConverter<Traits>::fromString(const std::string &str, typename Traits::Type &result)
175 inline void TypeConverter<Traits>::collectionFromString(const std::string &str,
191 inline uint32_t TypeConverter<Traits>::maskFromString(const std::string &str, const char *del)
206 inline void TypeConverter<Traits>::maskToString(uint32_t mask, std::string &str, const char *del)
223 typedef TypeConverter<OutputDeviceTraits> OutputDeviceConverter;
224 typedef TypeConverter<InputDeviceTraits> InputDeviceConverter;
225 typedef TypeConverter<OutputFlagTraits> OutputFlagConverter;
226 typedef TypeConverter<InputFlagTrait
[all...]
/frameworks/av/media/libmedia/include/media/
H A DTypeConverter.h120 class TypeConverter class in namespace:android
147 inline bool TypeConverter<Traits>::toString(const typename Traits::Type &value, std::string &str)
162 inline bool TypeConverter<Traits>::fromString(const std::string &str, typename Traits::Type &result)
175 inline void TypeConverter<Traits>::collectionFromString(const std::string &str,
191 inline uint32_t TypeConverter<Traits>::maskFromString(const std::string &str, const char *del)
206 inline void TypeConverter<Traits>::maskToString(uint32_t mask, std::string &str, const char *del)
223 typedef TypeConverter<OutputDeviceTraits> OutputDeviceConverter;
224 typedef TypeConverter<InputDeviceTraits> InputDeviceConverter;
225 typedef TypeConverter<OutputFlagTraits> OutputFlagConverter;
226 typedef TypeConverter<InputFlagTrait
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 305 milliseconds