Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
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
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotLoader.java91 PreRLegacySnapshotConfig getLegacySnapshotConfig(int taskWidth, float legacyScale, in getLegacySnapshotConfig()
189 int taskWidth = (int) ((float) hwBitmap.getWidth() / legacyConfig.mScale); in loadTask() local