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.java45 private Rect mCurrentDisplayRect; field in DisplayDevice
171 || mCurrentDisplayRect == null in setProjectionInTransactionLocked()
172 || !mCurrentDisplayRect.equals(displayRect)) { in setProjectionInTransactionLocked()
180 if (mCurrentDisplayRect == null) { in setProjectionInTransactionLocked()
181 mCurrentDisplayRect = new Rect(); in setProjectionInTransactionLocked()
183 mCurrentDisplayRect.set(displayRect); in setProjectionInTransactionLocked()
213 if (mCurrentDisplayRect != null) { in populateViewportLocked()
214 viewport.physicalFrame.set(mCurrentDisplayRect); in populateViewportLocked()
237 pw.println("mCurrentDisplayRect=" + mCurrentDisplayRect); in dumpLocked()
/frameworks/base/services/core/java/com/android/server/wm/
DScreenRotationAnimation.java75 Rect mCurrentDisplayRect = new Rect(); field in ScreenRotationAnimation
215 pw.print(" mCurrentDisplayRect="); pw.println(mCurrentDisplayRect.toShortString()); in printTo()
318 mDisplayContent.getLogicalDisplayRect(mCurrentDisplayRect); in setSnapshotTransformInTransaction()
319 x -= mCurrentDisplayRect.left; in setSnapshotTransformInTransaction()
320 y -= mCurrentDisplayRect.top; in setSnapshotTransformInTransaction()
599 outer = mCurrentDisplayRect; in startAnimation()