Searched refs:mCurrentDisplayRect (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDevice.java44 private Rect mCurrentDisplayRect; field in class:DisplayDevice
159 || mCurrentDisplayRect == null
160 || !mCurrentDisplayRect.equals(displayRect)) {
168 if (mCurrentDisplayRect == null) {
169 mCurrentDisplayRect = new Rect();
171 mCurrentDisplayRect.set(displayRect);
201 if (mCurrentDisplayRect != null) {
202 viewport.physicalFrame.set(mCurrentDisplayRect);
225 pw.println("mCurrentDisplayRect=" + mCurrentDisplayRect);
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java59 Rect mCurrentDisplayRect = new Rect(); field in class:ScreenRotationAnimation
197 pw.print(" mCurrentDisplayRect="); pw.println(mCurrentDisplayRect.toShortString());
306 mDisplayContent.getLogicalDisplayRect(mCurrentDisplayRect);
307 x -= mCurrentDisplayRect.left;
308 y -= mCurrentDisplayRect.top;
587 outer = mCurrentDisplayRect;

Completed in 148 milliseconds