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