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
166 || mCurrentDisplayRect == null in setProjectionInTransactionLocked()
167 || !mCurrentDisplayRect.equals(displayRect)) { in setProjectionInTransactionLocked()
175 if (mCurrentDisplayRect == null) { in setProjectionInTransactionLocked()
176 mCurrentDisplayRect = new Rect(); in setProjectionInTransactionLocked()
178 mCurrentDisplayRect.set(displayRect); in setProjectionInTransactionLocked()
208 if (mCurrentDisplayRect != null) { in populateViewportLocked()
209 viewport.physicalFrame.set(mCurrentDisplayRect); in populateViewportLocked()
232 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()
300 mDisplayContent.getLogicalDisplayRect(mCurrentDisplayRect); in setSnapshotTransformInTransaction()
301 x -= mCurrentDisplayRect.left; in setSnapshotTransformInTransaction()
302 y -= mCurrentDisplayRect.top; in setSnapshotTransformInTransaction()
581 outer = mCurrentDisplayRect; in startAnimation()