HomeSort by relevance Sort by last modified time
    Searched defs:ScreenOrientation (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
ScreenOrientation.java 31 public class ScreenOrientation extends Activity {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/resources/
ScreenOrientation.java 23 public enum ScreenOrientation implements ResourceEnum {
32 private ScreenOrientation(String value, String shortDisplayValue, String longDisplayValue) {
43 public static ScreenOrientation getEnum(String value) {
44 for (ScreenOrientation orient : values()) {
65 public static int getIndex(ScreenOrientation orientation) {
67 for (ScreenOrientation orient : values()) {
78 public static ScreenOrientation getByIndex(int index) {
80 for (ScreenOrientation orient : values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 47 import com.android.sdklib.resources.ScreenOrientation;
    [all...]

Completed in 1475 milliseconds