Searched refs:propertyValue (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/
H A DRecyclerViewUtil.java118 @NonNull Object propertyValue, @NonNull String propertySetter)
120 Class<?> propertyClass = ReflectionUtils.getClassInstance(propertyValue, propertyClassName);
121 setProperty(object, propertyClass, propertyValue, propertySetter);
125 @Nullable Object propertyValue, @NonNull String propertySetter)
127 invoke(getMethod(object.getClass(), propertySetter, propertyClass), object, propertyValue);
117 setProperty(@onNull Object object, @NonNull String propertyClassName, @NonNull Object propertyValue, @NonNull String propertySetter) argument
124 setProperty(@onNull Object object, @NonNull Class<?> propertyClass, @Nullable Object propertyValue, @NonNull String propertySetter) argument
/frameworks/av/include/ndk/
H A DNdkMediaDrm.h355 * On return, propertyValue will be set to point to the property value. The
360 const char **propertyValue);
370 * On return, *propertyValue will be set to point to the property value. The
375 AMediaDrmByteArray *propertyValue);
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp518 const char **propertyValue) {
523 if (!propertyName || !propertyValue) {
531 *propertyValue = mObj->mPropertyString.string();
533 *propertyValue = NULL;
540 const char *propertyName, AMediaDrmByteArray *propertyValue) {
544 if (!propertyName || !propertyValue) {
552 propertyValue->ptr = mObj->mPropertyByteArray.array();
553 propertyValue->length = mObj->mPropertyByteArray.size();
555 propertyValue->ptr = NULL;
556 propertyValue
517 AMediaDrm_getPropertyString(AMediaDrm *mObj, const char *propertyName, const char **propertyValue) argument
539 AMediaDrm_getPropertyByteArray(AMediaDrm *mObj, const char *propertyName, AMediaDrmByteArray *propertyValue) argument
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java724 final String propertyValue = VCardUtils.convertStringCharset(
727 VCardUtils.constructListFromValue(propertyValue, getVersion());
H A DVCardBuilder.java2074 for (String propertyValue : propertyValueList) {
2075 if (!VCardUtils.containsOnlyPrintableAscii(propertyValue)) {
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1342 String8 propertyValue; local
1343 ASSERT_TRUE(mDevice->getConfiguration().tryGetProperty(String8("key"), propertyValue))
1345 ASSERT_STREQ("value", propertyValue.string());
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 315 milliseconds