public enum

DeviceController.ScreenOrientation

extends java.lang.Enum<DeviceController.ScreenOrientation>

 java.lang.Object

↳java.lang.Enum<DeviceController.ScreenOrientation>

↳androidx.test.platform.device.DeviceController.ScreenOrientation

Overview

Enum for screen orientations a device can be set to.

Summary

Enum Constants
LANDSCAPE
PORTRAIT
Methods
public static DeviceController.ScreenOrientationvalueOf(java.lang.String name)

public static DeviceController.ScreenOrientationvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

PORTRAIT

LANDSCAPE

Methods

public static DeviceController.ScreenOrientation values()

public static DeviceController.ScreenOrientation valueOf(java.lang.String name)