Home
last modified time | relevance | path

Searched defs:orientation (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
DScreenOrientationQualifier.java67 ScreenOrientation orientation = ScreenOrientation.getEnum(value); in checkAndSet() local
DKeyboardStateQualifier.java68 KeyboardState orientation = KeyboardState.getEnum(value); in checkAndSet() local
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/resources/
DScreenRatio.java64 public static int getIndex(ScreenRatio orientation) { in getIndex()
DScreenSize.java65 public static int getIndex(ScreenSize orientation) { in getIndex()
DScreenOrientation.java65 public static int getIndex(ScreenOrientation orientation) { in getIndex()
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DOccurrenceRenderer.java79 PlotOrientation orientation = plot.getOrientation(); in drawItem() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DExplodedRenderingHelper.java144 String orientation = getAttribute(view, "orientation", null); //$NON-NLS-1$ in computePadding() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
DDropFeedback.java478 String orientation = parent.getStringAttr("orientation"); //$NON-NLS-1$ in isVertical() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationComposite.java1217 ScreenOrientation orientation = ScreenOrientation.PORTRAIT; in getScreenBounds() local