Searched refs:mCurrentDisplayRect (Results 1 – 2 of 2) sorted by relevance
47 private Rect mCurrentDisplayRect; field in DisplayDevice220 || mCurrentDisplayRect == null in setProjectionLocked()221 || !mCurrentDisplayRect.equals(displayRect)) { in setProjectionLocked()229 if (mCurrentDisplayRect == null) { in setProjectionLocked()230 mCurrentDisplayRect = new Rect(); in setProjectionLocked()232 mCurrentDisplayRect.set(displayRect); in setProjectionLocked()262 if (mCurrentDisplayRect != null) { in populateViewportLocked()263 viewport.physicalFrame.set(mCurrentDisplayRect); in populateViewportLocked()294 pw.println("mCurrentDisplayRect=" + mCurrentDisplayRect); in dumpLocked()
125 private Rect mCurrentDisplayRect = new Rect(); field in ScreenRotationAnimation277 mDisplayContent.getBounds(mCurrentDisplayRect); in setRotationTransform()278 x -= mCurrentDisplayRect.left; in setRotationTransform()279 y -= mCurrentDisplayRect.top; in setRotationTransform()319 pw.print(" mCurrentDisplayRect="); pw.println(mCurrentDisplayRect.toShortString()); in printTo()