Searched refs:mCurrentDisplayRect (Results 1 – 2 of 2) sorted by relevance
45 private Rect mCurrentDisplayRect; field in DisplayDevice184 || mCurrentDisplayRect == null in setProjectionLocked()185 || !mCurrentDisplayRect.equals(displayRect)) { in setProjectionLocked()193 if (mCurrentDisplayRect == null) { in setProjectionLocked()194 mCurrentDisplayRect = new Rect(); in setProjectionLocked()196 mCurrentDisplayRect.set(displayRect); in setProjectionLocked()226 if (mCurrentDisplayRect != null) { in populateViewportLocked()227 viewport.physicalFrame.set(mCurrentDisplayRect); in populateViewportLocked()258 pw.println("mCurrentDisplayRect=" + mCurrentDisplayRect); in dumpLocked()
73 Rect mCurrentDisplayRect = new Rect(); field in ScreenRotationAnimation213 pw.print(" mCurrentDisplayRect="); pw.println(mCurrentDisplayRect.toShortString()); in printTo()319 mDisplayContent.getBounds(mCurrentDisplayRect); in setSnapshotTransform()320 x -= mCurrentDisplayRect.left; in setSnapshotTransform()321 y -= mCurrentDisplayRect.top; in setSnapshotTransform()584 outer = mCurrentDisplayRect; in startAnimation()