Searched refs:defaultDw (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | RootWindowContainer.java | 589 final int defaultDw = defaultInfo.logicalWidth; in performSurfacePlacement() local 596 applySurfaceChangesTransaction(recoveringMemory, defaultDw, defaultDh); in performSurfacePlacement() 826 private void applySurfaceChangesTransaction(boolean recoveringMemory, int defaultDw, in applySurfaceChangesTransaction() argument 833 mService.mWatermark.positionSurface(defaultDw, defaultDh); in applySurfaceChangesTransaction() 836 mService.mStrictModeFlash.positionSurface(defaultDw, defaultDh); in applySurfaceChangesTransaction() 839 mService.mCircularDisplayMask.positionSurface(defaultDw, defaultDh, in applySurfaceChangesTransaction() 843 mService.mEmulatorDisplayOverlay.positionSurface(defaultDw, defaultDh, in applySurfaceChangesTransaction()
|