Home
last modified time | relevance | path

Searched defs:propertyName (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/core/java/android/animation/
DObjectAnimator.java114 public void setPropertyName(@NonNull String propertyName) { in setPropertyName()
172 String propertyName = null; in getPropertyName() local
212 private ObjectAnimator(Object target, String propertyName) { in ObjectAnimator()
243 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt()
334 public static ObjectAnimator ofMultiInt(Object target, String propertyName, int[][] values) { in ofMultiInt()
354 public static ObjectAnimator ofMultiInt(Object target, String propertyName, Path path) { in ofMultiInt()
379 public static <T> ObjectAnimator ofMultiInt(Object target, String propertyName, in ofMultiInt()
401 public static ObjectAnimator ofArgb(Object target, String propertyName, int... values) { in ofArgb()
442 public static ObjectAnimator ofFloat(Object target, String propertyName, float... values) { in ofFloat()
534 public static ObjectAnimator ofMultiFloat(Object target, String propertyName, in ofMultiFloat()
[all …]
DPropertyValuesHolder.java134 private PropertyValuesHolder(String propertyName) { in PropertyValuesHolder()
156 public static PropertyValuesHolder ofInt(String propertyName, int... values) { in ofInt()
185 public static PropertyValuesHolder ofMultiInt(String propertyName, int[][] values) { in ofMultiInt()
217 public static PropertyValuesHolder ofMultiInt(String propertyName, Path path) { in ofMultiInt()
240 public static <V> PropertyValuesHolder ofMultiInt(String propertyName, in ofMultiInt()
262 public static <T> PropertyValuesHolder ofMultiInt(String propertyName, in ofMultiInt()
275 public static PropertyValuesHolder ofFloat(String propertyName, float... values) { in ofFloat()
304 public static PropertyValuesHolder ofMultiFloat(String propertyName, float[][] values) { in ofMultiFloat()
336 public static PropertyValuesHolder ofMultiFloat(String propertyName, Path path) { in ofMultiFloat()
358 public static <V> PropertyValuesHolder ofMultiFloat(String propertyName, in ofMultiFloat()
[all …]
DAnimatorInflater.java273 int valueFromId, int valueToId, String propertyName) { in getPVH()
552 String propertyName = in setupObjectAnimator() local
738 String propertyName = a.getString(R.styleable.PropertyValuesHolder_propertyName); in loadValues() local
831 String propertyName, int valueType) in loadPvh()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotSerializer.java168 XmlSerializer xmlSerializer, String propertyName, long propertyValue) in writePropertyTag()
176 XmlSerializer xmlSerializer, String propertyName, String propertyValue) in writePropertyTag()
184 XmlSerializer xmlSerializer, String propertyName, @Nullable byte[] propertyValue) in writePropertyTag()
195 XmlSerializer xmlSerializer, String propertyName, CertPath certPath) in writePropertyTag()
/frameworks/base/tools/processors/view_inspector/src/java/android/processor/view/inspector/
DAnnotationUtils.java123 <T> List<T> typedArrayValuesByName( in typedArrayValuesByName()
166 List<AnnotationValue> untypedArrayValuesByName( in untypedArrayValuesByName()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DFieldDescriptor.cs46 private readonly string propertyName; // Annoyingly, needed in Crosslink. field in Google.Protobuf.Reflection.FieldDescriptor
68 MessageDescriptor parent, int index, string propertyName) in FieldDescriptor()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java1185 final String propertyName = VCardUtils.getPropertyNameForIm(protocolAsObject); in appendIms() local
1808 final String propertyName; in appendSipAddresses() local
1872 public void appendLineWithCharsetAndQPDetection(final String propertyName, in appendLineWithCharsetAndQPDetection()
1878 final String propertyName, final List<String> rawValueList) { in appendLineWithCharsetAndQPDetection()
1882 public void appendLineWithCharsetAndQPDetection(final String propertyName, in appendLineWithCharsetAndQPDetection()
1893 public void appendLineWithCharsetAndQPDetection(final String propertyName, in appendLineWithCharsetAndQPDetection()
1908 public void appendLine(final String propertyName, final String rawValue) { in appendLine()
1912 public void appendLine(final String propertyName, final List<String> rawValueList) { in appendLine()
1916 public void appendLine(final String propertyName, in appendLine()
1922 public void appendLine(final String propertyName, final List<String> parameterList, in appendLine()
[all …]
DVCardParserImpl_V21.java167 protected boolean isValidPropertyName(final String propertyName) { in isValidPropertyName()
382 final String propertyName = line.substring(nameIndex, i); in constructPropertyData() local
DVCardSourceDetector.java103 final String propertyName = property.getName(); in onPropertyCreated() local
/frameworks/av/media/libstagefright/foundation/
DADebug.cpp89 const char *name, const char *propertyName, long def) { in GetLevelFromProperty()
99 const char *name, const char *propertyName, ADebug::Level def) { in GetDebugLevelFromProperty()
/frameworks/base/core/java/android/view/inspector/
DPropertyReader.java198 @Nullable String propertyName) { in PropertyTypeMismatchException()
213 @Nullable String propertyName) { in formatMessage()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java82 public void setRequestProperty(String propertyName, String value) { in setRequestProperty()
/frameworks/base/media/java/android/mtp/
DMtpEvent.java207 public IllegalParameterAccess(String propertyName, int eventCode) { in IllegalParameterAccess()
/frameworks/av/media/libmedia/
DMidiDeviceInfo.cpp40 String16 MidiDeviceInfo::getProperty(const char* propertyName) { in getProperty()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java150 private static boolean readDeviceConfigBooleanOrDefaultIfEmpty(String propertyName, in readDeviceConfigBooleanOrDefaultIfEmpty()
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp686 media_status_t AMediaDrm_getPropertyString(AMediaDrm *mObj, const char *propertyName, in AMediaDrm_getPropertyString()
709 const char *propertyName, AMediaDrmByteArray *propertyValue) { in AMediaDrm_getPropertyByteArray()
732 const char *propertyName, const char *value) { in AMediaDrm_setPropertyString()
743 const char *propertyName, const uint8_t *value, size_t valueSize) { in AMediaDrm_setPropertyByteArray()
/frameworks/base/services/core/java/com/android/server/am/
DSettingsToPropertiesMapper.java209 String propertyName = SYSTEM_PROPERTY_PREFIX + categoryName + "." + flagName; in makePropertyName() local
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java383 String propertyName, in addPropertiesForRuleStr()
443 String propertyName, in addPropertyForDateStr()
/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java969 Property getProperty(String propertyName) { in getProperty()
1183 static int getPropertyIndex(String propertyName) { in getPropertyIndex()
1351 Property getProperty(String propertyName) { in getProperty()
1626 Property getProperty(String propertyName) { in getProperty()
1916 Property getProperty(String propertyName) { in getProperty()
1929 int getPropertyIndex(String propertyName) { in getPropertyIndex()
2276 abstract Property getProperty(String propertyName); in getProperty()
/frameworks/base/services/core/java/com/android/server/pm/
DUserDataPreparer.java105 String propertyName = "sys.user." + userId + ".ce_available"; in prepareUserDataLI() local
/frameworks/base/core/java/com/android/internal/os/
DZygote.java402 public static String getConfigurationProperty(String propertyName, String defaultValue) { in getConfigurationProperty()
430 String propertyName, Boolean defaultValue) { in getConfigurationPropertyBoolean()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DDrmPlugin.cpp468 const hidl_string& propertyName, getPropertyString_cb _hidl_cb) { in getPropertyString()
494 const hidl_string& propertyName, getPropertyByteArray_cb _hidl_cb) { in getPropertyByteArray()
/frameworks/base/services/core/java/com/android/server/location/
DGnssConfiguration.java265 String propertyName = entry.getKey(); in reloadGpsProperties() local
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java182 final String propertyName = st.sval; in parse() local
/frameworks/base/core/java/android/os/
DDebug.java2183 final String propertyName) { in modifyFieldIfSet()
2301 final String propertyName = cl.getName() + "." + field.getName(); in setFieldsOn() local

12