/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/ |
D | AdaptiveOutlineDrawableTest.java | 40 assertThat(drawable.mOutlinePaint.getStrokeWidth()).isWithin(0.01f).of( in constructor_initPaint()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | DashPathEffect_Delegate.java | 54 paint.getStrokeWidth(), in getStroke()
|
D | Paint_Delegate.java | 186 public float getStrokeWidth() { in getStrokeWidth() method in Paint_Delegate 239 getStrokeWidth(), in getJavaStroke()
|
D | BaseCanvas_Delegate.java | 396 float strokeWidth = paintDelegate.getStrokeWidth(); in nDrawPath()
|
/frameworks/base/core/jni/ |
D | android_graphics_drawable_VectorDrawable.cpp | 277 static jfloat getStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeWidth() function 279 return fullPath->stagingProperties()->getStrokeWidth(); in getStrokeWidth() 403 {"nGetStrokeWidth", "(J)F", (void*)getStrokeWidth},
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PathsActivity.java | 97 mOffset = mMediumPaint.getStrokeWidth(); in PathsView()
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | CircularBitmapDrawable.java | 71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
|
D | StyledCornersBitmapDrawable.java | 111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 195 properties.putFloat(VFullPath_Delegate.STROKE_WIDTH_INDEX * 4, path.getStrokeWidth()); in nGetFullPathProperties() 419 return path.getStrokeWidth(); in nGetStrokeWidth() 733 private float getStrokeWidth() { in getStrokeWidth() method in VectorDrawable_Delegate.VFullPath_Delegate
|
/frameworks/base/libs/hwui/ |
D | VectorDrawable.cpp | 141 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump() 189 paint.setStrokeWidth(properties.getStrokeWidth()); in draw()
|
D | Animator.cpp | 415 return mProperty->value.getStrokeWidth(); in getValue()
|
D | VectorDrawable.h | 244 float getStrokeWidth() const { return mPrimitiveFields.strokeWidth; } in getStrokeWidth() function
|
D | SkiaCanvas.cpp | 705 if (!mCanvasOwned && sApiLevel <= 27 && paintCopy.getStrokeWidth() <= 0 && in drawGlyphs()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | GradientDrawable.java | 731 mStrokePaint.getStrokeWidth() > 0; in draw() 759 float rad = mStrokePaint.getStrokeWidth(); in draw() 1258 inset = mStrokePaint.getStrokeWidth() * 0.5f; 1884 0.0001f : mStrokePaint.getStrokeWidth() * 0.5f; in getOutline()
|
D | VectorDrawable.java | 1785 return object.getStrokeWidth(); 2175 float getStrokeWidth() { in getStrokeWidth() method in VectorDrawable.VFullPath
|
/frameworks/base/core/jni/android/graphics/ |
D | Paint.cpp | 741 static jfloat getStrokeWidth(jlong paintHandle) { in getStrokeWidth() function 742 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getStrokeWidth()); in getStrokeWidth() 1092 {"nGetStrokeWidth","(J)F", (void*) PaintGlue::getStrokeWidth},
|
/frameworks/base/core/java/android/text/ |
D | TextLine.java | 1318 && lp.getStrokeWidth() == rp.getStrokeWidth()
|
/frameworks/base/media/java/android/media/ |
D | ClosedCaptionRenderer.java | 1350 float previousWidth = textPaint.getStrokeWidth(); in drawEdgeOutline()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Paint.java | 1122 public float getStrokeWidth() { in getStrokeWidth() method in Paint
|
/frameworks/base/core/java/android/widget/ |
D | TextView.java | 7386 float thick = (float) Math.ceil(mTextPaint.getStrokeWidth()); in invalidateCursorPath()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 5828 HSPLandroid/graphics/Paint;->getStrokeWidth()F
|
D | hiddenapi-greylist-max-o.txt | 20409 Landroid/graphics/drawable/VectorDrawable$VFullPath;->getStrokeWidth()F
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 10990 method public float getStrokeWidth();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 14509 method public float getStrokeWidth();
|
/frameworks/base/api/ |
D | current.txt | 14509 method public float getStrokeWidth();
|