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()
9636 final DisplayContent defaultDisplay = getDefaultDisplayContentLocked(); in performLayoutAndPlaceSurfacesLockedInner() local9637 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 …]
1276 const sp<const DisplayDevice> defaultDisplay(getDefaultDisplayDevice()); in handleTransactionLocked() local1277 defaultDisplay->makeCurrent(mEGLDisplay, mEGLContext); in handleTransactionLocked()