Searched defs:propertyId (Results 1 – 9 of 9) sorted by relevance
/frameworks/data-binding/integration-tests/MultiModuleTestApp/app/src/androidTest/java/com/android/databinding/multimoduletestapp/ |
D | EventIdsTest.java | 118 public void onPropertyChanged(Observable observable, int propertyId) { in onPropertyChanged() 122 public int get(int propertyId) { in get() 127 private void assertProperty(int propertyId, int value) { in assertProperty()
|
/frameworks/base/libs/hwui/ |
D | PropertyValuesHolder.h | 90 GroupPropertyValuesHolder(VectorDrawable::Group* ptr, int propertyId, float startValue, in GroupPropertyValuesHolder() 105 FullPathColorPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, in FullPathColorPropertyValuesHolder() 121 FullPathPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, float startValue, in FullPathPropertyValuesHolder()
|
D | VectorDrawable.cpp | 225 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) { in setColorPropertyValue() 237 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() 367 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() 396 bool Group::isValidProperty(int propertyId) { in isValidProperty() 400 bool Group::GroupProperties::isValidProperty(int propertyId) { in isValidProperty()
|
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/ |
D | PropertyChangeRegistry.java | 43 public void notifyChange(Observable observable, int propertyId) { in notifyChange()
|
D | ViewDataBinding.java | 1215 public void onPropertyChanged(Observable sender, int propertyId) { in onPropertyChanged() 1357 public PropertyChangedInverseListener(int propertyId) { in PropertyChangedInverseListener() 1362 public void onPropertyChanged(Observable sender, int propertyId) { in onPropertyChanged()
|
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/ |
D | Observable.java | 59 public abstract void onPropertyChanged(Observable sender, int propertyId); in onPropertyChanged()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | AnimatedVectorDrawable_Delegate.java | 90 /*package*/ static long nCreateGroupPropertyHolder(long nativePtr, int propertyId, in nCreateGroupPropertyHolder() 108 /*package*/ static long nCreatePathColorPropertyHolder(long nativePtr, int propertyId, in nCreatePathColorPropertyHolder() 118 /*package*/ static long nCreatePathPropertyHolder(long nativePtr, int propertyId, in nCreatePathPropertyHolder()
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 107 static jlong createGroupPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createGroupPropertyHolder() 125 static jlong createPathColorPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathColorPropertyHolder() 133 static jlong createPathPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathPropertyHolder()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedVectorDrawable.java | 1346 int propertyId; in createRTAnimatorForGroup() local 1391 int propertyId = target.getPropertyIndex(mTmpValues.propertyName); in createRTAnimatorForFullPath() local 1808 private static native long nCreateGroupPropertyHolder(long nativePtr, int propertyId, in nCreateGroupPropertyHolder() 1814 private static native long nCreatePathColorPropertyHolder(long nativePtr, int propertyId, in nCreatePathColorPropertyHolder() 1817 private static native long nCreatePathPropertyHolder(long nativePtr, int propertyId, in nCreatePathPropertyHolder()
|