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

  /frameworks/base/core/java/android/content/res/
ResourcesKey.java 28 public final int mDisplayId;
34 mDisplayId = displayId;
43 hash = 31 * hash + mDisplayId;
77 if (mDisplayId != peer.mDisplayId) {
  /frameworks/base/core/java/android/view/
Display.java 59 private final int mDisplayId;
264 mDisplayId = displayId;
286 return mDisplayId;
763 DisplayInfo newInfo = mGlobal.getDisplayInfo(mDisplayId);
769 Log.d(TAG, "Logical display " + mDisplayId + " was removed.");
778 Log.d(TAG, "Logical display " + mDisplayId + " was recreated.");
801 return "Display id " + mDisplayId + ": " + mDisplayInfo
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 55 mDisplayId(dispId),
100 if (mDisplayId < 0)
113 if (mDisplayId < 0)
165 if (mDisplayId < 0)
199 mHwc.setOutputBuffer(mDisplayId, mOutputFence, outBuffer);
203 result = mHwc.fbPost(mDisplayId, mFbFence, fbBuffer);
210 if (mDisplayId < 0)
217 sp<Fence> fbFence = mHwc.getAndResetReleaseFence(mDisplayId);
231 sp<Fence> outFence = mHwc.getLastRetireFence(mDisplayId);
271 if (mDisplayId < 0
    [all...]
VirtualDisplaySurface.h 142 const int32_t mDisplayId;
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java 46 private final int mDisplayId;
114 mDisplayId = display.getDisplayId();
116 isDefaultDisplay = mDisplayId == Display.DEFAULT_DISPLAY;
121 return mDisplayId;
165 if (mHomeStack == null && mDisplayId == Display.DEFAULT_DISPLAY) {
344 mService.onDisplayRemoved(mDisplayId);
349 pw.print(prefix); pw.print("Display: mDisplayId="); pw.println(mDisplayId);
417 return "Display " + mDisplayId + " info=" + mDisplayInfo + " stacks=" + mStacks;
  /frameworks/base/services/core/java/com/android/server/display/
LogicalDisplay.java 63 private final int mDisplayId;
84 mDisplayId = displayId;
95 return mDisplayId;
360 pw.println("mDisplayId=" + mDisplayId);
ColorFade.java 76 private final int mDisplayId;
128 mDisplayId = displayId;
148 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
580 mDisplayId, mSurfaceControl);
711 private final int mDisplayId;
717 mDisplayId = displayId;
736 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
  /external/chromium_org/third_party/angle/src/libEGL/
Display.h 75 EGLNativeDisplayType mDisplayId;
Display.cpp 55 : mDisplayId(displayId),
66 DisplayMap::iterator iter = displays->find(mDisplayId);
80 mRenderer = glCreateRenderer(this, mDisplayId, mRequestedDisplayType);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStackSupervisor.java     [all...]
ActivityStack.java 232 int mDisplayId;
473 mActivityContainer.mActivityDisplay.mDisplayId == Display.DEFAULT_DISPLAY;
    [all...]
  /frameworks/base/core/java/android/app/
ResourcesManager.java 292 int displayId = key.mDisplayId;

Completed in 3862 milliseconds