Searched refs:CAPTURE_REGION_USER_CHOICE (Results 1 – 2 of 2) sorted by relevance
55 public static final int CAPTURE_REGION_USER_CHOICE = 0; field in MediaProjectionConfig65 CAPTURE_REGION_USER_CHOICE,85 private int mRegionToCapture = CAPTURE_REGION_USER_CHOICE;124 return new MediaProjectionConfig(CAPTURE_REGION_USER_CHOICE); in createConfigForUserChoice()133 case CAPTURE_REGION_USER_CHOICE: in captureRegionToString()
20 import static android.media.projection.MediaProjectionConfig.CAPTURE_REGION_USER_CHOICE;67 assertThat(USERS_CHOICE_CONFIG.getRegionToCapture()).isEqualTo(CAPTURE_REGION_USER_CHOICE); in testCreateUsersChoiceConfig()