Home
last modified time | relevance | path

Searched refs:mTmpRectF (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayHashController.java104 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()
/frameworks/base/core/java/android/view/
DCutoutSpecification.java217 private final RectF mTmpRectF = new RectF(); field in CutoutSpecification.Parser
264 mTmpRectF.setEmpty();
265 p.computeBounds(mTmpRectF, false /* unused */);
266 mTmpRectF.round(inoutRect);