Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotPersisterLoaderTest.java166 final int taskWidth = 0; in testLegacyPLowRamConfig() local
196 final int taskWidth = 0; in testLegacyPNonLowRamConfig() local
226 final int taskWidth = 0; in testLegacyQLowRamConfig() local
258 final int taskWidth = 0; in testLegacyQNonLowRamConfig() local
283 final int taskWidth = 1440; in testNonLegacyRConfig() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotLoader.java91 PreRLegacySnapshotConfig getLegacySnapshotConfig(int taskWidth, float legacyScale, in getLegacySnapshotConfig()
189 int taskWidth = (int) ((float) hwBitmap.getWidth() / legacyConfig.mScale); in loadTask() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DTaskViewSimulator.java328 float taskWidth = mTaskRect.width(); in apply() local