Searched refs:Property (Results 1 - 25 of 44) sorted by relevance

12

/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DElement.h67 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
70 * @tparam Property for which this policy element has setter / getter.
73 template <typename Property>
74 Property get() const;
78 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
81 * @tparam Property for which this policy element has setter / getter.
87 template <typename Property>
88 status_t set(Property property);
H A DInputSource.h64 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
67 template <typename Property>
68 Property get() const;
70 template <typename Property>
71 status_t set(Property property);
H A DStrategy.h64 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
67 template <typename Property>
68 Property get() const;
70 template <typename Property>
71 status_t set(Property property);
H A DStream.h65 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
68 template <typename Property>
69 Property get() const;
71 template <typename Property>
72 status_t set(Property property);
H A DUsage.h64 * Property may be routing_strategy, audio_stream_type_t, audio_usage_t, audio_source_t
67 template <typename Property>
68 Property get() const;
70 template <typename Property>
71 status_t set(Property property);
H A DEngine.cpp130 template <typename Property, typename Key>
131 Property Engine::getPropertyForKey(Key key) const
136 return static_cast<Property>(0);
138 return element->template get<Property>();
190 template <typename Property, typename Key>
191 bool Engine::setPropertyForKey(const Property &property, const Key &key)
198 return element->template set<Property>(property) == NO_ERROR;
H A DEngine.h183 template <typename Property, typename Key>
184 Property getPropertyForKey(Key key) const;
186 template <typename Property, typename Key>
187 bool setPropertyForKey(const Property &property, const Key &key);
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapBmessageParser.java32 import android.bluetooth.client.map.utils.BmsgTokenizer.Property;
46 private final static Property BEGIN_BMSG = new Property("BEGIN", "BMSG");
47 private final static Property END_BMSG = new Property("END", "BMSG");
49 private final static Property BEGIN_VCARD = new Property("BEGIN", "VCARD");
50 private final static Property END_VCARD = new Property("END", "VCARD");
52 private final static Property BEGIN_BEN
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DBmsgTokenizer.java35 static public class Property { class in class:BmsgTokenizer
39 public Property(String name, String value) { method in class:BmsgTokenizer.Property
57 return ((o instanceof Property) && ((Property) o).name.equals(name) && ((Property) o).value
73 public Property next(boolean alwaysReturn) throws ParseException {
84 throw new ParseException("Property or empty line expected", pos());
94 return new Property(mMatcher.group(2), mMatcher.group(3));
97 public Property next() throws ParseException {
/frameworks/base/core/java/android/util/
H A DProperty.java21 * in a <em>host</em> object. The Property's {@link #set(Object, Object)} or {@link #get(Object)}
28 public abstract class Property<T, V> { class
34 * This factory method creates and returns a Property given the <code>class</code> and
47 * <code>setName()</code> method is not found, the <code>Property</code> will be
54 public static <T, V> Property<T, V> of(Class<T> hostType, Class<V> valueType, String name) {
61 public Property(Class<V> type, String name) { method in class:Property
69 * NoSuchPropertyException} exception). This may happen if the Property wraps functionality that
71 * Class, String)} factory method may return a Property with name "foo" for an object that has
85 throw new UnsupportedOperationException("Property " + getName() +" is read-only");
H A DFloatProperty.java19 * An implementation of {@link android.util.Property} to be used specifically with fields of type
25 * @param <T> The class on which the Property is declared.
27 public abstract class FloatProperty<T> extends Property<T, Float> {
H A DIntProperty.java19 * An implementation of {@link android.util.Property} to be used specifically with fields of type
25 * @param <T> The class on which the Property is declared.
27 public abstract class IntProperty<T> extends Property<T, Integer> {
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp273 Property currentProperty = static_cast<Property>(propertyId);
274 if (currentProperty == Property::strokeColor) {
276 } else if (currentProperty == Property::fillColor) {
285 Property property = static_cast<Property>(propertyId);
287 case Property::strokeWidth:
290 case Property::strokeAlpha:
293 case Property::fillAlpha:
296 case Property
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTouchAnimator.java19 import android.util.Property;
146 private static Property getProperty(Object target, String property, Class<?> cls) {
172 return Property.of(target.getClass(), cls, property);
221 public static KeyframeSet ofInt(Property property, int... values) {
222 return new IntKeyframeSet((Property<?, Integer>) property, values);
225 public static KeyframeSet ofFloat(Property property, float... values) {
226 return new FloatKeyframeSet((Property<?, Float>) property, values);
232 private final Property<T, Float> mProperty;
234 public FloatKeyframeSet(Property<T, Float> property, float[] values) {
250 private final Property<
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java76 private final LinkedHashMap<String, ArrayList<Property>> mPropsMap =
77 new LinkedHashMap<String, ArrayList<Property>>();
134 * Adds a Property to this component.
137 public void addProperty(Property prop) {
139 ArrayList<Property> props = mPropsMap.get(name);
141 props = new ArrayList<Property>();
161 public List<Property> getProperties(String name) {
171 public Property getFirstProperty(String name) {
172 List<Property> props = mPropsMap.get(name);
200 for (Property propert
224 public static class Property { class in class:ICalendar
245 public Property(String name) { method in class:ICalendar.Property
254 public Property(String name, String value) { method in class:ICalendar.Property
[all...]
H A DRecurrenceSet.java193 ICalendar.Property dtstartProperty =
289 ICalendar.Property dtstartProp = new ICalendar.Property("DTSTART");
314 ICalendar.Property durationProp = new ICalendar.Property("DURATION");
348 ICalendar.Property dtstartProp = new ICalendar.Property("DTSTART");
373 ICalendar.Property durationProp = new ICalendar.Property("DURATION");
392 ICalendar.Property pro
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDividerHandleView.java28 import android.util.Property;
39 private final static Property<DividerHandleView, Integer> WIDTH_PROPERTY
40 = new Property<DividerHandleView, Integer>(Integer.class, "width") {
54 private final static Property<DividerHandleView, Integer> HEIGHT_PROPERTY
55 = new Property<DividerHandleView, Integer>(Integer.class, "height") {
/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java25 import android.util.Property;
64 * <a href="{@docRoot}guide/topics/graphics/prop-animation.html#object-animator">Property
84 private Property mProperty;
130 * Sets the property that will be animated. Property objects will take precedence over
136 public void setProperty(@NonNull Property property) {
162 * <p>If this animator was created with a {@link Property} object instead of the
164 * Property#getName() name} of that Property object instead. If this animator was
223 private <T> ObjectAnimator(T target, Property<T, ?> property) {
289 public static <T> ObjectAnimator ofInt(T target, Property<
728 ofObject(T target, @NonNull Property<T, V> property, @Nullable TypeConverter<PointF, V> converter, Path path) argument
[all...]
H A DPropertyValuesHolder.java25 import android.util.Property;
50 protected Property mProperty;
142 private PropertyValuesHolder(Property property) {
167 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) {
286 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) {
454 public static <V> PropertyValuesHolder ofObject(Property property,
477 * @param converter Converts the animated object to the Property type.
487 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property,
512 public static <V> PropertyValuesHolder ofObject(Property<?, V> property,
552 * {@link android.util.Property#ge
[all...]
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DSlideKitkat.java29 import android.util.Property;
63 Property<View, Float> getProperty();
73 public Property<View, Float> getProperty() {
85 public Property<View, Float> getProperty() {
208 private Animator createAnimation(final View view, Property<View, Float> property,
262 private final Property<View, Float> mProp;
264 public SlideAnimatorListener(View view, Property<View, Float> prop,
/frameworks/base/core/java/android/transition/
H A DChangeBounds.java36 import android.util.Property;
68 private static final Property<Drawable, PointF> DRAWABLE_ORIGIN_PROPERTY =
69 new Property<Drawable, PointF>(PointF.class, "boundsOrigin") {
86 private static final Property<ViewBounds, PointF> TOP_LEFT_PROPERTY =
87 new Property<ViewBounds, PointF>(PointF.class, "topLeft") {
99 private static final Property<ViewBounds, PointF> BOTTOM_RIGHT_PROPERTY =
100 new Property<ViewBounds, PointF>(PointF.class, "bottomRight") {
112 private static final Property<View, PointF> BOTTOM_RIGHT_ONLY_PROPERTY =
113 new Property<View, PointF>(PointF.class, "bottomRight") {
129 private static final Property<Vie
[all...]
H A DChangeImageTransform.java26 import android.util.Property;
60 private static Property<ImageView, Matrix> ANIMATED_TRANSFORM_PROPERTY
61 = new Property<ImageView, Matrix>(Matrix.class, "animatedTransform") {
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java35 private class Property { class in class:MtpPropertyGroup
43 Property(int code, int type, int column) { method in class:MtpPropertyGroup.Property
56 private final Property[] mProperties;
78 mProperties = new Property[count];
89 private Property createProperty(int code, ArrayList<String> columns) {
192 return new Property(code, type, columns.size() - 1);
194 return new Property(code, type, -1);
355 Property property = mProperties[propertyIndex];
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DUtilities.java34 import android.util.Property;
51 public static final Property<Drawable, Integer> DRAWABLE_ALPHA =
64 public static final Property<Drawable, Rect> DRAWABLE_RECT =
65 new Property<Drawable, Rect>(Rect.class, "drawableBounds") {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewTransform.java25 import android.util.Property;
37 public static final Property<View, Rect> LTRB =
38 new Property<View, Rect>(Rect.class, "leftTopRightBottom") {

Completed in 515 milliseconds

12