Searched defs:mDisplayId (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DResourcesKey.java28 public final int mDisplayId; field in class:ResourcesKey
34 mDisplayId = displayId;
43 hash = 31 * hash + mDisplayId;
68 if (mDisplayId != peer.mDisplayId) {
/frameworks/base/services/java/com/android/server/display/
H A DLogicalDisplay.java62 private final int mDisplayId; field in class:LogicalDisplay
80 mDisplayId = displayId;
91 return mDisplayId;
329 pw.println("mDisplayId=" + mDisplayId);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h132 const int32_t mDisplayId; member in class:android::VirtualDisplaySurface
/frameworks/base/core/java/android/view/
H A DDisplay.java57 private final int mDisplayId; field in class:Display
218 mDisplayId = displayId;
240 return mDisplayId;
657 DisplayInfo newInfo = mGlobal.getDisplayInfo(mDisplayId);
663 Log.d(TAG, "Logical display " + mDisplayId + " was removed.");
672 Log.d(TAG, "Logical display " + mDisplayId + " was recreated.");
695 return "Display id " + mDisplayId + ": " + mDisplayInfo
/frameworks/base/services/java/com/android/server/wm/
H A DDisplayContent.java50 private final int mDisplayId; field in class:DisplayContent
122 mDisplayId = display.getDisplayId();
124 isDefaultDisplay = mDisplayId == Display.DEFAULT_DISPLAY;
136 return mDisplayId;
457 pw.print(prefix); pw.print("Display: mDisplayId="); pw.println(mDisplayId);

Completed in 4474 milliseconds