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

1 2

  /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 135 private int mDisplayId;
299 mDisplayId = INVALID_DISPLAY;
352 mDisplayId = Integer.parseInt(getNextArgRequired());
441 if (mDisplayId != INVALID_DISPLAY) {
443 options.setLaunchDisplayId(mDisplayId);
    [all...]
ActivityDisplay.java 78 int mDisplayId;
118 mDisplayId = display.getDisplayId();
140 + " to displayId=" + mDisplayId + " position=" + position);
148 + " from displayId=" + mDisplayId);
637 return "ActivityDisplay={" + mDisplayId + " numStacks=" + mStacks.size() + "}";
    [all...]
ActivityStack.java 346 int mDisplayId;
464 mDisplayId = display.mDisplayId;
467 mWindowContainerController = createStackWindowController(display.mDisplayId, onTop,
627 if (showRecents && !alreadyInSplitScreenMode && mDisplayId == DEFAULT_DISPLAY
    [all...]
ActivityStackSupervisor.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayWindowController.java 35 private final int mDisplayId;
39 mDisplayId = display.getDisplayId();
51 + " dc=" + mRoot.getDisplayContent(mDisplayId));
61 + mDisplayId);
103 final DisplayContent dc = mRoot.getDisplayContent(mDisplayId);
115 final DisplayContent dc = mRoot.getDisplayContent(mDisplayId);
124 return "{DisplayWindowController displayId=" + mDisplayId + "}";
DisplayFrames.java 39 public final int mDisplayId;
120 mDisplayId = displayId;
RecentsAnimationController.java 85 private final int mDisplayId;
252 mDisplayId = displayId;
263 final DisplayContent dc = mService.mRoot.getDisplayContent(mDisplayId);
DisplayContent.java 180 private final int mDisplayId;
    [all...]
WindowManagerService.java 570 final int mDisplayId;
575 mDisplayId = displayId;
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.h 155 const int32_t mDisplayId;
HWC2.h 345 hwc2_display_t 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;
457 pw.println("mDisplayId=" + mDisplayId);
ColorFade.java 73 private final int mDisplayId;
126 mDisplayId = displayId;
146 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
597 mDisplayId, mSurfaceControl);
729 private final int mDisplayId;
735 mDisplayId = displayId;
754 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
  /cts/tests/tests/keystore/src/android/server/am/
ActivityManagerState.java 265 int mDisplayId;
273 mDisplayId = proto.displayId;
WindowManagerState.java 167 mDisplayStacks.put(display.mDisplayId, stacks);
422 private final int mDisplayId;
430 mDisplayId = proto.id;
459 return mDisplayId;
476 return "Display #" + mDisplayId + ": name=" + mName + " mDisplayRect=" + mDisplayRect
491 private int mDisplayId;
505 mDisplayId = proto.displayId;
551 return mDisplayId;
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
ActivityManagerState.java 336 return getStackById(task.mStackId).mDisplayId;
564 int mDisplayId;
572 mDisplayId = proto.displayId;
WindowManagerState.java 200 mDisplayStacks.put(display.mDisplayId, stacks);
691 private final int mDisplayId;
700 mDisplayId = proto.id;
733 return mDisplayId;
754 return "Display #" + mDisplayId + ": name=" + mName + " mDisplayRect=" + mDisplayRect
770 private int mDisplayId;
788 mDisplayId = proto.displayId;
851 return mDisplayId;
    [all...]
  /frameworks/base/core/java/android/view/
Display.java 71 private final int mDisplayId;
406 mDisplayId = displayId;
431 return mDisplayId;
821 mGlobal.requestColorMode(mDisplayId, colorMode);
    [all...]
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 487 final int mDisplayId;
499 mDisplayId = root.getDisplayId();
531 mDisplayId = in.readInt();
547 out.writeInt(mDisplayId);
592 return mDisplayId;
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 504 milliseconds

1 2