Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java294 private final RectF mTmpRectF = new RectF(); field in DisplayContent
1642 mTmpRectF.set(out); in getLogicalDisplayRect()
1643 mTmpMatrix.mapRect(mTmpRectF); in getLogicalDisplayRect()
1644 mTmpRectF.round(out); in getLogicalDisplayRect()
2076 mTmpRectF.set(bounds); in rotateBounds()
2077 mTmpMatrix.mapRect(mTmpRectF); in rotateBounds()
2078 mTmpRectF.round(bounds); in rotateBounds()
DWindowStateAnimator.java1158 RectF finalCrop = mService.mTmpRectF; in calculateFinalCrop()
2038 final RectF frameRect = mService.mTmpRectF; in seamlesslyRotateWindow()
DWindowManagerService.java527 final RectF mTmpRectF = new RectF(); field in WindowManagerService