Searched refs:defaultDisplay (Results 1 – 3 of 3) sorted by relevance
177 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in testPublicPresentationVirtualDisplay() local179 defaultDisplay, GREENISH, in testPublicPresentationVirtualDisplay()186 defaultDisplay, Color.BLACK, in testPublicPresentationVirtualDisplay()231 Display defaultDisplay = mDisplayManager.getDisplay(Display.DEFAULT_DISPLAY); in testSecurePublicPresentationVirtualDisplay() local233 defaultDisplay, GREENISH, in testSecurePublicPresentationVirtualDisplay()
9489 final DisplayContent defaultDisplay = getDefaultDisplayContentLocked(); in performLayoutAndPlaceSurfacesLockedInner() local9490 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 …]
1262 const sp<const DisplayDevice> defaultDisplay(getDefaultDisplayDevice()); in handleTransactionLocked() local1263 defaultDisplay->makeCurrent(mEGLDisplay, mEGLContext); in handleTransactionLocked()