Searched refs:mBgRect (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/ |
H A D | PrivacyChipDrawable.java | 52 private final Rect mBgRect = new Rect(); field in PrivacyChipDrawable 123 getBackgroundBounds(mBgRect); in draw() 124 mTmpRectF.set(mBgRect); in draw() 144 getBackgroundBounds(mBgRect); in getCollapsedForegroundBounds() 146 Gravity.apply(Gravity.CENTER, mDotSize, mDotSize, mBgRect, out); in getCollapsedForegroundBounds() 148 out.set(bounds.left, mBgRect.top, bounds.right, mBgRect.bottom); in getCollapsedForegroundBounds()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleFlyoutView.java | 114 private final RectF mBgRect = new RectF(); field in BubbleFlyoutView 446 mBgRect.set( in renderBackground() 459 canvas.drawRoundRect(mBgRect, interpolatedRadius, interpolatedRadius, mBgPaint); in renderBackground() 503 rectPath.addRoundRect(mBgRect, interpolatedRadius, in getOutline()
|