Home
last modified time | relevance | path

Searched refs:propertyId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/
DVectorDrawable.cpp229 void FullPath::FullPathProperties::setColorPropertyValue(int propertyId, int32_t value) { in setColorPropertyValue() argument
230 Property currentProperty = static_cast<Property>(propertyId); in setColorPropertyValue()
239 propertyId); in setColorPropertyValue()
243 void FullPath::FullPathProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() argument
244 Property property = static_cast<Property>(propertyId); in setPropertyValue()
265 LOG_ALWAYS_FATAL("Invalid property id: %d for animation", propertyId); in setPropertyValue()
349 float Group::GroupProperties::getPropertyValue(int propertyId) const { in getPropertyValue()
350 Property currentProperty = static_cast<Property>(propertyId); in getPropertyValue()
367 LOG_ALWAYS_FATAL("Invalid property index: %d", propertyId); in getPropertyValue()
373 void Group::GroupProperties::setPropertyValue(int propertyId, float value) { in setPropertyValue() argument
[all …]
DPropertyValuesHolder.h90 GroupPropertyValuesHolder(VectorDrawable::Group* ptr, int propertyId, float startValue, in GroupPropertyValuesHolder() argument
92 : PropertyValuesHolderImpl(startValue, endValue), mGroup(ptr), mPropertyId(propertyId) { in GroupPropertyValuesHolder()
104 FullPathColorPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, in FullPathColorPropertyValuesHolder() argument
108 , mPropertyId(propertyId) { in FullPathColorPropertyValuesHolder()
121 FullPathPropertyValuesHolder(VectorDrawable::FullPath* ptr, int propertyId, float startValue, in FullPathPropertyValuesHolder() argument
125 , mPropertyId(propertyId) { in FullPathPropertyValuesHolder()
DVectorDrawable.h302 void setColorPropertyValue(int propertyId, int32_t value);
303 void setPropertyValue(int propertyId, float value);
428 void setPropertyValue(int propertyId, float value);
429 float getPropertyValue(int propertyId) const;
431 static bool isValidProperty(int propertyId);
467 static bool isValidProperty(int propertyId);
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp104 static jlong createGroupPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createGroupPropertyHolder() argument
107 GroupPropertyValuesHolder* newHolder = new GroupPropertyValuesHolder(group, propertyId, in createGroupPropertyHolder()
122 static jlong createPathColorPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathColorPropertyHolder() argument
126 propertyId, startValue, endValue); in createPathColorPropertyHolder()
130 static jlong createPathPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathPropertyHolder() argument
134 propertyId, startValue, endValue); in createPathPropertyHolder()
/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java1365 int propertyId; in createRTAnimatorForGroup() local
1369 propertyId = VectorDrawable.VGroup.getPropertyIndex(mTmpValues.propertyName); in createRTAnimatorForGroup()
1377 if (propertyId < 0) { in createRTAnimatorForGroup()
1384 long propertyPtr = nCreateGroupPropertyHolder(nativePtr, propertyId, in createRTAnimatorForGroup()
1410 int propertyId = target.getPropertyIndex(mTmpValues.propertyName); in createRTAnimatorForFullPath() local
1414 if (propertyId < 0) { in createRTAnimatorForFullPath()
1422 propertyPtr = nCreatePathPropertyHolder(nativePtr, propertyId, in createRTAnimatorForFullPath()
1432 propertyPtr = nCreatePathColorPropertyHolder(nativePtr, propertyId, in createRTAnimatorForFullPath()
1837 private static native long nCreateGroupPropertyHolder(long nativePtr, int propertyId, in nCreateGroupPropertyHolder() argument
1843 private static native long nCreatePathColorPropertyHolder(long nativePtr, int propertyId, in nCreatePathColorPropertyHolder() argument
[all …]
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/
DCarDrivingStateMonitor.java88 public void onErrorEvent(int propertyId, int zone) {}