Home
last modified time | relevance | path

Searched defs:taskWidth (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotPersisterLoaderTest.java180 final int taskWidth = 0; in testLegacyPLowRamConfig() local
210 final int taskWidth = 0; in testLegacyPNonLowRamConfig() local
240 final int taskWidth = 0; in testLegacyQLowRamConfig() local
272 final int taskWidth = 0; in testLegacyQNonLowRamConfig() local
297 final int taskWidth = 1440; in testNonLegacyRConfig() local
/frameworks/base/services/core/java/com/android/server/wm/
DAppSnapshotLoader.java93 PreRLegacySnapshotConfig getLegacySnapshotConfig(int taskWidth, float legacyScale, in getLegacySnapshotConfig()
192 int taskWidth = (int) ((float) hwBitmap.getWidth() / legacyConfig.mScale); in loadTask() local
DAbsAppSnapshotController.java430 final int taskWidth = taskBounds.width(); in drawAppThemeSnapshot() local
DTransition.java3492 final int taskWidth = taskBounds.width(); in isWindowFillingTask() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DCaptionWindowDecoration.java113 final int taskWidth = mTaskInfo.configuration.windowConfiguration.getBounds().width(); in calculateValidDragArea() local
132 int taskWidth) { in determineMinX()
144 int taskWidth, int displayWidth) { in determineMaxX()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeEventLogger.kt166 val taskWidth: Int = Int.MIN_VALUE, constant in com.android.wm.shell.desktopmode.DesktopModeEventLogger.Companion.TaskUpdate