Home
last modified time | relevance | path

Searched refs:defaultDisplay (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/hardware/display/
DVirtualDisplayTest.java177 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in testPublicPresentationVirtualDisplay() local
179 defaultDisplay, GREENISH, in testPublicPresentationVirtualDisplay()
186 defaultDisplay, Color.BLACK, in testPublicPresentationVirtualDisplay()
231 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in testSecurePublicPresentationVirtualDisplay() local
233 defaultDisplay, GREENISH, in testSecurePublicPresentationVirtualDisplay()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java9489 final DisplayContent defaultDisplay = getDefaultDisplayContentLocked(); in performLayoutAndPlaceSurfacesLockedInner() local
9490 final DisplayInfo defaultInfo = defaultDisplay.getDisplayInfo(); in performLayoutAndPlaceSurfacesLockedInner()
9775 final WindowList defaultWindows = defaultDisplay.getWindowList(); in performLayoutAndPlaceSurfacesLockedInner()
9781 defaultDisplay.pendingLayoutChanges |= handleAppTransitionReadyLocked(defaultWindows); in performLayoutAndPlaceSurfacesLockedInner()
9783 defaultDisplay.pendingLayoutChanges); in performLayoutAndPlaceSurfacesLockedInner()
9793 defaultDisplay.pendingLayoutChanges |= handleAnimatingStoppedAndTransitionLocked(); in performLayoutAndPlaceSurfacesLockedInner()
9795 defaultDisplay.pendingLayoutChanges); in performLayoutAndPlaceSurfacesLockedInner()
9798 if (mInnerFields.mWallpaperForceHidingChanged && defaultDisplay.pendingLayoutChanges == 0 in performLayoutAndPlaceSurfacesLockedInner()
9806 defaultDisplay.pendingLayoutChanges |= WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT; in performLayoutAndPlaceSurfacesLockedInner()
9808 defaultDisplay.pendingLayoutChanges); in performLayoutAndPlaceSurfacesLockedInner()
[all …]
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1262 const sp<const DisplayDevice> defaultDisplay(getDefaultDisplayDevice()); in handleTransactionLocked() local
1263 defaultDisplay->makeCurrent(mEGLDisplay, mEGLContext); in handleTransactionLocked()