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.java283 private final RectF mTmpRectF = new RectF(); field in DisplayContent
1617 mTmpRectF.set(out); in getLogicalDisplayRect()
1618 mTmpMatrix.mapRect(mTmpRectF); in getLogicalDisplayRect()
1619 mTmpRectF.round(out); in getLogicalDisplayRect()
2051 mTmpRectF.set(bounds); in rotateBounds()
2052 mTmpMatrix.mapRect(mTmpRectF); in rotateBounds()
2053 mTmpRectF.round(bounds); in rotateBounds()
DWindowStateAnimator.java1153 RectF finalCrop = mService.mTmpRectF; in calculateFinalCrop()
1997 final RectF frameRect = mService.mTmpRectF; in seamlesslyRotateWindow()
DWindowManagerService.java517 final RectF mTmpRectF = new RectF(); field in WindowManagerService