Searched refs:PreRLegacySnapshotConfig (Results 1 – 2 of 2) sorted by relevance
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()
45 import com.android.server.wm.AppSnapshotLoader.PreRLegacySnapshotConfig;184 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()[all …]