Searched defs:property (Results 26 - 50 of 50) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DProperties.h188 // Default property values
216 char property[PROPERTY_VALUE_MAX]; local
217 if (property_get(PROPERTY_DEBUG, property, NULL) > 0) {
218 return (DebugLevel) atoi(property);
H A DTextureCache.cpp40 char property[PROPERTY_VALUE_MAX]; local
41 if (property_get(PROPERTY_TEXTURE_CACHE_SIZE, property, NULL) > 0) {
42 INIT_LOGD(" Setting texture cache size to %sMB", property);
43 setMaxSize(MB(atof(property)));
48 if (property_get(PROPERTY_TEXTURE_CACHE_FLUSH_RATE, property, NULL) > 0) {
49 float flushRate = atof(property);
H A DCaches.cpp149 char property[PROPERTY_VALUE_MAX]; local
150 if (property_get(PROPERTY_ENABLE_GPU_PIXEL_BUFFERS, property, "true") > 0) {
151 gpuPixelBuffersEnabled = !strcmp(property, "true");
161 char property[PROPERTY_VALUE_MAX]; local
162 if (property_get(PROPERTY_DEBUG_LAYERS_UPDATES, property, NULL) > 0) {
163 INIT_LOGD(" Layers updates debug enabled: %s", property);
164 debugLayersUpdates = !strcmp(property, "true");
170 if (property_get(PROPERTY_DEBUG_OVERDRAW, property, NULL) > 0) {
171 INIT_LOGD(" Overdraw debug enabled: %s", property);
172 if (!strcmp(property, "sho
[all...]
H A DPathCache.cpp159 char property[PROPERTY_VALUE_MAX]; local
160 if (property_get(PROPERTY_PATH_CACHE_SIZE, property, NULL) > 0) {
161 INIT_LOGD(" Setting %s cache size to %sMB", name, property);
162 setMaxSize(MB(atof(property)));
H A DFontRenderer.cpp118 char property[PROPERTY_VALUE_MAX]; local
119 if (property_get(PROPERTY_TEXT_SMALL_CACHE_WIDTH, property, NULL) > 0) {
120 mSmallCacheWidth = atoi(property);
123 if (property_get(PROPERTY_TEXT_SMALL_CACHE_HEIGHT, property, NULL) > 0) {
124 mSmallCacheHeight = atoi(property);
127 if (property_get(PROPERTY_TEXT_LARGE_CACHE_WIDTH, property, NULL) > 0) {
128 mLargeCacheWidth = atoi(property);
131 if (property_get(PROPERTY_TEXT_LARGE_CACHE_HEIGHT, property, NULL) > 0) {
132 mLargeCacheHeight = atoi(property);
H A DOpenGLRenderer.cpp143 char property[PROPERTY_VALUE_MAX]; local
144 if (property_get(PROPERTY_DISABLE_SCISSOR_OPTIMIZATION, property, "false")) {
145 mScissorOptimizationDisabled = !strcasecmp(property, "true");
/frameworks/native/include/input/
H A DKeyCharacterMap.h185 inline Property(int32_t property = 0, int32_t metaState = 0) :
186 property(property), metaState(metaState) { }
188 int32_t property; member in struct:android::KeyCharacterMap::Parser::Property
/frameworks/base/core/java/android/animation/
H A DPropertyValuesHolder.java30 * This class holds information about a property and the values that that property
38 * The name of the property associated with the values. This need not be a real property,
51 * PropertyValuesHolder, since it holds all of the per-property information. This
52 * property is automatically
59 * PropertyValuesHolder, since it holds all of the per-property information. This
60 * property is automatically
96 // These maps hold all property entries for a particular class. This map
97 // is used to speed up property/sette
138 PropertyValuesHolder(Property property) argument
163 ofInt(Property<?, Integer> property, int... values) argument
185 ofFloat(Property<?, Float> property, float... values) argument
221 ofObject(Property property, TypeEvaluator<V> evaluator, V... values) argument
279 ofKeyframe(Property property, Keyframe... values) argument
690 setProperty(Property property) argument
761 IntPropertyValuesHolder(Property property, IntKeyframeSet keyframeSet) argument
776 IntPropertyValuesHolder(Property property, int... values) argument
898 FloatPropertyValuesHolder(Property property, FloatKeyframeSet keyframeSet) argument
913 FloatPropertyValuesHolder(Property property, float... values) argument
[all...]
/frameworks/av/media/mtp/
H A DMtpDevice.cpp214 MtpProperty* property = getDevicePropDesc(propCode); local
215 if (property)
216 mDeviceProperties.push(property);
239 MtpProperty* property = getDevicePropDesc(propCode); local
240 if (property) {
241 property->print();
242 delete property;
258 MtpProperty* property = getObjectPropDesc(prop, format); local
259 if (property) {
260 property
549 MtpProperty* property = new MtpProperty; local
568 MtpProperty* property = new MtpProperty; local
[all...]
H A DMtpServer.cpp616 MtpObjectProperty property = mRequest.getParameter(2); local
618 MtpDebug::getObjectPropCodeName(property));
620 return mDatabase->getObjectPropertyValue(handle, property, mData);
627 MtpObjectProperty property = mRequest.getParameter(2); local
629 MtpDebug::getObjectPropCodeName(property));
631 return mDatabase->setObjectPropertyValue(handle, property, mData);
635 MtpDeviceProperty property = mRequest.getParameter(1); local
637 MtpDebug::getDevicePropCodeName(property));
639 return mDatabase->getDevicePropertyValue(property, mData);
643 MtpDeviceProperty property local
651 MtpDeviceProperty property = mRequest.getParameter(1); local
665 uint32_t property = mRequest.getParameter(3); local
1072 MtpProperty* property = mDatabase->getObjectPropertyDesc(propCode, format); local
1083 MtpProperty* property = mDatabase->getDevicePropertyDesc(propCode); local
[all...]
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java66 // cached property groups for single properties
70 // cached property groups for all properties for a given format
672 private MtpPropertyList getObjectPropertyList(long handle, int format, long property, argument
680 if (property == 0xFFFFFFFFL) {
689 propertyGroup = mPropertyGroupsByProperty.get(property);
691 int[] propertyList = new int[] { (int)property };
694 mPropertyGroupsByProperty.put(new Integer((int)property), propertyGroup);
788 private int setObjectProperty(int handle, int property, argument
790 switch (property) {
799 private int getDeviceProperty(int property, lon argument
829 setDeviceProperty(int property, long intValue, String stringValue) argument
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java524 // FN property
562 private void buildSinglePartNameField(String property, String part) { argument
570 mBuilder.append(property);
648 // Note: There is no appropriate property for expressing
653 // This is "X-" property, so any parser hopefully would not get
796 if (mIsV30OrV40) { // These specifications have NICKNAME property.
1281 // property, while there's no document in vCard 2.1.
1940 * Appends one line with a given property name and value.
2092 * Returns true when the property line should contain charset parameter
H A DVCardParserImpl_V21.java165 * @return true when a given property name is a valid property name.
330 private void parseItemInter(VCardProperty property, String propertyNameUpper) argument
332 String propertyRawValue = property.getRawValue();
334 handleAgent(property);
341 handlePropertyValue(property, propertyNameUpper);
343 throw new VCardException("Unknown property name: \"" + propertyNameUpper + "\"");
357 // For performance reason, the states for group and property name are merged into one.
380 if (ch == ':') { // End of a property name.
392 nameIndex = i + 1; // Next should be another group or a property nam
570 handlePropertyValue(VCardProperty property, String propertyName) argument
698 handleAdrOrgN(VCardProperty property, String propertyRawValue, String sourceCharset, String targetCharset) argument
910 handleAgent(final VCardProperty property) argument
[all...]
H A DVCardEntry.java737 private final String mPhoneticName; // We won't have this in "TITLE" property.
1924 // Probably the "TITLE" property comes before the "ORG" property via
1992 * SORT-STRING, since it is regitimate property to be understood.
2061 * property
2124 public void addProperty(final VCardProperty property) { argument
2125 final String propertyName = property.getName();
2126 final Map<String, Collection<String>> paramMap = property.getParameterMap();
2127 final List<String> propertyValueList = property.getValueList();
2128 byte[] propertyBytes = property
[all...]
/frameworks/base/core/java/android/view/
H A DViewDebug.java90 * @return true if the property's value must be transformed into an Android
157 * When deep export is turned on, this property is not dumped. Instead, the
158 * properties contained in this property are dumped. Each child property
159 * is prefixed with the name of this property.
161 * @return true if the properties of this property should be dumped
177 * Specifies the category the property falls into, such as measurement,
1056 final ExportedProperty property = sAnnotations.get(method);
1058 property.category().length() != 0 ? property
1219 exportUnrolledArray(Context context, BufferedWriter out, ExportedProperty property, int[] array, String prefix, String suffix) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRecord.java683 * Gets the value of a boolean property.
685 * @param property The property.
688 private boolean getBooleanProperty(int property) { argument
689 return (mBooleanProperties & property) == property;
693 * Sets a boolean property.
695 * @param property The property.
698 private void setBooleanProperty(int property, boolea argument
[all...]
H A DAccessibilityNodeInfo.java1912 * Gets the value of a boolean property.
1914 * @param property The property.
1917 private boolean getBooleanProperty(int property) { argument
1918 return (mBooleanProperties & property) != 0;
1922 * Sets a boolean property.
1924 * @param property The property.
1929 private void setBooleanProperty(int property, boolean value) { argument
1932 mBooleanProperties |= property;
[all...]
/frameworks/base/core/java/android/widget/
H A DFastScroller.java1423 * Constructs an animator for the specified property on a group of views.
1427 * @param property The property being animated.
1428 * @param value The value to which that property should animate.
1433 Property<View, Float> property, float value, View... views) {
1438 final Animator anim = ObjectAnimator.ofFloat(views[i], property, value);
1432 groupAnimatorOfFloat( Property<View, Float> property, float value, View... views) argument
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp128 MtpObjectProperty property,
132 MtpObjectProperty property,
135 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property,
138 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property,
141 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property);
144 uint32_t format, uint32_t property,
159 bool getObjectPropertyInfo(MtpObjectProperty property, int& type);
160 bool getDevicePropertyInfo(MtpDeviceProperty property, int& type);
167 virtual MtpProperty* getObjectPropertyDesc(MtpObjectProperty property,
170 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property);
357 getObjectPropertyValue(MtpObjectHandle handle, MtpObjectProperty property, MtpDataPacket& packet) argument
470 setObjectPropertyValue(MtpObjectHandle handle, MtpObjectProperty property, MtpDataPacket& packet) argument
528 getDevicePropertyValue(MtpDeviceProperty property, MtpDataPacket& packet) argument
594 setDevicePropertyValue(MtpDeviceProperty property, MtpDataPacket& packet) argument
651 resetDeviceProperty(MtpDeviceProperty property) argument
655 getObjectPropertyList(MtpObjectHandle handle, uint32_t format, uint32_t property, int groupCode, int depth, MtpDataPacket& packet) argument
896 MtpObjectProperty property; member in struct:PropertyTableEntry
929 getObjectPropertyInfo(MtpObjectProperty property, int& type) argument
941 getDevicePropertyInfo(MtpDeviceProperty property, int& type) argument
992 getObjectPropertyDesc(MtpObjectProperty property, MtpObjectFormat format) argument
1040 getDevicePropertyDesc(MtpDeviceProperty property) argument
[all...]
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp885 // Parse all comma-delimited property names up to the first colon.
895 ALOGE("%s: Expected a property name or modifier, got '%s'.",
914 ALOGE("%s: Expected ',' or ':' after property name.",
981 const Property& property = properties.itemAt(i); local
982 switch (property.property) {
1007 if (b->metaState == property.metaState) {
1014 newBehavior->metaState = property.metaState;
1029 // Fill in default number property.
/frameworks/rs/
H A DrsFont.cpp348 char property[PROPERTY_VALUE_MAX]; local
351 if (property_get(PROPERTY_TEXT_GAMMA, property, NULL) > 0) {
352 gamma = atof(property);
356 if (property_get(PROPERTY_TEXT_BLACK_GAMMA_THRESHOLD, property, NULL) > 0) {
357 blackThreshold = atoi(property);
361 if (property_get(PROPERTY_TEXT_WHITE_GAMMA_THRESHOLD, property, NULL) > 0) {
362 whiteThreshold = atoi(property);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java198 // Sets operator properties by retrieving from build-time system property
829 // TODO: The default value of voicemail number should be read from a system property
1273 public final void setSystemProperty(String property, String value) { argument
1274 super.setSystemProperty(property, value);
1543 * Sets PROPERTY_ICC_OPERATOR_ISO_COUNTRY property
1568 * build-time operator numeric property
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGSMPhone.java205 //Change the system property
432 setSystemProperty(String property, String value) { argument
433 super.setSystemProperty(property, value);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp678 char property[PROPERTY_VALUE_MAX]; local
680 if (property_get(propName, property, NULL) > 0) {
681 density = atoi(property);
693 // The density of the device is provided by a build property
698 ALOGE("ro.sf.lcd_density must be defined as a build property");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java176 * Set a system property, unless we're in unit test mode
178 public void setSystemProperty(String property, String value) { argument
182 SystemProperties.set(property, value);
287 * By default old phones won't have the property set but do generate
288 * the RIL_UNSOL_CALL_RING so the default if there is no property is

Completed in 530 milliseconds

12