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()
1320 assertTrue(gameModeInfo.isDownscalingAllowed()); in testGetGameModeInfoWithAllGameModes()1436 assertTrue(gameModeInfo.isDownscalingAllowed()); in verifyAllModesOverriddenAndInterventionsAvailable()1484 assertFalse(gameModeInfo.isDownscalingAllowed()); in testGetGameModeInfoWithInterventionsDisabled()
888 method public boolean isDownscalingAllowed();