Searched refs:mTmpRectF (Results 1 – 2 of 2) sorted by relevance
442 private final RectF mTmpRectF = new RectF(); field in DisplayContent2726 mTmpRectF.set(bounds); in rotateBounds()2727 mTmpMatrix.mapRect(mTmpRectF); in rotateBounds()2728 mTmpRectF.round(bounds); in rotateBounds()3809 mTmpRectF.set(out); in getBounds()3810 mTmpMatrix.mapRect(mTmpRectF); in getBounds()3811 mTmpRectF.round(out); in getBounds()
571 final RectF mTmpRectF = new RectF(); field in WindowManagerService