Searched refs:mTmpRectF (Results 1 – 2 of 2) sorted by relevance
447 private final RectF mTmpRectF = new RectF(); field in DisplayContent2736 mTmpRectF.set(bounds); in rotateBounds()2737 mTmpMatrix.mapRect(mTmpRectF); in rotateBounds()2738 mTmpRectF.round(bounds); in rotateBounds()3821 mTmpRectF.set(out); in getBounds()3822 mTmpMatrix.mapRect(mTmpRectF); in getBounds()3823 mTmpRectF.round(out); in getBounds()
571 final RectF mTmpRectF = new RectF(); field in WindowManagerService