Searched refs:PreRLegacySnapshotConfig (Results 1 – 2 of 2) sorted by relevance
45 import com.android.server.wm.AppSnapshotLoader.PreRLegacySnapshotConfig;180 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()[all …]
59 static class PreRLegacySnapshotConfig { class in AppSnapshotLoader70 PreRLegacySnapshotConfig(float scale, boolean forceLoadReducedJpeg) { in PreRLegacySnapshotConfig() method in AppSnapshotLoader.PreRLegacySnapshotConfig93 PreRLegacySnapshotConfig getLegacySnapshotConfig(int taskWidth, float legacyScale, in getLegacySnapshotConfig()126 return new PreRLegacySnapshotConfig(preRLegacyScale, forceLoadReducedJpeg); in getLegacySnapshotConfig()152 PreRLegacySnapshotConfig legacyConfig = getLegacySnapshotConfig(proto.taskWidth, in loadTask()