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

  /sdk/common/src/com/android/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/ide_common/src/com/android/ide/common/resources/configuration/
ScreenOrientationQualifier.java 20 import com.android.resources.ScreenOrientation;
29 private ScreenOrientation mValue = null;
34 public ScreenOrientationQualifier(ScreenOrientation value) {
38 public ScreenOrientation getValue() {
59 ScreenOrientation orientation = ScreenOrientation.getEnum(value);
FolderConfiguration.java 22 import com.android.resources.ScreenOrientation;
477 ScreenOrientation orientation = ((ScreenOrientationQualifier) orientQ).getValue();
  /sdk/ide_common/tests/src/com/android/ide/common/resources/configuration/
ScreenOrientationQualifierTest.java 19 import com.android.resources.ScreenOrientation;
45 assertEquals(ScreenOrientation.PORTRAIT, config.getScreenOrientationQualifier().getValue());
52 assertEquals(ScreenOrientation.LANDSCAPE,
60 assertEquals(ScreenOrientation.SQUARE,
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ScreenOrientation.java 31 public class ScreenOrientation extends Activity {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/manager/
ConfigMatchTest.java 34 import com.android.resources.ScreenOrientation;
161 ScreenOrientation.LANDSCAPE.getResourceValue(), // screen orientation
185 ScreenOrientation.LANDSCAPE.getResourceValue(), // screen orientation
217 ScreenOrientation.LANDSCAPE.getResourceValue(), // screen orientation
  /sdk/layoutlib_api/sample/src/com/example/android/render/
Main.java 32 import com.android.resources.ScreenOrientation;
93 ScreenOrientation.LANDSCAPE,
RenderService.java 33 import com.android.resources.ScreenOrientation;
250 ScreenOrientation orientation = mConfig.getScreenOrientationQualifier().getValue();
RenderServiceFactory.java 52 import com.android.resources.ScreenOrientation;
111 ScreenOrientation orientation,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceHandler.java 37 import com.android.resources.ScreenOrientation;
143 ScreenOrientation.getEnum(mStringAccumulator.toString()));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 55 import com.android.resources.ScreenOrientation;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 57 import com.android.resources.ScreenOrientation;
287 config.addQualifier(new ScreenOrientationQualifier(ScreenOrientation.PORTRAIT));
  /prebuilt/common/tools-common/
tools-common-prebuilt.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 50 import com.android.resources.ScreenOrientation;
    [all...]

Completed in 261 milliseconds