Searched refs:getDisplayId (Results 1 - 25 of 64) sorted by relevance

123

/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskTapPointerEventListener.java50 if (displayId == getDisplayId()) {
116 private int getDisplayId() { method in class:TaskTapPointerEventListener
117 return mDisplayContent.getDisplayId();
H A DSplashScreenStartingData.java58 mMergedOverrideConfiguration, atoken.getDisplayContent().getDisplayId());
H A DWallpaperVisibilityListeners.java57 final int displayId = displayContent.getDisplayId();
H A DDisplayWindowController.java39 mDisplayId = display.getDisplayId();
H A DCircularDisplayMask.java63 Slog.w(TAG, "Screen dimensions of displayId = " + display.getDisplayId() +
H A DRootWindowContainer.java192 displaysInFocusOrder.put(i, displayContent.getDisplayId());
199 if (current.getDisplayId() == displayId) {
207 final int displayId = display.getDisplayId();
469 final int pendingChanges = animator.getPendingLayoutChanges(dc.getDisplayId());
750 final int displayId = defaultDisplay.getDisplayId();
1043 pw.print(displayContent.getDisplayId());
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRotationWatcher.java51 mContext.getDisplay().getDisplayId());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DCarFacetButtonController.java76 int displayId = getDisplayId();
116 private int getDisplayId() { method in class:CarFacetButtonController
120 return display.getDisplayId();
/frameworks/base/services/core/java/com/android/server/policy/
H A DBurnInProtectionHelper.java153 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(),
254 if (displayId == mDisplay.getDisplayId()) {
275 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(), 0, 0);
291 mDisplayManagerInternal.setDisplayOffsets(mDisplay.getDisplayId(),
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DRootWindowContainerTests.java45 mDisplayContent.getDisplayId());
H A DDisplayContentTests.java201 assertEquals(dc.getDisplayId(), stack.getDisplayContent().getDisplayId());
214 assertEquals(mDisplayContent.getDisplayId(), stack.getDisplayContent().getDisplayId());
226 final int displayId = mDisplayContent.getDisplayId();
415 assertEquals(-1, orderedDisplayIds.indexOfValue(dc.getDisplayId()));
503 sWm.dontOverrideDisplayInfo(dc.getDisplayId());
507 .setDisplayInfoOverrideFromWindowManager(dc.getDisplayId(), null);
H A DAppWindowContainerControllerTests.java60 controller.removeContainer(mDisplayContent.getDisplayId());
76 controller.setOrientation(SCREEN_ORIENTATION_LANDSCAPE, mDisplayContent.getDisplayId(),
80 controller.removeContainer(mDisplayContent.getDisplayId());
H A DStackWindowControllerTests.java107 stack1Controller.reparent(dc.getDisplayId(), new Rect(), true /* onTop */);
H A DWindowStateTests.java345 app.mInputWindowHandle.displayId = mDisplayContent.getDisplayId() + 1;
348 assertThat(app.mInputWindowHandle.displayId, is(mDisplayContent.getDisplayId()));
349 assertThat(app.getDisplayId(), is(mDisplayContent.getDisplayId()));
H A DAppWindowTokenTests.java145 mDisplayContent.getDisplayId());
152 mDisplayContent.getDisplayId());
H A DScreenDecorWindowTests.java103 mTestActivity = startActivityOnDisplay(TestActivity.class, display.getDisplayId());
327 assertEquals(displayId, activity.getDisplay().getDisplayId());
/frameworks/base/core/java/android/app/
H A DPresentation.java346 if (displayId == mDisplay.getDisplayId()) {
353 if (displayId == mDisplay.getDisplayId()) {
H A DActivityView.java220 options.setLaunchDisplayId(mVirtualDisplay.getDisplay().getDisplayId());
342 final int displayId = mVirtualDisplay.getDisplay().getDisplayId();
476 final int displayId = mVirtualDisplay.getDisplay().getDisplayId();
/frameworks/support/compat/src/main/java/androidx/core/hardware/display/
H A DDisplayManagerCompat.java90 if (display.getDisplayId() == displayId) {
/frameworks/base/services/core/java/com/android/server/vr/
H A DVr2dDisplay.java265 int virtualDisplayId = mVirtualDisplay.getDisplay().getDisplayId();
305 updateDisplayId(mVirtualDisplay.getDisplay().getDisplayId());
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
H A DFakeWindowState.java248 public int getDisplayId() { method in class:FakeWindowState
/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayWindow.java297 if (displayId == mDefaultDisplay.getDisplayId()) {
309 if (displayId == mDefaultDisplay.getDisplayId()) {
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java402 if (displayId == mDefaultDisplay.getDisplayId()) {
413 if (displayId == mDefaultDisplay.getDisplayId()) {
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java402 if (displayId == mDefaultDisplay.getDisplayId()) {
413 if (displayId == mDefaultDisplay.getDisplayId()) {
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java390 final Context context = mContext.getDisplay().getDisplayId() == displayId

Completed in 599 milliseconds

123