Searched defs:getTrimPathEnd (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp332 static jfloat getTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr) { function in namespace:android
334 return fullPath->stagingProperties()->getTrimPathEnd();
409 {"nGetTrimPathEnd", "(J)F", (void*)getTrimPathEnd},
/frameworks/base/libs/hwui/
H A DVectorDrawable.h286 float getTrimPathEnd() const{ function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1857 float getTrimPathEnd() { method in class:VectorDrawableCompat.VFullPath
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1748 return object.getTrimPathEnd();
2121 float getTrimPathEnd() { method in class:VectorDrawable.VFullPath
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java189 properties.putFloat(VFullPath_Delegate.TRIM_PATH_END_INDEX * 4, path.getTrimPathEnd());
479 return path.getTrimPathEnd();
761 private float getTrimPathEnd() { method in class:VectorDrawable_Delegate.VFullPath_Delegate

Completed in 82 milliseconds