Searched refs:UI_MODE_FULL_SCREEN (Results 1 – 7 of 7) sorted by relevance
41 public static final int UI_MODE_FULL_SCREEN = 0; field in ProjectionOptions46 private static final int UI_MODE_DEFAULT = UI_MODE_FULL_SCREEN;49 @IntDef({UI_MODE_FULL_SCREEN, UI_MODE_BLENDED})
137 .thenReturn(ProjectionOptions.UI_MODE_FULL_SCREEN); in setUp()338 assertThat(options.getUiMode()).isEqualTo(ProjectionOptions.UI_MODE_FULL_SCREEN); in getProjectionOptions_defaults()
159 field TIRAMISU_0 int UI_MODE_FULL_SCREEN = 0;
2171 field public static final int UI_MODE_FULL_SCREEN = 0; // 0x0
2248 field public static final int UI_MODE_FULL_SCREEN = 0; // 0x0
3940 UnflaggedApi: android.car.projection.ProjectionOptions#UI_MODE_FULL_SCREEN:3941 …ust be flagged with @FlaggedApi: field android.car.projection.ProjectionOptions.UI_MODE_FULL_SCREEN