HomeSort by relevance Sort by last modified time
    Searched refs:getTrimPathEnd (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/jni/
android_graphics_drawable_VectorDrawable.cpp 332 static jfloat getTrimPathEnd(JNIEnv*, jobject, jlong fullPathPtr) {
334 return fullPath->stagingProperties()->getTrimPathEnd();
407 {"nGetTrimPathEnd", "!(J)F", (void*)getTrimPathEnd},
  /frameworks/base/libs/hwui/
VectorDrawable.cpp 165 if (mProperties.getTrimPathStart() != 0.0f || mProperties.getTrimPathEnd() != 1.0f) {
168 mProperties.getTrimPathEnd(), mProperties.getTrimPathOffset());
179 mStagingProperties.getTrimPathEnd(), mStagingProperties.getTrimPathOffset());
VectorDrawable.h 285 float getTrimPathEnd() const{
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 176 properties.putFloat(VFullPath_Delegate.TRIM_PATH_END_INDEX * 4, path.getTrimPathEnd());
467 return path.getTrimPathEnd();
735 private float getTrimPathEnd() {
    [all...]
  /prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar 
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java     [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 223 milliseconds