Home
last modified time | relevance | path

Searched refs:getLegacySnapshotConfig (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotPersisterLoaderTest.java184 PreRLegacySnapshotConfig highResConf = mLoader.getLegacySnapshotConfig( in testLegacyPLowRamConfig()
190 PreRLegacySnapshotConfig lowResConf = mLoader.getLegacySnapshotConfig( in testLegacyPLowRamConfig()
214 PreRLegacySnapshotConfig highResConf = mLoader.getLegacySnapshotConfig( in testLegacyPNonLowRamConfig()
220 PreRLegacySnapshotConfig lowResConf = mLoader.getLegacySnapshotConfig( in testLegacyPNonLowRamConfig()
244 PreRLegacySnapshotConfig highResConf = mLoader.getLegacySnapshotConfig( in testLegacyQLowRamConfig()
251 PreRLegacySnapshotConfig lowResConf = mLoader.getLegacySnapshotConfig( in testLegacyQLowRamConfig()
276 PreRLegacySnapshotConfig highResConf = mLoader.getLegacySnapshotConfig( in testLegacyQNonLowRamConfig()
283 PreRLegacySnapshotConfig lowResConf = mLoader.getLegacySnapshotConfig( in testLegacyQNonLowRamConfig()
301 PreRLegacySnapshotConfig highResConf = mLoader.getLegacySnapshotConfig( in testNonLegacyRConfig()
305 PreRLegacySnapshotConfig lowResConf = mLoader.getLegacySnapshotConfig( in testNonLegacyRConfig()
/frameworks/base/services/core/java/com/android/server/wm/
DAppSnapshotLoader.java93 PreRLegacySnapshotConfig getLegacySnapshotConfig(int taskWidth, float legacyScale, in getLegacySnapshotConfig() method in AppSnapshotLoader
152 PreRLegacySnapshotConfig legacyConfig = getLegacySnapshotConfig(proto.taskWidth, in loadTask()