Searched refs:property (Results 1 - 25 of 127) sorted by relevance

123456

/frameworks/rs/tests/lldb/
H A Dconfig.py32 @property
37 @property
46 @property
54 @property
59 @property
64 @property
69 @property
74 @property
79 @property
84 @property
[all...]
/frameworks/base/core/jni/android/graphics/
H A DRtlProperties.h41 char property[PROPERTY_VALUE_MAX]; local
42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) {
43 return (RtlDebugLevel) atoi(property);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java113 VCardProperty property = new VCardProperty();
114 property.setName(VCardConstants.PROPERTY_N);
115 property.setValues("test1");
116 entryConstructor.onPropertyCreated(property);
119 property = new VCardProperty();
120 property.setName(VCardConstants.PROPERTY_N);
121 property.setValues("test2");
122 entryConstructor.onPropertyCreated(property);
125 property = new VCardProperty();
126 property
[all...]
/frameworks/support/transition/src/main/java/androidx/transition/
H A DPropertyValuesHolderUtils.java28 * Constructs and returns a PropertyValuesHolder with a given property and
33 * @param property The property being animated. Should not be null.
37 static PropertyValuesHolder ofPointF(Property<?, PointF> property, Path path) { argument
39 return PropertyValuesHolder.ofObject(property, null, path);
41 return PropertyValuesHolder.ofFloat(new PathProperty<>(property, path), 0f, 1f);
H A DObjectAnimatorUtils.java27 static <T> ObjectAnimator ofPointF(T target, Property<T, PointF> property, Path path) { argument
29 return ObjectAnimator.ofObject(target, property, null, path);
31 return ObjectAnimator.ofFloat(target, new PathProperty<>(property, path), 0f, 1f);
H A DPathProperty.java28 * This property should always be used with Animator that sets float fractions between
29 * {@code 0.f} and {@code 1.f}. For example, setting {@code 0.5f} to this property sets the
44 PathProperty(Property<T, PointF> property, Path path) { argument
45 super(Float.class, property.getName());
46 mProperty = property;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardInterpreter.java33 * The term "property" is one line in vCard entry, which consists of "group", "property name",
34 * "parameter(param) names and values", and "property values".
76 * Called when a property is created.
78 void onPropertyCreated(VCardProperty property); argument
H A DVCardEntryCounter.java46 public void onPropertyCreated(VCardProperty property) { argument
/frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
H A DFloatPropertyCompat.java48 * {@link FloatPropertyCompat} instance will access and modify the property value of
51 * @param property FloatProperty instance to be wrapped
57 final FloatProperty<T> property) {
58 return new FloatPropertyCompat<T>(property.getName()) {
61 return property.get(object);
66 property.setValue(object, value);
72 * Returns the current value that this property represents on the given <code>object</code>.
74 * @param object object which this property represents
75 * @return the current property value of the given object
80 * Sets the value on <code>object</code> which this property represent
56 createFloatPropertyCompat( final FloatProperty<T> property) argument
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java45 * - property names: [._$a-zA-Z0-9]
144 /* A property name must be a valid fully-qualified class + package name.
177 // Read the property name.
180 throw new ParseException(st, "property name");
184 throw new ParseException(st, "valid property name");
207 // the same property is defined with a different type.
210 "(property previously declared as a different type)");
313 // This property is a float; make sure the value fits.
322 // This property is a double; no need to truncate.
355 * &lt;type&gt; &lt;property
419 TypeException(String property, Object value, String requestedType) argument
434 getBoolean(String property, boolean def) argument
454 getByte(String property, byte def) argument
474 getShort(String property, short def) argument
494 getInt(String property, int def) argument
514 getLong(String property, long def) argument
534 getFloat(String property, float def) argument
554 getDouble(String property, double def) argument
574 getString(String property, String def) argument
599 getBoolean(String property) argument
611 getByte(String property) argument
623 getShort(String property) argument
635 getInt(String property) argument
647 getLong(String property) argument
659 getFloat(String property) argument
671 getDouble(String property) argument
683 getString(String property) argument
702 getStringInfo(String property) argument
[all...]
/frameworks/base/media/java/android/mtp/
H A DMtpPropertyGroup.java61 // constructs a property group for a list of properties
167 Log.e(TAG, "unsupported property " + code);
220 * Gets the values of the properties represented by this property group for the given
221 * object and adds them to the given property list.
228 for (Property property : mProperties) {
229 if (property.column != -1 && c == null) {
242 switch (property.code) {
245 list.append(id, property.code, property.type, 0);
250 list.append(id, property
[all...]
H A DMtpPropertyList.java31 // list of object property codes (second field in quadruplet)
35 // list of long int property values (fourth field in quadruplet, when value is integer type)
37 // list of long int property values (fourth field in quadruplet, when value is string type)
52 public void append(int handle, int property, int type, long value) { argument
54 mPropertyCodes.add(property);
60 public void append(int handle, int property, String value) { argument
62 mPropertyCodes.add(property);
H A DMtpServer.java80 public void sendDevicePropertyChanged(int property) { argument
81 native_send_device_property_changed(property);
109 private native final void native_send_device_property_changed(int property); argument
/frameworks/av/media/libmedia/
H A DMediaUtils.h30 The value to use will be read from the specified system property, or if the
31 property doesn't exist it will use the specified number of bytes or the
35 const char *property,
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestClientTarget.cpp66 for (auto property : properties) {
67 dmp << property->dump();
75 for (auto property : properties) {
76 property->reset();
82 for (auto property : properties) {
83 if (property->advance())
H A DHwc2TestLayer.cpp21 Hwc2TestCoverage getCoverage(Hwc2TestPropertyName property, argument
24 auto exception = coverageExceptions.find(property);
69 for (auto property : mProperties) {
70 dmp << property->dump();
108 for (auto property : mProperties) {
109 property->reset();
115 for (auto property : mProperties) {
116 if (property->isSupported(mComposition.get()))
117 if (property->advance())
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAnimationProperties.java42 public boolean shouldAnimateProperty(Property property) {
49 * @return a listener that should be run whenever any property finished its animation
65 * Get a custom interpolator for a property instead of the normal one.
67 public Interpolator getCustomInterpolator(View child, Property property) { argument
68 return mInterpolatorMap != null ? mInterpolatorMap.get(property) : null;
83 * Set a custom interpolator to use for all views for a property.
85 public AnimationProperties setCustomInterpolator(Property property, Interpolator interpolator) { argument
89 mInterpolatorMap.put(property, interpolator);
/frameworks/av/media/mtp/
H A DIMtpDatabase.h64 MtpObjectProperty property,
68 MtpObjectProperty property,
71 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,
74 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,
77 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property) = 0;
80 uint32_t format, uint32_t property,
102 virtual MtpProperty* getObjectPropertyDesc(MtpObjectProperty property,
105 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property) = 0;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTouchAnimator.java131 public Builder addFloat(Object target, String property, float... values) { argument
132 add(target, KeyframeSet.ofFloat(getProperty(target, property, float.class), values));
136 public Builder addInt(Object target, String property, int... values) { argument
137 add(target, KeyframeSet.ofInt(getProperty(target, property, int.class), values));
146 private static Property getProperty(Object target, String property, Class<?> cls) { argument
148 switch (property) {
169 if (target instanceof TouchAnimator && "position".equals(property)) {
172 return Property.of(target.getClass(), cls, property);
219 public static KeyframeSet ofInt(Property property, int... values) { argument
220 return new IntKeyframeSet((Property<?, Integer>) property, value
223 ofFloat(Property property, float... values) argument
232 FloatKeyframeSet(Property<T, Float> property, float[] values) argument
250 IntKeyframeSet(Property<T, Integer> property, int[] values) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimatorRT.java81 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant);
84 RenderNodeAnimator animator = new RenderNodeAnimator(property, finalValue);
91 mAnimators[property] = animator;
130 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant);
131 if (mAnimators[property] != null) {
132 mAnimators[property].cancel();
133 mAnimators[property] = null;
/frameworks/base/libs/hwui/
H A DProperties.cpp82 char property[PROPERTY_VALUE_MAX]; local
88 if (property_get(PROPERTY_DEBUG_OVERDRAW, property, nullptr) > 0) {
89 INIT_LOGD(" Overdraw debug enabled: %s", property);
90 if (!strcmp(property, "show")) {
93 } else if (!strcmp(property, "show_deuteranomaly")) {
100 if (property_get(PROPERTY_DEBUG_STENCIL_CLIP, property, nullptr) > 0) {
101 INIT_LOGD(" Stencil clip debug enabled: %s", property);
102 if (!strcmp(property, "hide")) {
104 } else if (!strcmp(property, "highlight")) {
106 } else if (!strcmp(property, "regio
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimator.java54 Property<T, Float> property = animatableProperty.getProperty();
65 if (!filter.shouldAnimateProperty(property)) {
80 property.set(view, newEndValue);
85 Float currentValue = property.get(view);
88 animation -> property.set(view, (Float) animation.getAnimatedValue()));
89 Interpolator customInterpolator = properties.getCustomInterpolator(view, property);
119 public static <T extends View> boolean isAnimating(T view, AnimatableProperty property) { argument
120 return view.getTag(property.getAnimatorTag()) != null;
H A DAnimatableProperty.java29 * An animatable property of a view. Used with {@link PropertyAnimator}
48 Property<T, Float> property = new FloatProperty<T>(name) {
78 return property;
83 public static <T extends View> AnimatableProperty from(Property<T, Float> property, argument
103 return property;
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DParallax.java32 * rules to mapping property values to {@link ParallaxTarget}.
68 * Subclass must override {@link #updateValues()} to update property values and perform
82 * @param <PropertyT> Class of the property, e.g. {@link IntProperty} or {@link FloatProperty}.
87 public PropertyMarkerValue(PropertyT property) { argument
88 mProperty = property;
92 * @return Associated property.
100 * IntProperty provide access to an index based integer type property inside
233 IntPropertyMarkerValue(IntProperty property, int value) { argument
234 this(property, value, 0f);
237 IntPropertyMarkerValue(IntProperty property, in argument
385 FloatPropertyMarkerValue(FloatProperty property, float value) argument
389 FloatPropertyMarkerValue(FloatProperty property, float value, float fractionOfMax) argument
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVNodeBuilder.java99 public void onPropertyCreated(VCardProperty property) { argument
102 propNode.propName = property.getName();
103 List<String> groupList = property.getGroupList();
107 Map<String, Collection<String>> propertyParameterMap = property.getParameterMap();
121 if (property.getRawValue() == null) {
129 final List<String> values = property.getValueList();
138 propNode.propValue_bytes = property.getByteValue();

Completed in 446 milliseconds

123456