Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotPersisterLoaderTest.java180 PreRLegacySnapshotConfig highResConf = mLoader.getLegacySnapshotConfig( in testLegacyPLowRamConfig()
186 PreRLegacySnapshotConfig lowResConf = mLoader.getLegacySnapshotConfig( in testLegacyPLowRamConfig()
210 PreRLegacySnapshotConfig highResConf = mLoader.getLegacySnapshotConfig( in testLegacyPNonLowRamConfig()
216 PreRLegacySnapshotConfig lowResConf = mLoader.getLegacySnapshotConfig( in testLegacyPNonLowRamConfig()
240 PreRLegacySnapshotConfig highResConf = mLoader.getLegacySnapshotConfig( in testLegacyQLowRamConfig()
247 PreRLegacySnapshotConfig lowResConf = mLoader.getLegacySnapshotConfig( in testLegacyQLowRamConfig()
272 PreRLegacySnapshotConfig highResConf = mLoader.getLegacySnapshotConfig( in testLegacyQNonLowRamConfig()
279 PreRLegacySnapshotConfig lowResConf = mLoader.getLegacySnapshotConfig( in testLegacyQNonLowRamConfig()
297 PreRLegacySnapshotConfig highResConf = mLoader.getLegacySnapshotConfig( in testNonLegacyRConfig()
301 PreRLegacySnapshotConfig lowResConf = mLoader.getLegacySnapshotConfig( in testNonLegacyRConfig()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppSnapshotLoader.java93 PreRLegacySnapshotConfig getLegacySnapshotConfig(int taskWidth, float legacyScale, in getLegacySnapshotConfig() method in AppSnapshotLoader
152 PreRLegacySnapshotConfig legacyConfig = getLegacySnapshotConfig(proto.taskWidth, in loadTask()