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

  /sdk/common/src/com/android/resources/
ScreenSize.java 23 public enum ScreenSize implements ResourceEnum {
33 private ScreenSize(String value, String shortDisplayValue, String longDisplayValue) {
44 public static ScreenSize getEnum(String value) {
45 for (ScreenSize orient : values()) {
66 public static int getIndex(ScreenSize orientation) {
68 for (ScreenSize orient : values()) {
79 public static ScreenSize getByIndex(int index) {
81 for (ScreenSize orient : values()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 52 import com.android.resources.ScreenSize;
    [all...]
  /prebuilt/common/tools-common/
tools-common-prebuilt.jar 

Completed in 367 milliseconds