Home
last modified time | relevance | path

Searched refs:defaultDh (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java590 final int defaultDh = defaultInfo.logicalHeight; in performSurfacePlacement() local
596 applySurfaceChangesTransaction(recoveringMemory, defaultDw, defaultDh); in performSurfacePlacement()
827 int defaultDh) { 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()