Searched refs:mTmpRectF (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/ |
H A D | PrivacyChipDrawable.java | 53 private final RectF mTmpRectF = new RectF(); field in PrivacyChipDrawable 124 mTmpRectF.set(mBgRect); in draw() 125 canvas.drawRoundRect(mTmpRectF, mBgRadius, mBgRadius, mBgPaint); in draw() 128 getForegroundBounds(mTmpRectF); in draw() 134 canvas.drawRoundRect(mTmpRectF, radius, radius, mChipPaint); in draw() 171 getForegroundBounds(mTmpRectF); in clipToForeground() 178 mPath.addRoundRect(mTmpRectF, radius, radius, Path.Direction.CW); in clipToForeground()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayHashController.java | 104 private final RectF mTmpRectF = new RectF(); field in DisplayHashController 308 mTmpRectF.set(outBounds); in calculateDisplayHashBoundsLocked() 309 mTmpMatrix.mapRect(mTmpRectF, mTmpRectF); in calculateDisplayHashBoundsLocked() 310 outBounds.set((int) mTmpRectF.left, (int) mTmpRectF.top, (int) mTmpRectF.right, in calculateDisplayHashBoundsLocked() 311 (int) mTmpRectF.bottom); in calculateDisplayHashBoundsLocked()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | CutoutSpecification.java | 217 private final RectF mTmpRectF = new RectF(); field in CutoutSpecification.Parser 264 mTmpRectF.setEmpty(); 265 p.computeBounds(mTmpRectF, false /* unused */); 266 mTmpRectF.round(inoutRect);
|