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/
DDisplayContent.java442 private final RectF mTmpRectF = new RectF(); field in DisplayContent
2726 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()
DWindowManagerService.java571 final RectF mTmpRectF = new RectF(); field in WindowManagerService