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.java9636 final DisplayContent defaultDisplay = getDefaultDisplayContentLocked(); in performLayoutAndPlaceSurfacesLockedInner() local
9637 final DisplayInfo defaultInfo = defaultDisplay.getDisplayInfo(); in performLayoutAndPlaceSurfacesLockedInner()
9923 final WindowList defaultWindows = defaultDisplay.getWindowList(); in performLayoutAndPlaceSurfacesLockedInner()
9929 defaultDisplay.pendingLayoutChanges |= handleAppTransitionReadyLocked(defaultWindows); in performLayoutAndPlaceSurfacesLockedInner()
9931 defaultDisplay.pendingLayoutChanges); in performLayoutAndPlaceSurfacesLockedInner()
9941 defaultDisplay.pendingLayoutChanges |= handleAnimatingStoppedAndTransitionLocked(); in performLayoutAndPlaceSurfacesLockedInner()
9943 defaultDisplay.pendingLayoutChanges); in performLayoutAndPlaceSurfacesLockedInner()
9946 if (mInnerFields.mWallpaperForceHidingChanged && defaultDisplay.pendingLayoutChanges == 0 in performLayoutAndPlaceSurfacesLockedInner()
9954 defaultDisplay.pendingLayoutChanges |= WindowManagerPolicy.FINISH_LAYOUT_REDO_LAYOUT; in performLayoutAndPlaceSurfacesLockedInner()
9956 defaultDisplay.pendingLayoutChanges); in performLayoutAndPlaceSurfacesLockedInner()
[all …]
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1276 const sp<const DisplayDevice> defaultDisplay(getDefaultDisplayDevice()); in handleTransactionLocked() local
1277 defaultDisplay->makeCurrent(mEGLDisplay, mEGLContext); in handleTransactionLocked()