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

  /frameworks/base/services/core/java/com/android/server/input/
InputForwarder.java 34 private final int mDisplayId;
37 mDisplayId = displayId;
43 return mInputManagerInternal.injectInputEvent(event, mDisplayId,
  /frameworks/base/core/java/android/content/res/
ResourcesKey.java 40 public final int mDisplayId;
61 mDisplayId = displayId;
71 hash = 31 * hash + mDisplayId;
130 if (mDisplayId != peer.mDisplayId) {
162 builder.append(" mDisplayId=").append(mDisplayId);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java 117 private int mDisplayId;
273 mDisplayId = INVALID_DISPLAY;
310 mDisplayId = Integer.parseInt(getNextArgRequired());
395 if (mDisplayId != INVALID_DISPLAY) {
397 options.setLaunchDisplayId(mDisplayId);
    [all...]
ActivityStack.java 344 int mDisplayId;
463 mWindowContainerController = createStackWindowController(display.mDisplayId, onTop,
488 mWindowContainerController.reparent(activityDisplay.mDisplayId, mTmpRect2, onTop);
498 mDisplayId = activityDisplay.mDisplayId;
526 mDisplayId = INVALID_DISPLAY;
549 return mStackSupervisor.getActivityDisplay(mDisplayId);
    [all...]
ActivityStackSupervisor.java     [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h 158 const int32_t mDisplayId;
HWC2.h 334 hwc2_display_t mDisplayId;
  /hardware/qcom/display/msm8909/libhdmi/
hdmi.h 105 int mDisplayId;
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.h 120 int mDisplayId;
  /frameworks/base/services/core/java/com/android/server/display/
LogicalDisplay.java 64 private final int mDisplayId;
100 mDisplayId = displayId;
111 return mDisplayId;
454 pw.println("mDisplayId=" + mDisplayId);
ColorFade.java 73 private final int mDisplayId;
126 mDisplayId = displayId;
146 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
602 mDisplayId, mSurfaceControl);
734 private final int mDisplayId;
740 mDisplayId = displayId;
759 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
ActivityManagerDisplayTestBase.java 68 int mDisplayId;
72 mDisplayId = displayId;
178 if (ds.mDisplayId != DEFAULT_DISPLAY_ID && ds.getDpi() == dpi
194 if (ds.mDisplayId != DEFAULT_DISPLAY_ID && ds.getDpi() == -1) {
  /frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java 71 private final int mDisplayId;
99 mDisplayId = displayId;
120 mDimSurface.setLayerStack(mDisplayId);
DisplayContent.java 155 private final int mDisplayId;
    [all...]
WindowManagerService.java 563 final int mDisplayId;
568 mDisplayId = displayId;
    [all...]
  /frameworks/base/core/java/android/view/
Display.java 70 private final int mDisplayId;
394 mDisplayId = displayId;
419 return mDisplayId;
809 mGlobal.requestColorMode(mDisplayId, colorMode);
    [all...]
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
ActivityManagerState.java 405 int mDisplayId;
427 stack.mDisplayId = displayId;
ActivityManagerTestBase.java 731 "(mDisplayId=" + displayId + ")([\\s\\S]*)(mOverrideDisplayInfo)(.*)"
    [all...]
WindowManagerState.java 101 Pattern.compile("Display: mDisplayId=(\\d+)");
195 currentDisplayId = display.mDisplayId;
825 private final int mDisplayId;
831 mDisplayId = displayId;
835 return mDisplayId;
894 return "Display #" + mDisplayId + ": mDisplayRect=" + mDisplayRect
    [all...]
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 478 final int mDisplayId;
490 mDisplayId = root.getDisplayId();
524 mDisplayId = in.readInt();
534 out.writeInt(mDisplayId);
579 return mDisplayId;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 292 milliseconds