HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentDisplayRect (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/display/
DisplayDevice.java 43 private Rect mCurrentDisplayRect;
150 || mCurrentDisplayRect == null
151 || !mCurrentDisplayRect.equals(displayRect)) {
159 if (mCurrentDisplayRect == null) {
160 mCurrentDisplayRect = new Rect();
162 mCurrentDisplayRect.set(displayRect);
192 if (mCurrentDisplayRect != null) {
193 viewport.physicalFrame.set(mCurrentDisplayRect);
215 pw.println("mCurrentDisplayRect=" + mCurrentDisplayRect);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 59 Rect mCurrentDisplayRect = new Rect();
197 pw.print(" mCurrentDisplayRect="); pw.println(mCurrentDisplayRect.toShortString());
306 mDisplayContent.getLogicalDisplayRect(mCurrentDisplayRect);
307 x -= mCurrentDisplayRect.left;
308 y -= mCurrentDisplayRect.top;
587 outer = mCurrentDisplayRect;
    [all...]

Completed in 77 milliseconds