Searched refs:getTrimPathEnd (Results 1 - 6 of 6) 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();
407 {"nGetTrimPathEnd", "!(J)F", (void*)getTrimPathEnd},
/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp165 if (mProperties.getTrimPathStart() != 0.0f || mProperties.getTrimPathEnd() != 1.0f) {
168 mProperties.getTrimPathEnd(), mProperties.getTrimPathOffset());
179 mStagingProperties.getTrimPathEnd(), mStagingProperties.getTrimPathOffset());
H A DVectorDrawable.h285 float getTrimPathEnd() const{ function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java176 properties.putFloat(VFullPath_Delegate.TRIM_PATH_END_INDEX * 4, path.getTrimPathEnd());
467 return path.getTrimPathEnd();
735 private float getTrimPathEnd() { method in class:VectorDrawable_Delegate.VFullPath_Delegate
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1753 float getTrimPathEnd() { method in class:VectorDrawable.VFullPath
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1681 float getTrimPathEnd() { method in class:VectorDrawableCompat.VFullPath

Completed in 95 milliseconds