Searched defs:propertyValue (Results 1 - 5 of 5) 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/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/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 165 milliseconds