Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/wm/utils/
DOptPropFactory.java59 public OptProp create(@NonNull String propertyName) { in create()
74 public OptProp create(@NonNull String propertyName, @NonNull BooleanSupplier gateCondition) { in create()
118 @NonNull String propertyName, in OptProp()
127 @NonNull String propertyName) { in create()
133 @NonNull String propertyName, @NonNull BooleanSupplier condition) { in create()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageProperty.java63 public Property getProperty(@NonNull String propertyName, @NonNull String packageName, in getProperty()
77 public List<Property> queryProperty(@NonNull String propertyName, in queryProperty()
163 final String propertyName = property.getName(); in addProperties() local
208 final String propertyName = property.getName(); in removeProperties() local
237 private static Property getProperty(String propertyName, String packageName, String className, in getProperty()
258 String propertyName, String packageName, String className) { in getComponentProperty()
275 private Property getApplicationProperty(String propertyName, String packageName) { in getApplicationProperty()
/frameworks/base/core/java/android/animation/
DObjectAnimator.java108 public void setPropertyName(@NonNull String propertyName) { in setPropertyName()
166 String propertyName = null; in getPropertyName() local
206 private ObjectAnimator(Object target, String propertyName) { in ObjectAnimator()
237 public static ObjectAnimator ofInt(Object target, String propertyName, int... values) { in ofInt()
328 public static ObjectAnimator ofMultiInt(Object target, String propertyName, int[][] values) { in ofMultiInt()
348 public static ObjectAnimator ofMultiInt(Object target, String propertyName, Path path) { in ofMultiInt()
373 public static <T> ObjectAnimator ofMultiInt(Object target, String propertyName, in ofMultiInt()
395 public static ObjectAnimator ofArgb(Object target, String propertyName, int... values) { in ofArgb()
436 public static ObjectAnimator ofFloat(Object target, String propertyName, float... values) { in ofFloat()
528 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.java276 int valueFromId, int valueToId, String propertyName) { in getPVH()
555 String propertyName = in setupObjectAnimator() local
741 String propertyName = a.getString(R.styleable.PropertyValuesHolder_propertyName); in loadValues() local
834 String propertyName, int valueType) in loadPvh()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/serialization/
DKeyChainSnapshotSerializer.java166 TypedXmlSerializer xmlSerializer, String propertyName, long propertyValue) in writePropertyTag()
174 TypedXmlSerializer xmlSerializer, String propertyName, String propertyValue) in writePropertyTag()
182 TypedXmlSerializer xmlSerializer, String propertyName, @Nullable byte[] propertyValue) in writePropertyTag()
193 TypedXmlSerializer xmlSerializer, String propertyName, CertPath certPath) in writePropertyTag()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardBuilder.java1185 final String propertyName = VCardUtils.getPropertyNameForIm(protocolAsObject); in appendIms() local
1812 final String propertyName; in appendSipAddresses() local
1876 public void appendLineWithCharsetAndQPDetection(final String propertyName, in appendLineWithCharsetAndQPDetection()
1882 final String propertyName, final List<String> rawValueList) { in appendLineWithCharsetAndQPDetection()
1886 public void appendLineWithCharsetAndQPDetection(final String propertyName, in appendLineWithCharsetAndQPDetection()
1897 public void appendLineWithCharsetAndQPDetection(final String propertyName, in appendLineWithCharsetAndQPDetection()
1912 public void appendLine(final String propertyName, final String rawValue) { in appendLine()
1916 public void appendLine(final String propertyName, final List<String> rawValueList) { in appendLine()
1920 public void appendLine(final String propertyName, in appendLine()
1926 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/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/native/services/inputflinger/tests/fuzzers/
DTouchpadInputFuzzer.cpp104 for (auto& propertyName : boolPropertiesToFuzz) { in setDeviceSpecificConfig() local
110 for (auto& propertyName : doublePropertiesToFuzz) { in setDeviceSpecificConfig() local
/frameworks/av/media/ndk/fuzzer/
Dndk_drm_fuzzer.cpp167 const char* propertyName = name.c_str(); in invokeDrmPropertyAPI() local
175 const char* propertyName = name.c_str(); in invokeDrmPropertyAPI() local
180 std::string propertyName = mFdp.ConsumeRandomLengthString(kMaxBytes); in invokeDrmPropertyAPI() local
188 std::string propertyName = mFdp.ConsumeRandomLengthString(kMaxBytes); in invokeDrmPropertyAPI() local
/frameworks/base/core/java/android/app/admin/
DProvisioningIntentHelper.java139 String propertyName = (String) propertyNames.nextElement(); in createBundleFromProperties() local
146 String propertyName, Properties properties, Bundle bundle) { in addPropertyToBundle()
/frameworks/av/media/module/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/base/apct-tests/perftests/core/src/android/libcore/regression/
DDoPrivilegedPerfTest.java86 ReusableAction(String propertyName) { in ReusableAction()
/frameworks/base/core/java/android/app/
DPropertyInvalidatedCache.java545 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName) { in PropertyInvalidatedCache()
560 public PropertyInvalidatedCache(int maxEntries, @NonNull String propertyName, in PropertyInvalidatedCache()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyConstantsTest.java212 private void overrideSetting(String propertyName, String value) { in overrideSetting()
/frameworks/base/services/core/java/com/android/server/am/
DSettingsToPropertiesMapper.java593 String propertyName = SYSTEM_PROPERTY_PREFIX + categoryName + "." + flagName; in makePropertyName() local
664 String propertyName = SYSTEM_PROPERTY_PREFIX + "aconfig_flags." + in makeAconfigFlagPropertyName() local
/frameworks/base/media/java/android/mtp/
DMtpEvent.java207 public IllegalParameterAccess(String propertyName, int eventCode) { in IllegalParameterAccess()
/frameworks/base/media/native/midi/
DMidiDeviceInfo.cpp40 String16 MidiDeviceInfo::getProperty(const char* propertyName) { in getProperty()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyConstants.java158 private boolean readDeviceConfigBooleanOrDefaultIfEmpty(String propertyName, in readDeviceConfigBooleanOrDefaultIfEmpty()
/frameworks/native/services/inputflinger/reader/mapper/gestures/
DPropertyProvider.cpp94 std::string propertyName = key.substr(gesturePropPrefix.length()); in loadPropertiesFromIdcFile() local
250 const std::string& propertyName) { in trySetFromIdcProperty()
/frameworks/av/media/ndk/
DNdkMediaDrm.cpp703 media_status_t AMediaDrm_getPropertyString(AMediaDrm *mObj, const char *propertyName, in AMediaDrm_getPropertyString()
726 const char *propertyName, AMediaDrmByteArray *propertyValue) { in AMediaDrm_getPropertyByteArray()
749 const char *propertyName, const char *value) { in AMediaDrm_setPropertyString()
760 const char *propertyName, const uint8_t *value, size_t valueSize) { in AMediaDrm_setPropertyByteArray()
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java382 String propertyName, in addPropertiesForRuleStr()
442 String propertyName, in addPropertyForDateStr()

12