Lines Matching refs:mDisplayId

180     private final int mDisplayId;
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
1052 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Display id=" + mDisplayId
1080 mDisplayId);
1138 if (rotationWatcher.mDisplayId == mDisplayId) {
1200 mDisplayId, displayCutout);
1202 mDisplayId, displayCutout);
1227 mService.mDisplayManagerInternal.setDisplayInfoOverrideFromWindowManager(mDisplayId,
1281 config.uiMode, mDisplayId, displayInfo.displayCutout) / density);
1284 config.uiMode, mDisplayId, displayInfo.displayCutout) / density);
1297 computeSizeRangesAndScreenLayout(displayInfo, mDisplayId, rotated, config.uiMode, dw, dh,
1308 dh, mDisplayId);
1695 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Display id=" + mDisplayId
1708 if (DEBUG_ORIENTATION) Slog.v(TAG_WM, "Display id=" + mDisplayId
1739 final DisplayInfo newDisplayInfo = displayManagerInternal.getDisplayInfo(mDisplayId);
1759 mService.mDisplayManagerInternal.getNonOverrideDisplayInfo(mDisplayId, mDisplayInfo);
1833 + mDisplayId);
1846 if (prevDc.getDisplayId() == mDisplayId) {
1848 + " to its current displayId=" + mDisplayId);
1948 if (inputMethod.getDisplayId() == mDisplayId) {
1966 if (mDisplayId == DEFAULT_DISPLAY && getSplitScreenPrimaryStack() != null) {
2007 if (mDisplayId == DEFAULT_DISPLAY && mService.mMousePositionTracker != null) {
2011 mService.mAnimator.removeDisplayLocked(mDisplayId);
2016 mService.onDisplayRemoved(mDisplayId);
2208 proto.write(ID, mDisplayId);
2231 mService.mAnimator.getScreenRotationAnimationLocked(mDisplayId);
2242 pw.print(prefix); pw.print("Display: mDisplayId="); pw.println(mDisplayId);
2321 return "Display " + mDisplayId + " info=" + mDisplayInfo + " stacks=" + mChildren;
2325 return "Display " + mDisplayId + " name=\"" + mDisplayInfo.name + "\"";
2636 pw.println(" Display #" + mDisplayId);
2868 if (mService.updateOrientationFromAppTokensLocked(mDisplayId)) {
2870 mService.mH.obtainMessage(SEND_NEW_CONFIGURATION, mDisplayId).sendToTarget();
2903 mService.mDisplayManagerInternal.setDisplayProperties(mDisplayId,
3146 if (mDisplayId == DEFAULT_DISPLAY) {
3155 (mDisplayId != DEFAULT_DISPLAY || mService.mPolicy.okToAnimate());
3296 if (mHomeStack == null && mDisplayId == DEFAULT_DISPLAY) {
3564 "Forcing UNSPECIFIED orientation in car for display id=" + mDisplayId
3573 + " for display id=" + mDisplayId);
3579 + " for display id=" + mDisplayId);
3795 + " for display id=" + mDisplayId);
3975 mService.mAnimator.getScreenRotationAnimationLocked(mDisplayId);