Searched defs:setStrokeWidth (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp277 static void setStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr, jfloat strokeWidth) { function in namespace:android
279 fullPath->mutateStagingProperties()->setStrokeWidth(strokeWidth);
396 {"nSetStrokeWidth", "!(JF)V", (void*)setStrokeWidth},
/frameworks/support/v4/java/android/support/v4/widget/
H A DMaterialProgressDrawable.java138 ring.setStrokeWidth((float) strokeWidth * screenDensity);
655 public void setStrokeWidth(float strokeWidth) { method in class:MaterialProgressDrawable.Ring
657 mPaint.setStrokeWidth(strokeWidth);
/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp226 static void setStrokeWidth(JNIEnv* env, jobject, jlong paintHandle, jfloat width) { function in namespace:android::PaintGlue
227 reinterpret_cast<Paint*>(paintHandle)->setStrokeWidth(width);
939 {"nSetStrokeWidth","!(JF)V", (void*) PaintGlue::setStrokeWidth},
/frameworks/base/libs/hwui/
H A DVectorDrawable.h252 void setStrokeWidth(float strokeWidth) { function in class:android::uirenderer::VectorDrawable::FullPath::FullPathProperties
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java195 path.setStrokeWidth(strokeWidth);
401 path.setStrokeWidth(width);
699 private void setStrokeWidth(float strokeWidth) { method in class:VectorDrawable_Delegate.VFullPath_Delegate
1172 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1079 strokePaint.setStrokeWidth(fullPath.mStrokeWidth * finalStrokeScale);
1636 void setStrokeWidth(float strokeWidth) { method in class:VectorDrawableCompat.VFullPath
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java940 public void setStrokeWidth(float width) { method in class:Paint
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1697 void setStrokeWidth(float strokeWidth) { method in class:VectorDrawable.VFullPath

Completed in 2038 milliseconds