Searched refs:mDisplayId (Results 1 - 7 of 7) 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/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/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.cpp54 mDisplayId(dispId),
96 if (mDisplayId < 0)
111 if (mDisplayId < 0)
163 if (mDisplayId < 0)
197 mHwc.setOutputBuffer(mDisplayId, mOutputFence, outBuffer);
201 result = mHwc.fbPost(mDisplayId, mFbFence, fbBuffer);
208 if (mDisplayId < 0)
215 sp<Fence> fbFence = mHwc.getAndResetReleaseFence(mDisplayId);
229 sp<Fence> outFence = mHwc.getLastRetireFence(mDisplayId);
483 result = mHwc.setOutputBuffer(mDisplayId, Fenc
[all...]
H A DVirtualDisplaySurface.h132 const int32_t mDisplayId; member in class:android::VirtualDisplaySurface
/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/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);
/frameworks/base/core/java/android/app/
H A DResourcesManager.java262 int displayId = key.mDisplayId;

Completed in 146 milliseconds