{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

DeviceController.ScreenOrientation

enum DeviceController.ScreenOrientation


Enum for screen orientations a device can be set to.

Summary

Enum Values

LANDSCAPE
PORTRAIT

Public methods

static @NonNull DeviceController.ScreenOrientation
static @NonNull Array<@NonNull DeviceController.ScreenOrientation>

Enum Values

LANDSCAPE

@NonNull
@NonNull DeviceController.ScreenOrientation DeviceController.ScreenOrientation.LANDSCAPE

PORTRAIT

@NonNull
@NonNull DeviceController.ScreenOrientation DeviceController.ScreenOrientation.PORTRAIT

Public methods

valueOf

@NonNull
public static DeviceController.ScreenOrientation valueOf(@NonNull String name)

values

@NonNull
public static Array<@NonNull DeviceController.ScreenOrientationvalues()