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