Searched refs:isDownscalingAllowed (Results 1 – 4 of 4) sorted by relevance
167 @NonNull @GameManager.GameMode int[] overriddenGameModes, boolean isDownscalingAllowed, in GameModeInfo() argument172 mIsDownscalingAllowed = isDownscalingAllowed; in GameModeInfo()238 public boolean isDownscalingAllowed() { in isDownscalingAllowed() method in GameModeInfo
64 assertTrue(gameModeInfo.isDownscalingAllowed()); in testParcelable()80 assertTrue(newGameModeInfo.isDownscalingAllowed()); in testParcelable()
1359 assertTrue(gameModeInfo.isDownscalingAllowed()); in testGetGameModeInfoWithAllGameModes()1475 assertTrue(gameModeInfo.isDownscalingAllowed()); in verifyAllModesOverriddenAndInterventionsAvailable()1523 assertFalse(gameModeInfo.isDownscalingAllowed()); in testGetGameModeInfoWithInterventionsDisabled()
946 method public boolean isDownscalingAllowed();