Searched refs:mCurrentDisplayRect (Results 1 – 2 of 2) sorted by relevance
45 private Rect mCurrentDisplayRect; field in DisplayDevice174 || mCurrentDisplayRect == null in setProjectionLocked()175 || !mCurrentDisplayRect.equals(displayRect)) { in setProjectionLocked()183 if (mCurrentDisplayRect == null) { in setProjectionLocked()184 mCurrentDisplayRect = new Rect(); in setProjectionLocked()186 mCurrentDisplayRect.set(displayRect); in setProjectionLocked()216 if (mCurrentDisplayRect != null) { in populateViewportLocked()217 viewport.physicalFrame.set(mCurrentDisplayRect); in populateViewportLocked()240 pw.println("mCurrentDisplayRect=" + mCurrentDisplayRect); in dumpLocked()
76 Rect mCurrentDisplayRect = new Rect(); field in ScreenRotationAnimation216 pw.print(" mCurrentDisplayRect="); pw.println(mCurrentDisplayRect.toShortString()); in printTo()309 mDisplayContent.getBounds(mCurrentDisplayRect); in setSnapshotTransform()310 x -= mCurrentDisplayRect.left; in setSnapshotTransform()311 y -= mCurrentDisplayRect.top; in setSnapshotTransform()574 outer = mCurrentDisplayRect; in startAnimation()