Searched defs:property (Results 1 - 25 of 61) sorted by path

123

/frameworks/av/media/libmedia/
H A DMediaUtils.cpp30 const char *property,
56 int64_t propVal = property_get_int64(property, maxMem);
29 limitProcessMemory( const char *property, size_t numberOfBytes, size_t percentageOfTotalMem) argument
/frameworks/av/media/mtp/
H A DMtpDevice.cpp249 MtpProperty* property = getDevicePropDesc(propCode); local
250 if (property)
251 mDeviceProperties.push(property);
274 MtpProperty* property = getDevicePropDesc(propCode); local
275 if (property) {
276 property->print();
277 delete property;
293 MtpProperty* property = getObjectPropDesc(prop, format); local
294 if (property) {
295 property
595 MtpProperty* property = new MtpProperty; local
616 MtpProperty* property = new MtpProperty; local
625 getObjectPropValue(MtpObjectHandle handle, MtpProperty* property) argument
[all...]
H A DMtpServer.cpp267 void MtpServer::sendDevicePropertyChanged(MtpDeviceProperty property) { argument
268 ALOGV("sendDevicePropertyChanged %d\n", property);
269 sendEvent(MTP_EVENT_DEVICE_PROP_CHANGED, property);
653 MtpObjectProperty property = mRequest.getParameter(2); local
655 MtpDebug::getObjectPropCodeName(property));
657 return mDatabase->getObjectPropertyValue(handle, property, mData);
666 MtpObjectProperty property = mRequest.getParameter(2); local
668 MtpDebug::getObjectPropCodeName(property));
670 return mDatabase->setObjectPropertyValue(handle, property, mData);
676 MtpDeviceProperty property
712 uint32_t property = mRequest.getParameter(3); local
1159 MtpProperty* property = mDatabase->getObjectPropertyDesc(propCode, format); local
1172 MtpProperty* property = mDatabase->getDevicePropertyDesc(propCode); local
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.cpp191 bool Engine::setPropertyForKey(const Property &property, const Key &key) argument
198 return element->template set<Property>(property) == NO_ERROR;
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp615 void AudioPolicyManager::setSystemProperty(const char* property, const char* value) argument
617 ALOGV("setSystemProperty() property %s, value %s", property, value);
2294 //If duration is less than minimum value defined in property, return false
/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java33 * as well as the name of the property that will be animated. Appropriate set/get functions
35 * animate the property.
77 * A weak reference to the target object on which the property exists, set
89 * Sets the name of the property that will be animated. This name is used to derive
91 * For example, a property name of <code>foo</code> will result
97 * name of the property being animated, use <code>float</code> or <code>int</code> typed values,
100 * property types and return types will work, but will have more overhead in processing
103 * <p>Note that the setter function derived from this property name
112 * @param propertyName The name of the property being animated. Should not be null.
125 // New property/value
136 setProperty(@onNull Property property) argument
223 ObjectAnimator(T target, Property<T, ?> property) argument
289 ofInt(T target, Property<T, Integer> property, int... values) argument
420 ofArgb(T target, Property<T, Integer> property, int... values) argument
488 ofFloat(T target, Property<T, Float> property, float... values) argument
666 ofObject(T target, Property<T, V> property, TypeEvaluator<V> evaluator, V... values) argument
701 ofObject(T target, Property<T, P> property, TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) argument
728 ofObject(T target, @NonNull Property<T, V> property, @Nullable TypeConverter<PointF, V> converter, Path path) argument
[all...]
H A DPropertyValuesHolder.java33 * This class holds information about a property and the values that that property
41 * The name of the property associated with the values. This need not be a real property,
54 * PropertyValuesHolder, since it holds all of the per-property information. This
55 * property is automatically
62 * PropertyValuesHolder, since it holds all of the per-property information. This
63 * property is automatically
99 // These maps hold all property entries for a particular class. This map
100 // is used to speed up property/sette
142 PropertyValuesHolder(Property property) argument
167 ofInt(Property<?, Integer> property, int... values) argument
286 ofFloat(Property<?, Float> property, float... values) argument
454 ofObject(Property property, TypeEvaluator<V> evaluator, V... values) argument
487 ofObject(Property<?, V> property, TypeConverter<T, V> converter, TypeEvaluator<T> evaluator, T... values) argument
512 ofObject(Property<?, V> property, TypeConverter<PointF, V> converter, Path path) argument
561 ofKeyframe(Property property, Keyframe... values) argument
580 ofKeyframes(Property property, Keyframes keyframes) argument
1049 setProperty(Property property) argument
1157 IntPropertyValuesHolder(Property property, Keyframes.IntKeyframes keyframes) argument
1172 IntPropertyValuesHolder(Property property, int... values) argument
1295 FloatPropertyValuesHolder(Property property, Keyframes.FloatKeyframes keyframes) argument
1310 FloatPropertyValuesHolder(Property property, float... values) argument
[all...]
/frameworks/base/core/java/android/os/
H A DBuild.java35 /** Value used for when a build property is unknown. */
706 * Ensure that raw fingerprint system property is defined. If it was derived
708 * derived value into the property service.
717 Slog.e(TAG, "Failed to set fingerprint property", e);
818 private static String getString(String property) { argument
819 return SystemProperties.get(property, UNKNOWN);
822 private static String[] getStringList(String property, String separator) { argument
823 String value = SystemProperties.get(property);
831 private static long getLong(String property) { argument
833 return Long.parseLong(SystemProperties.get(property));
[all...]
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java111 public RenderNodeAnimator(int property, float finalValue) { argument
112 mRenderProperty = property;
115 init(nCreateAnimator(property, finalValue));
118 public RenderNodeAnimator(CanvasProperty<Float> property, float finalValue) { argument
120 property.getNativeContainer(), finalValue));
125 * Creates a new render node animator for a field on a Paint property.
127 * @param property The paint property to target
130 * @param finalValue The target value for the property
132 public RenderNodeAnimator(CanvasProperty<Paint> property, in argument
502 nCreateAnimator(int property, float finalValue) argument
[all...]
H A DViewDebug.java98 * @return true if the property's value must be transformed into an Android
165 * When deep export is turned on, this property is not dumped. Instead, the
166 * properties contained in this property are dumped. Each child property
167 * is prefixed with the name of this property.
169 * @return true if the properties of this property should be dumped
185 * Specifies the category the property falls into, such as measurement,
1179 final ExportedProperty property = sAnnotations.get(method);
1181 property.category().length() != 0 ? property
1373 exportUnrolledArray(Context context, BufferedWriter out, ExportedProperty property, int[] array, String prefix, String suffix) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java2521 * Gets the value of a boolean property.
2523 * @param property The property.
2526 private boolean getBooleanProperty(int property) { argument
2527 return (mBooleanProperties & property) != 0;
2531 * Sets a boolean property.
2533 * @param property The property.
2538 private void setBooleanProperty(int property, boolean value) { argument
2541 mBooleanProperties |= property;
[all...]
H A DAccessibilityRecord.java695 * Gets the value of a boolean property.
697 * @param property The property.
700 private boolean getBooleanProperty(int property) { argument
701 return (mBooleanProperties & property) == property;
705 * Sets a boolean property.
707 * @param property The property.
710 private void setBooleanProperty(int property, boolea argument
[all...]
H A DAccessibilityWindowInfo.java581 * Gets the value of a boolean property.
583 * @param property The property.
586 private boolean getBooleanProperty(int property) { argument
587 return (mBooleanProperties & property) != 0;
591 * Sets a boolean property.
593 * @param property The property.
598 private void setBooleanProperty(int property, boolean value) { argument
600 mBooleanProperties |= property;
[all...]
/frameworks/base/core/java/android/widget/
H A DFastScroller.java1559 * Constructs an animator for the specified property on a group of views.
1563 * @param property The property being animated.
1564 * @param value The value to which that property should animate.
1569 Property<View, Float> property, float value, View... views) {
1574 final Animator anim = ObjectAnimator.ofFloat(views[i], property, value);
1568 groupAnimatorOfFloat( Property<View, Float> property, float value, View... views) argument
H A DRemoteViews.java1864 * @param property which layout parameter to alter
1867 public LayoutParamAction(int viewId, int property, int value) { argument
1869 this.property = property;
1875 property = parcel.readInt();
1882 dest.writeInt(property);
1896 switch (property) {
1916 throw new IllegalArgumentException("Unknown property " + property);
1928 return "LayoutParamAction" + property
1931 int property; field in class:RemoteViews.LayoutParamAction
[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/core/java/com/android/internal/widget/
H A DDrawableHolder.java61 * Adds an animation that interpolates given property from its current value
66 * @param property the property to animate
71 String property, float toValue, boolean replace) {
73 if (replace) removeAnimationFor(property);
75 ObjectAnimator anim = ObjectAnimator.ofFloat(this, property, toValue);
85 * Stops all animations for the given property and removes it from the list.
87 * @param property
89 public void removeAnimationFor(String property) { argument
92 if (property
70 addAnimTo(long duration, long delay, String property, float toValue, boolean replace) argument
[all...]
H A DLockPatternView.java522 private void startRtFloatAnimation(CanvasProperty<Float> property, float endValue, argument
524 RenderNodeAnimator animator = new RenderNodeAnimator(property, endValue);
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp375 // Convenience wrapper over the property API that returns an
388 * (in order) and returns the first non-empty property in the list :
446 * Parse a property containing space-separated options that should be
480 * Reads a "property" into "buffer" with a default of "defaultArg". If
481 * the property is non-empty, it is treated as a runtime option such
491 bool AndroidRuntime::parseRuntimeOption(const char* property, argument
498 property_get(property, buffer+runtimeArgLen, defaultArg);
507 * Reads a "property" into "buffer". If the property is non-empty, it
518 bool AndroidRuntime::parseCompilerOption(const char* property, argument
547 parseCompilerRuntimeOption(const char* property, char* buffer, const char* runtimeArg, const char* quotingArg) argument
[all...]
H A Dandroid_view_RenderNodeAnimator.cpp95 static inline RenderPropertyAnimator::RenderProperty toRenderProperty(jint property) { argument
96 LOG_ALWAYS_FATAL_IF(property < 0 || property > RenderPropertyAnimator::ALPHA,
97 "Invalid property %d", property);
98 return static_cast<RenderPropertyAnimator::RenderProperty>(property);
110 RenderPropertyAnimator::RenderProperty property = toRenderProperty(propertyRaw); local
111 BaseRenderNodeAnimator* animator = new RenderPropertyAnimator(property, finalValue);
/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/base/libs/hwui/
H A DAnimator.cpp316 RenderPropertyAnimator::RenderPropertyAnimator(RenderProperty property, float finalValue) argument
318 , mPropertyAccess(&(PROPERTY_ACCESSOR_LUT[property])) {
373 CanvasPropertyPrimitive* property, float finalValue)
375 , mProperty(property) {
395 CanvasPropertyPaint* property, PaintField field, float finalValue)
397 , mProperty(property)
372 CanvasPropertyPrimitiveAnimator( CanvasPropertyPrimitive* property, float finalValue) argument
394 CanvasPropertyPaintAnimator( CanvasPropertyPaint* property, PaintField field, float finalValue) argument
H A DOpenGLRenderer.cpp88 char property[PROPERTY_VALUE_MAX]; local
89 if (property_get(PROPERTY_DISABLE_SCISSOR_OPTIMIZATION, property, "false")) {
90 mScissorOptimizationDisabled = !strcasecmp(property, "true");
H A DProperties.cpp90 char property[PROPERTY_VALUE_MAX]; local
96 if (property_get(PROPERTY_DEBUG_OVERDRAW, property, nullptr) > 0) {
97 INIT_LOGD(" Overdraw debug enabled: %s", property);
98 if (!strcmp(property, "show")) {
101 } else if (!strcmp(property, "show_deuteranomaly")) {
108 if (property_get(PROPERTY_DEBUG_STENCIL_CLIP, property, nullptr) > 0) {
109 INIT_LOGD(" Stencil clip debug enabled: %s", property);
110 if (!strcmp(property, "hide")) {
112 } else if (!strcmp(property, "highlight")) {
114 } else if (!strcmp(property, "regio
[all...]
H A DVectorDrawable.cpp248 // Update staging property with property values from animation.
279 LOG_ALWAYS_FATAL("Error setting color property on FullPath: No valid property"
285 Property property = static_cast<Property>(propertyId); local
286 switch (property) {
306 LOG_ALWAYS_FATAL("Invalid property id: %d for animation", propertyId);
416 LOG_ALWAYS_FATAL("Invalid property index: %d", propertyId);
447 LOG_ALWAYS_FATAL("Invalid property index: %d", propertyId);

Completed in 5494 milliseconds

123