/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 114 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 …]
|
D | PropertyValuesHolder.java | 134 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 …]
|
D | AnimatorInflater.java | 273 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/ |
D | KeyChainSnapshotSerializer.java | 168 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/ |
D | AnnotationUtils.java | 123 <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/ |
D | FieldDescriptor.cs | 46 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/ |
D | VCardBuilder.java | 1185 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 …]
|
D | VCardParserImpl_V21.java | 167 protected boolean isValidPropertyName(final String propertyName) { in isValidPropertyName() 382 final String propertyName = line.substring(nameIndex, i); in constructPropertyData() local
|
D | VCardSourceDetector.java | 103 final String propertyName = property.getName(); in onPropertyCreated() local
|
/frameworks/av/media/libstagefright/foundation/ |
D | ADebug.cpp | 89 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/ |
D | PropertyReader.java | 198 @Nullable String propertyName) { in PropertyTypeMismatchException() 213 @Nullable String propertyName) { in formatMessage()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/ |
D | HttpsServiceConnection.java | 82 public void setRequestProperty(String propertyName, String value) { in setRequestProperty()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpEvent.java | 207 public IllegalParameterAccess(String propertyName, int eventCode) { in IllegalParameterAccess()
|
/frameworks/av/media/libmedia/ |
D | MidiDeviceInfo.cpp | 40 String16 MidiDeviceInfo::getProperty(const char* propertyName) { in getProperty()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SmartReplyConstants.java | 150 private static boolean readDeviceConfigBooleanOrDefaultIfEmpty(String propertyName, in readDeviceConfigBooleanOrDefaultIfEmpty()
|
/frameworks/av/media/ndk/ |
D | NdkMediaDrm.cpp | 686 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/ |
D | SettingsToPropertiesMapper.java | 209 String propertyName = SYSTEM_PROPERTY_PREFIX + categoryName + "." + flagName; in makePropertyName() local
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | RecurrenceSet.java | 383 String propertyName, in addPropertiesForRuleStr() 443 String propertyName, in addPropertyForDateStr()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | VectorDrawable.java | 969 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/ |
D | UserDataPreparer.java | 105 String propertyName = "sys.user." + userId + ".ce_available"; in prepareUserDataLI() local
|
/frameworks/base/core/java/com/android/internal/os/ |
D | Zygote.java | 402 public static String getConfigurationProperty(String propertyName, String defaultValue) { in getConfigurationProperty() 430 String propertyName, Boolean defaultValue) { in getConfigurationPropertyBoolean()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | DrmPlugin.cpp | 468 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/ |
D | GnssConfiguration.java | 265 String propertyName = entry.getKey(); in reloadGpsProperties() local
|
/frameworks/base/core/java/com/android/internal/util/ |
D | TypedProperties.java | 182 final String propertyName = st.sval; in parse() local
|
/frameworks/base/core/java/android/os/ |
D | Debug.java | 2183 final String propertyName) { in modifyFieldIfSet() 2301 final String propertyName = cl.getName() + "." + field.getName(); in setFieldsOn() local
|