Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotPersisterLoaderTest.java176 final int taskWidth = 0; in testLegacyPLowRamConfig() local
206 final int taskWidth = 0; in testLegacyPNonLowRamConfig() local
236 final int taskWidth = 0; in testLegacyQLowRamConfig() local
268 final int taskWidth = 0; in testLegacyQNonLowRamConfig() local
293 final int taskWidth = 1440; in testNonLegacyRConfig() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppSnapshotLoader.java93 PreRLegacySnapshotConfig getLegacySnapshotConfig(int taskWidth, float legacyScale, in getLegacySnapshotConfig()
192 int taskWidth = (int) ((float) hwBitmap.getWidth() / legacyConfig.mScale); in loadTask() local
H A DAbsAppSnapshotController.java417 final int taskWidth = taskBounds.width(); in drawAppThemeSnapshot() local
H A DTransition.java3010 final int taskWidth = taskBounds.width(); in isWindowFillingTask() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragResizeInputListener.java184 boolean setGeometry(int taskWidth, int taskHeight, int resizeHandleThickness, int cornerSize, in setGeometry()