Searched refs:mStdWidth (Results 1 – 2 of 2) sorted by relevance
34 private final float mStdWidth; field in PathShape55 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()
17410 Landroid/graphics/drawable/shapes/PathShape;->mStdWidth:F