Home
last modified time | relevance | path

Searched refs:mInset (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DRoundRectShape.java39 private RectF mInset; field in RoundRectShape
73 mInset = inset; in RoundRectShape()
121 mInnerRect.set(r.left + mInset.left, r.top + mInset.top, in onResize()
122 r.right - mInset.right, r.bottom - mInset.bottom); in onResize()
138 shape.mInset = new RectF(mInset); in clone()
157 && Objects.equals(mInset, that.mInset) in equals()
165 int result = Objects.hash(super.hashCode(), mInset, mInnerRect, mPath); in hashCode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityFloatingMenuView.java115 private int mInset; field in AccessibilityFloatingMenuView
554 mInset = in updateDimensions()
784 final int layerInset = isNightMode ? mInset : 0; in updateInsetWith()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt20292 Landroid/graphics/drawable/shapes/RoundRectShape;->mInset:Landroid/graphics/RectF;