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

  /frameworks/base/services/java/com/android/server/display/
DisplayDevice.java 42 private Rect mCurrentDisplayRect;
145 || mCurrentDisplayRect == null
146 || !mCurrentDisplayRect.equals(displayRect)) {
154 if (mCurrentDisplayRect == null) {
155 mCurrentDisplayRect = new Rect();
157 mCurrentDisplayRect.set(displayRect);
187 if (mCurrentDisplayRect != null) {
188 viewport.physicalFrame.set(mCurrentDisplayRect);
210 pw.println("mCurrentDisplayRect=" + mCurrentDisplayRect);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 59 Rect mCurrentDisplayRect = new Rect();
197 pw.print(" mCurrentDisplayRect="); pw.println(mCurrentDisplayRect.toShortString());
300 mDisplayContent.getLogicalDisplayRect(mCurrentDisplayRect);
301 x -= mCurrentDisplayRect.left;
302 y -= mCurrentDisplayRect.top;
581 outer = mCurrentDisplayRect;
    [all...]

Completed in 79 milliseconds