Searched defs:propertyId (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/libs/hwui/ |
H A D | PropertyValuesHolder.h | 90 GroupPropertyValuesHolder(VectorDrawable::Group* ptr, int propertyId, float startValue, in GroupPropertyValuesHolder() 104 FullPathColorPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, in FullPathColorPropertyValuesHolder() 121 FullPathPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, float startValue, in FullPathPropertyValuesHolder()
|
H A D | VectorDrawable.cpp | 230 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) { in setColorPropertyValue() 244 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() 374 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() 403 bool Group::isValidProperty(int propertyId) { in isValidProperty() 407 bool Group::GroupProperties::isValidProperty(int propertyId) { in isValidProperty()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 104 static jlong createGroupPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createGroupPropertyHolder() 122 static jlong createPathColorPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathColorPropertyHolder() 130 static jlong createPathPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathPropertyHolder()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | AnimatedVectorDrawable.java | 1365 int propertyId; in createRTAnimatorForGroup() local 1410 int propertyId = target.getPropertyIndex(mTmpValues.propertyName); in createRTAnimatorForFullPath() local 1837 private static native long nCreateGroupPropertyHolder(long nativePtr, int propertyId, in nCreateGroupPropertyHolder() 1843 private static native long nCreatePathColorPropertyHolder(long nativePtr, int propertyId, in nCreatePathColorPropertyHolder() 1846 private static native long nCreatePathPropertyHolder(long nativePtr, int propertyId, in nCreatePathPropertyHolder()
|