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

  /frameworks/base/services/java/com/android/server/wm/
DisplayContent.java 38 private final int mDisplayId;
74 mDisplayId = display.getDisplayId();
76 isDefaultDisplay = mDisplayId == Display.DEFAULT_DISPLAY;
80 return mDisplayId;
100 pw.print(prefix); pw.print("Display: mDisplayId="); pw.println(mDisplayId);
  /frameworks/base/core/java/android/view/
Display.java 55 private final int mDisplayId;
187 mDisplayId = displayId;
207 return mDisplayId;
569 DisplayInfo newInfo = mGlobal.getDisplayInfo(mDisplayId);
575 Log.d(TAG, "Logical display " + mDisplayId + " was removed.");
584 Log.d(TAG, "Logical display " + mDisplayId + " was recreated.");
607 return "Display id " + mDisplayId + ": " + mDisplayInfo
  /frameworks/base/services/java/com/android/server/display/
LogicalDisplay.java 62 private final int mDisplayId;
80 mDisplayId = displayId;
91 return mDisplayId;
329 pw.println("mDisplayId=" + mDisplayId);
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]

Completed in 215 milliseconds