Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotPersisterLoaderTest.java172 final int taskWidth = 0; in testLegacyPLowRamConfig() local
202 final int taskWidth = 0; in testLegacyPNonLowRamConfig() local
232 final int taskWidth = 0; in testLegacyQLowRamConfig() local
264 final int taskWidth = 0; in testLegacyQNonLowRamConfig() local
289 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
DTransition.java2093 final int taskWidth = taskBounds.width(); in isWindowFillingTask() local