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

  /external/chromium_org/third_party/angle_dx11/src/libEGL/
Display.h 72 EGLNativeDisplayType mDisplayId;
  /frameworks/base/core/java/android/content/res/
ResourcesKey.java 28 public final int mDisplayId;
34 mDisplayId = displayId;
43 hash = 31 * hash + mDisplayId;
68 if (mDisplayId != peer.mDisplayId) {
  /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/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h 132 const int32_t mDisplayId;
  /frameworks/base/core/java/android/view/
Display.java 57 private final int mDisplayId;
218 mDisplayId = displayId;
240 return mDisplayId;
648 DisplayInfo newInfo = mGlobal.getDisplayInfo(mDisplayId);
654 Log.d(TAG, "Logical display " + mDisplayId + " was removed.");
663 Log.d(TAG, "Logical display " + mDisplayId + " was recreated.");
686 return "Display id " + mDisplayId + ": " + mDisplayInfo
  /frameworks/base/services/java/com/android/server/wm/
DisplayContent.java 48 private final int mDisplayId;
123 mDisplayId = display.getDisplayId();
125 isDefaultDisplay = mDisplayId == Display.DEFAULT_DISPLAY;
137 return mDisplayId;
440 pw.print(prefix); pw.print("Display: mDisplayId="); pw.println(mDisplayId);

Completed in 682 milliseconds