Searched defs:propertyId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
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()
|
D | VectorDrawable.cpp | 226 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) { in setColorPropertyValue() 240 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() 370 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() 399 bool Group::isValidProperty(int propertyId) { in isValidProperty() 403 bool Group::GroupProperties::isValidProperty(int propertyId) { in isValidProperty()
|
/frameworks/base/libs/hwui/jni/ |
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()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | AnimatedVectorDrawable.java | 1366 int propertyId; in createRTAnimatorForGroup() local 1411 int propertyId = target.getPropertyIndex(mTmpValues.propertyName); in createRTAnimatorForFullPath() local 1852 private static native long nCreateGroupPropertyHolder(long nativePtr, int propertyId, in nCreateGroupPropertyHolder() 1858 private static native long nCreatePathColorPropertyHolder(long nativePtr, int propertyId, in nCreatePathColorPropertyHolder() 1861 private static native long nCreatePathPropertyHolder(long nativePtr, int propertyId, in nCreatePathPropertyHolder()
|