Searched refs:getDisplayId (Results 26 - 50 of 64) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java136 ? mPresentation.getDisplay().getDisplayId() : INVALID_DISPLAY;
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DWindowConfigurationTests.java143 mDisplayContent.getDisplayId()).windowConfiguration.getAppBounds();
H A DWindowTestsBase.java338 dc.getDisplayId(), true /* onTop */, new Rect(), sWm);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java293 final int displayId = mWin.getDisplayId();
685 final int displayId = mWin.getDisplayId();
1079 mAnimator.setPendingLayoutChanges(w.getDisplayId(),
1180 mAnimator.setPendingLayoutChanges(w.getDisplayId(),
1324 && mWin.getDisplayId() == DEFAULT_DISPLAY) {
H A DWindowState.java782 getDisplayId());
1388 mInputWindowHandle.displayId = dc.getDisplayId();
1398 public int getDisplayId() { method in class:WindowState
1403 return displayContent.getDisplayId();
1726 if (accessibilityController != null && getDisplayId() == DEFAULT_DISPLAY) {
1820 && getDisplayContent().getDisplayId() == DEFAULT_DISPLAY) {
1980 final int displayId = getDisplayId();
2997 final int displayId = getDisplayId();
3021 if (mService.mAccessibilityController != null && getDisplayId() == DEFAULT_DISPLAY) {
3252 proto.write(DISPLAY_ID, getDisplayId());
[all...]
H A DAccessibilityController.java334 + " displayId: " + displayContent.getDisplayId());
344 + " displayId: " + windowState.getDisplayId());
365 + " displayId: " + windowState.getDisplayId());
H A DDisplayContent.java747 if (service.mRoot.getDisplayContent(display.getDisplayId()) != null) {
748 throw new IllegalArgumentException("Display with ID=" + display.getDisplayId()
749 + " already exists=" + service.mRoot.getDisplayContent(display.getDisplayId())
754 mDisplayId = display.getDisplayId();
807 int getDisplayId() { method in class:DisplayContent
1795 Slog.v(TAG_WM, "Setting max ui width:" + width + " on display:" + getDisplayId());
1818 + " on display:" + getDisplayId());
1846 if (prevDc.getDisplayId() == mDisplayId) {
1948 if (inputMethod.getDisplayId() == mDisplayId) {
H A DWindowManagerService.java1806 && w.getDisplayContent().getDisplayId() == DEFAULT_DISPLAY) {
1833 if (window != null && window.getDisplayId() == DEFAULT_DISPLAY) {
1878 displayId = win.getDisplayId();
1927 && (win.getDisplayId() == DEFAULT_DISPLAY)) {
2224 if (mAccessibilityController != null && win.getDisplayId() == DEFAULT_DISPLAY) {
3851 mH.obtainMessage(H.SEND_NEW_CONFIGURATION, displayContent.getDisplayId())
3883 displayId = displayContent.getDisplayId();
4527 displayReady(display.getDisplayId());
4665 .getDisplayId() == DEFAULT_DISPLAY) {
5418 final int displayId = displayContent.getDisplayId();
[all...]
H A DDragState.java227 display.getDisplayId());
H A DPinnedStackController.java559 mService.getStableInsetsLocked(mDisplayContent.getDisplayId(), mStableInsets);
H A DTaskPositioner.java261 mDisplay.getDisplayId());
H A DTaskSnapshotSurface.java203 View.GONE, token.getDisplayContent().getDisplayId(), tmpFrame, tmpRect, tmpRect,
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java255 display.getDisplayId() != Display.DEFAULT_DISPLAY);
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h180 hwc2_display_t getDisplayId() const { return mDisplay.getId(); } function in class:HWC2::Display::Config
H A DHWC2.cpp586 if (config->getDisplayId() != mId) {
589 config->getDisplayId(), mId);
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DSystemMediaRouteProvider.java752 ? newPresentationDisplay.getDisplayId() : -1);
780 builder.setPresentationDisplayId(presentationDisplay.getDisplayId());
/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp114 int32_t getDisplayId(const std::string& displayName) { function in namespace:android
341 mTargetId = getDisplayId(DISPLAY_NAME.string());
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DSystemMediaRouteProvider.java751 ? newPresentationDisplay.getDisplayId() : -1);
779 builder.setPresentationDisplayId(presentationDisplay.getDisplayId());
/frameworks/base/core/java/android/app/
H A DContextImpl.java2071 ? mDisplay.getDisplayId() : Display.DEFAULT_DISPLAY;
2107 ? mDisplay.getDisplayId() : Display.DEFAULT_DISPLAY;
2135 ? mDisplay.getDisplayId() : Display.DEFAULT_DISPLAY;
2159 final int displayId = mDisplay != null ? mDisplay.getDisplayId() : Display.DEFAULT_DISPLAY;
2174 final int displayId = display.getDisplayId();
/frameworks/base/core/java/android/view/
H A DDisplay.java430 public int getDisplayId() { method in class:Display
H A DViewRootImpl.java759 getHostVisibility(), mDisplay.getDisplayId(), mWinFrame,
898 public int getDisplayId() { method in class:ViewRootImpl
899 return mDisplay.getDisplayId();
1145 if (mView != null && mDisplay.getDisplayId() == displayId) {
1189 if (mDisplay.getDisplayId() == displayId) {
3932 mDisplay.getDisplayId(), localResources);
4106 && mDisplay.getDisplayId() == args.argi3) {
4116 final boolean displayChanged = mDisplay.getDisplayId() != displayId;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityDisplay.java118 mDisplayId = display.getDisplayId();
/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowManagerPolicy.java479 public int getDisplayId(); method in interface:WindowManagerPolicy.WindowState
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java499 mDisplayId = root.getDisplayId();
591 public int getDisplayId() { method in class:AssistStructure.WindowNode
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java473 if (displayId == getDisplay().getDisplayId()) {

Completed in 508 milliseconds

123