Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 21 of 21) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion7-expected-applyCompletion23.diff1 Code completion in completion7.xml for android:orientation="^ selecting horizontal:
3 - android:orientation="^
4 + android:orientation="horizontal^
Dcompletion6-expected-applyCompletion22.diff1 Code completion in completion6.xml for android:orientation="^" selecting horizontal:
3 - android:orientation="^"
4 + android:orientation="horizontal"^
Dcompletion5-expected-applyCompletion19.diff1 Code completion in completion5.xml for android:orientation='^' selecting horizontal:
3 - android:orientation='^'
4 + android:orientation='horizontal'^
Dcompletionvalues1-expected-applyCompletion37.diff1 Code completion in completionvalues1.xml for <item name="android:orientation">h^</item> selecting h…
3 - <item name="android:orientation">h^</item>
4 + <item name="android:orientation">horizontal^</item>
Dextractstyle2-expected-extract7.diff2 - foo:layout_width="wrap_content" foo:layout_height="match_parent" foo:orientation="vertical">
13 + foo:orientation="vertical" >
Dcompletionvalues1-expected-completion37.txt1 Code completion in completionvalues1.xml for <item name="android:orientation">h^</item>:
Dsample8-expected-extract7.diff5 - android:orientation="vertical">
27 + android:orientation="vertical" >
Dsample7-expected-extract7.diff2 …id:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical">
20 + android:orientation="vertical" >
Dsample1a-expected-extract7.diff2 …id:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical">
16 + android:orientation="vertical" >
Dmanifest-expected-completion18.txt9 android:screenOrientation : Specify the orientation an activity should be run in. [enum]
Dcompletionvalues1-expected-completion32.txt185 android:orientation : Should the layout be a column or a row? Use "horizontal" for a row, "vertica…
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLinearLayoutRuleTest.java196 String orientation = node.getStringAttr(ANDROID_URI, in testOrientation() local
198 assertEquals(VALUE_VERTICAL, orientation); in testOrientation()
201 orientation = node.getStringAttr(ANDROID_URI, ATTR_ORIENTATION); in testOrientation()
202 assertEquals(VALUE_HORIZONTAL, orientation); in testOrientation()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DOrientationMenuAction.java170 ScreenOrientation orientation = configuration.getOrientation(state); in DeviceConfigAction() local
171 setImageDescriptor(configuration.getOrientationImage(orientation, flip)); in DeviceConfigAction()
DConfigurationChooser.java972 Image getOrientationIcon(ScreenOrientation orientation, boolean flip) { in getOrientationIcon() argument
974 switch (orientation) { in getOrientationIcon()
985 ImageDescriptor getOrientationImage(ScreenOrientation orientation, boolean flip) { in getOrientationImage() argument
987 switch (orientation) { in getOrientationImage()
1001 ScreenOrientation orientation = null; in getOrientation() local
1003 orientation = config.getScreenOrientationQualifier().getValue(); in getOrientation()
1006 if (orientation == null) { in getOrientation()
1007 orientation = ScreenOrientation.PORTRAIT; in getOrientation()
1010 return orientation; in getOrientation()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGridLayoutRule.java275 String orientation = node.getStringAttr(getNamespace(node), ATTR_ORIENTATION); in getCurrentOrientation() local
276 if (orientation == null || orientation.length() == 0) { in getCurrentOrientation()
277 orientation = VALUE_HORIZONTAL; in getCurrentOrientation()
279 return orientation; in getCurrentOrientation()
DLinearLayoutRule.java99 String orientation = node.getStringAttr(ANDROID_URI, ATTR_ORIENTATION); in getCurrentOrientation() local
100 if (orientation == null || orientation.length() == 0) { in getCurrentOrientation()
101 orientation = VALUE_HORIZONTAL; in getCurrentOrientation()
103 return orientation; in getCurrentOrientation()
/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
147 boolean horizontal = orientation == null || in computePadding()
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
DMyActivity.java64 String separator = config.orientation == Configuration.ORIENTATION_PORTRAIT ? "\n" : ""; in onCreate()
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
Dandroid-support-v7-gridlayout.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreview.java1131 ScreenOrientation orientation = qualifier == null in updateSize() local
1140 if (orientation == ScreenOrientation.LANDSCAPE) { in updateSize()
1148 if (orientation == ScreenOrientation.LANDSCAPE) { in updateSize()
/sdk/eclipse/
Dchanges.txt92 theme chooser, a single button to flip orientation, better
317 opened files as well as on device size and orientation changes to
351 preserve the orientation on snapshot refresh