Home
last modified time | relevance | path

Searched refs:mCurrentDisplayRect (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
DDisplayDevice.java44 private Rect mCurrentDisplayRect; field in DisplayDevice
159 || mCurrentDisplayRect == null in setProjectionInTransactionLocked()
160 || !mCurrentDisplayRect.equals(displayRect)) { in setProjectionInTransactionLocked()
168 if (mCurrentDisplayRect == null) { in setProjectionInTransactionLocked()
169 mCurrentDisplayRect = new Rect(); in setProjectionInTransactionLocked()
171 mCurrentDisplayRect.set(displayRect); in setProjectionInTransactionLocked()
201 if (mCurrentDisplayRect != null) { in populateViewportLocked()
202 viewport.physicalFrame.set(mCurrentDisplayRect); in populateViewportLocked()
225 pw.println("mCurrentDisplayRect=" + mCurrentDisplayRect); in dumpLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java59 Rect mCurrentDisplayRect = new Rect(); field in ScreenRotationAnimation
197 pw.print(" mCurrentDisplayRect="); pw.println(mCurrentDisplayRect.toShortString()); in printTo()
306 mDisplayContent.getLogicalDisplayRect(mCurrentDisplayRect); in setSnapshotTransformInTransaction()
307 x -= mCurrentDisplayRect.left; in setSnapshotTransformInTransaction()
308 y -= mCurrentDisplayRect.top; in setSnapshotTransformInTransaction()
587 outer = mCurrentDisplayRect; in startAnimation()