/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsEnrollDrawable.java | 308 mTipHintWidthAnimator = ValueAnimator.ofFloat(mTipHintPaint.getStrokeWidth(), targetWidth); in updateTipHintVisibility() 337 ValueAnimator.ofFloat(mEdgeHintPaint.getStrokeWidth(), targetWidth); in updateEdgeHintVisibility() 398 return mTipHintPaint.getStrokeWidth() > 0f; in isTipHintVisible() 402 return mEdgeHintPaint.getStrokeWidth() > 0f; in isEdgeHintVisible()
|
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/ |
H A D | AdaptiveOutlineDrawableTest.java | 40 assertThat(drawable.mOutlinePaint.getStrokeWidth()).isWithin(0.01f).of( in constructor_initPaint()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | DashPathEffect_Delegate.java | 54 paint.getStrokeWidth(), in getStroke()
|
H A D | Paint_Delegate.java | 186 public float getStrokeWidth() { in getStrokeWidth() method in Paint_Delegate 239 getStrokeWidth(), in getJavaStroke()
|
H A D | BaseCanvas_Delegate.java | 400 float strokeWidth = paintDelegate.getStrokeWidth(); in nDrawPath()
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_drawable_VectorDrawable.cpp | 275 static jfloat getStrokeWidth(JNIEnv*, jobject, jlong fullPathPtr) { in getStrokeWidth() function 277 return fullPath->stagingProperties()->getStrokeWidth(); in getStrokeWidth() 401 {"nGetStrokeWidth", "(J)F", (void*)getStrokeWidth},
|
H A D | Paint.cpp | 700 static jfloat getStrokeWidth(CRITICAL_JNI_PARAMS_COMMA jlong paintHandle) { in getStrokeWidth() function 701 return SkScalarToFloat(reinterpret_cast<Paint*>(paintHandle)->getStrokeWidth()); in getStrokeWidth() 1051 {"nGetStrokeWidth","(J)F", (void*) PaintGlue::getStrokeWidth},
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | PathsActivity.java | 97 mOffset = mMediumPaint.getStrokeWidth(); in PathsView()
|
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
H A D | CircularBitmapDrawable.java | 71 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
|
H A D | StyledCornersBitmapDrawable.java | 111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; in setBorderWidth()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
H A D | MaterialProgressDrawable.java | 320 ring.getStrokeWidth() / (2 * Math.PI * ring.getCenterRadius())); in getMinProgressArc() 657 public float getStrokeWidth() { in getStrokeWidth() method in MaterialProgressDrawable.Ring
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | VectorDrawable.cpp | 146 mProperties.getStrokeWidth(), mProperties.getStrokeColor(), mProperties.getStrokeAlpha(), in dump() 194 paint.setStrokeWidth(properties.getStrokeWidth()); in draw()
|
H A D | Animator.cpp | 413 return mProperty->value.getStrokeWidth(); in getValue()
|
H A D | VectorDrawable.h | 244 float getStrokeWidth() const { return mPrimitiveFields.strokeWidth; } in getStrokeWidth() function
|
H A D | SkiaCanvas.cpp | 738 if (!mCanvasOwned && sApiLevel <= 27 && paintCopy.getStrokeWidth() <= 0 && in drawGlyphs()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
H A 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
|
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/ |
H A D | AvatarUtil.java | 260 /* radius= */ dest.width() / 2f - stroke.getStrokeWidth() / 2f, in drawBitmapWithCircleOnCanvas()
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | GradientDrawable.java | 746 mStrokePaint.getStrokeWidth() > 0; in draw() 774 float rad = mStrokePaint.getStrokeWidth(); in draw() 1272 inset = mStrokePaint.getStrokeWidth() * 0.5f; 1940 0.0001f : mStrokePaint.getStrokeWidth() * 0.5f;
|
H A D | VectorDrawable.java | 1789 return object.getStrokeWidth(); 2179 float getStrokeWidth() { in getStrokeWidth() method in VectorDrawable.VFullPath
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
H A D | PreviewBackground.java | 437 public float getStrokeWidth() { in getStrokeWidth() method in PreviewBackground
|
H A D | FolderIcon.java | 248 return mBackground.getStrokeWidth(); in getBackgroundStrokeWidth()
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | TextLine.java | 1423 && lp.getStrokeWidth() == rp.getStrokeWidth()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | ImageUtils.java | 166 dest.width() / 2f - stroke.getStrokeWidth() / 2f, in drawBitmapWithCircleOnCanvas()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | ClosedCaptionRenderer.java | 1350 float previousWidth = textPaint.getStrokeWidth(); in drawEdgeOutline()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Paint.java | 1168 public float getStrokeWidth() { in getStrokeWidth() method in Paint
|