Home
last modified time | relevance | path

Searched refs:mStdWidth (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DPathShape.java34 private final float mStdWidth; field in PathShape
55 mStdWidth = stdWidth; in PathShape()
69 mScaleX = width / mStdWidth; in onResize()
92 return Float.compare(pathShape.mStdWidth, mStdWidth) == 0 in equals()
102 return Objects.hash(super.hashCode(), mStdWidth, mStdHeight, mPath, mScaleX, mScaleY); in hashCode()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17410 Landroid/graphics/drawable/shapes/PathShape;->mStdWidth:F