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

/frameworks/base/services/core/java/com/android/server/input/
H A DInputForwarder.java34 private final int mDisplayId; field in class:InputForwarder
37 mDisplayId = displayId;
43 return mInputManagerInternal.injectInputEvent(event, mDisplayId,
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayWindowController.java35 private final int mDisplayId; field in class:DisplayWindowController
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 + "}";
H A DDisplayFrames.java39 public final int mDisplayId; field in class:DisplayFrames
120 mDisplayId = displayId;
H A DRecentsAnimationController.java85 private final int mDisplayId; field in class:RecentsAnimationController
252 mDisplayId = displayId;
263 final DisplayContent dc = mService.mRoot.getDisplayContent(mDisplayId);
H A DDisplayContent.java180 private final int mDisplayId; field in class:DisplayContent
754 mDisplayId = display.getDisplayId();
758 isDefaultDisplay = mDisplayId == DEFAULT_DISPLAY;
759 mDisplayFrames = new DisplayFrames(mDisplayId, mDisplayInfo,
781 .setLayerStack(mWindowingLayer, mDisplayId)
784 .setLayerStack(mOverlayLayer, mDisplayId)
808 return mDisplayId;
975 mService.mAnimator.getScreenRotationAnimationLocked(mDisplayId);
1005 + mDisplayId + " based on lastOrientation=" + lastOrientation
1042 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Display id=" + mDisplayId
[all...]
H A DWindowManagerService.java570 final int mDisplayId; field in class:WindowManagerService.RotationWatcher
575 mDisplayId = displayId;
/frameworks/base/core/java/android/content/res/
H A DResourcesKey.java40 public final int mDisplayId; field in class:ResourcesKey
61 mDisplayId = displayId;
71 hash = 31 * hash + mDisplayId;
130 if (mDisplayId != peer.mDisplayId) {
162 builder.append(" mDisplayId=").append(mDisplayId);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DVirtualDisplaySurface.h155 const int32_t mDisplayId; member in class:android::VirtualDisplaySurface
H A DHWC2.h345 hwc2_display_t mDisplayId; member in class:HWC2::Layer
/frameworks/base/services/core/java/com/android/server/display/
H A DLogicalDisplay.java64 private final int mDisplayId; field in class:LogicalDisplay
100 mDisplayId = displayId;
111 return mDisplayId;
457 pw.println("mDisplayId=" + mDisplayId);
H A DColorFade.java73 private final int mDisplayId; field in class:ColorFade
126 mDisplayId = displayId;
146 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
597 mDisplayId, mSurfaceControl);
729 private final int mDisplayId; field in class:ColorFade.NaturalSurfaceLayout
735 mDisplayId = displayId;
754 DisplayInfo displayInfo = mDisplayManagerInternal.getDisplayInfo(mDisplayId);
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityDisplay.java78 int mDisplayId; field in class:ActivityDisplay
118 mDisplayId = display.getDisplayId();
140 + " to displayId=" + mDisplayId + " position=" + position);
148 + " from displayId=" + mDisplayId);
637 return "ActivityDisplay={" + mDisplayId + " numStacks=" + mStacks.size() + "}";
818 pw.println(prefix + "displayId=" + mDisplayId + " stacks=" + mStacks.size());
846 proto.write(ID, mDisplayId);
H A DActivityManagerShellCommand.java135 private int mDisplayId; field in class:ActivityManagerShellCommand
299 mDisplayId = INVALID_DISPLAY;
352 mDisplayId = Integer.parseInt(getNextArgRequired());
441 if (mDisplayId != INVALID_DISPLAY) {
443 options.setLaunchDisplayId(mDisplayId);
H A DActivityStack.java346 int mDisplayId; field in class:ActivityStack
464 mDisplayId = display.mDisplayId;
467 mWindowContainerController = createStackWindowController(display.mDisplayId, onTop,
627 if (showRecents && !alreadyInSplitScreenMode && mDisplayId == DEFAULT_DISPLAY
684 mWindowContainerController.reparent(activityDisplay.mDisplayId, mTmpRect2, onTop);
700 mDisplayId = activityDisplay.mDisplayId;
722 mDisplayId = INVALID_DISPLAY;
734 return mStackSupervisor.getActivityDisplay(mDisplayId);
[all...]
H A DActivityStackSupervisor.java1885 activityDisplay.mDisplayId, activityDisplay.getPresentUIDs());
2471 if (display != null && canLaunchOnDisplay(r, display.mDisplayId)) {
2491 || !canLaunchOnDisplay(r, display.mDisplayId)
3228 if (currentDisplay.mDisplayId == displayId) {
3263 if (stack.mDisplayId != DEFAULT_DISPLAY && !mService.mSupportsMultiDisplay) {
3564 display.mDisplayId)) {
3580 if (r.getDisplayId() == display.mDisplayId) {
3975 pw.print("[id:" + display.mDisplayId + " stacks:");
4035 pw.print(prefix); pw.print(" "); pw.print(activityDisplay.mDisplayId); pw.print(": ");
4085 pw.print("Display #"); pw.print(activityDisplay.mDisplayId);
4937 private final int mDisplayId; field in class:ActivityStackSupervisor.SleepTokenImpl
[all...]
/frameworks/base/core/java/android/view/
H A DDisplay.java71 private final int mDisplayId; field in class:Display
406 mDisplayId = displayId;
431 return mDisplayId;
821 mGlobal.requestColorMode(mDisplayId, colorMode);
1046 DisplayInfo newInfo = mGlobal.getDisplayInfo(mDisplayId);
1052 Log.d(TAG, "Logical display " + mDisplayId + " was removed.");
1061 Log.d(TAG, "Logical display " + mDisplayId + " was recreated.");
1084 return "Display id " + mDisplayId + ": " + mDisplayInfo
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java487 final int mDisplayId; field in class:AssistStructure.WindowNode
499 mDisplayId = root.getDisplayId();
531 mDisplayId = in.readInt();
547 out.writeInt(mDisplayId);
592 return mDisplayId;

Completed in 347 milliseconds