Searched refs:mInset (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
H A D | RoundRectShape.java | 39 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()
|
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
H A D | PhotoTable.java | 99 private final int mInset; field in PhotoTable 133 mInset = mResources.getDimensionPixelSize(R.dimen.photo_inset); in PhotoTable() 477 layerList.setLayerInset(0, table.mInset, table.mInset, in applyFrame() 478 table.mInset, table.mInset); in applyFrame() 722 float offset = (((float) mWidth + scale * (photoWidth - 2f * mInset)) / 2f); in placeOnDeck()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | AccessibilityFloatingMenuView.java | 117 private int mInset; field in AccessibilityFloatingMenuView 575 mInset = in updateDimensions() 814 final int layerInset = isNightMode ? mInset : 0; in updateInsetWith()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 20292 Landroid/graphics/drawable/shapes/RoundRectShape;->mInset:Landroid/graphics/RectF;
|