Searched refs:defaultDh (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfacePlacer.java | 311 final int defaultDh = defaultInfo.logicalHeight; in performSurfacePlacementInner() local 317 applySurfaceChangesTransaction(recoveringMemory, numDisplays, defaultDw, defaultDh); in performSurfacePlacementInner() 584 int defaultDw, int defaultDh) { in applySurfaceChangesTransaction() argument 586 mService.mWatermark.positionSurface(defaultDw, defaultDh); in applySurfaceChangesTransaction() 589 mService.mStrictModeFlash.positionSurface(defaultDw, defaultDh); in applySurfaceChangesTransaction() 592 mService.mCircularDisplayMask.positionSurface(defaultDw, defaultDh, in applySurfaceChangesTransaction() 596 mService.mEmulatorDisplayOverlay.positionSurface(defaultDw, defaultDh, in applySurfaceChangesTransaction()
|