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 45 private Rect mCurrentDisplayRect;
171 || mCurrentDisplayRect == null
172 || !mCurrentDisplayRect.equals(displayRect)) {
180 if (mCurrentDisplayRect == null) {
181 mCurrentDisplayRect = new Rect();
183 mCurrentDisplayRect.set(displayRect);
213 if (mCurrentDisplayRect != null) {
214 viewport.physicalFrame.set(mCurrentDisplayRect);
237 pw.println("mCurrentDisplayRect=" + mCurrentDisplayRect);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 75 Rect mCurrentDisplayRect = new Rect();
213 pw.print(" mCurrentDisplayRect="); pw.println(mCurrentDisplayRect.toShortString());
315 mDisplayContent.getLogicalDisplayRect(mCurrentDisplayRect);
316 x -= mCurrentDisplayRect.left;
317 y -= mCurrentDisplayRect.top;
596 outer = mCurrentDisplayRect;
    [all...]

Completed in 1131 milliseconds