Searched refs:mCurrentDisplayRect (Results 1 – 2 of 2) sorted by relevance
44 private Rect mCurrentDisplayRect; field in DisplayDevice159 || 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()
59 Rect mCurrentDisplayRect = new Rect(); field in ScreenRotationAnimation197 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()