/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion5-expected-applyCompletion19.diff | 1 Code completion in completion5.xml for android:orientation='^' selecting horizontal: 3 - android:orientation='^' 4 + android:orientation='horizontal'^
|
D | completion6-expected-applyCompletion22.diff | 1 Code completion in completion6.xml for android:orientation="^" selecting horizontal: 3 - android:orientation="^" 4 + android:orientation="horizontal"^
|
D | completion7-expected-applyCompletion23.diff | 1 Code completion in completion7.xml for android:orientation="^ selecting horizontal: 3 - android:orientation="^ 4 + android:orientation="horizontal^
|
D | completionvalues1-expected-applyCompletion37.diff | 1 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>
|
D | extractstyle2-expected-extract7.diff | 2 - foo:layout_width="wrap_content" foo:layout_height="match_parent" foo:orientation="vertical"> 13 + foo:orientation="vertical" >
|
D | completionvalues1-expected-completion37.txt | 1 Code completion in completionvalues1.xml for <item name="android:orientation">h^</item>:
|
D | sample8-expected-extract7.diff | 5 - android:orientation="vertical"> 27 + android:orientation="vertical" >
|
D | sample7-expected-extract7.diff | 2 …id:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> 20 + android:orientation="vertical" >
|
D | sample1a-expected-extract7.diff | 2 …id:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> 16 + android:orientation="vertical" >
|
D | manifest-expected-completion18.txt | 9 android:screenOrientation : Specify the orientation an activity should be run in. [enum]
|
D | completionvalues1-expected-completion32.txt | 185 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/ |
D | LinearLayoutRuleTest.java | 196 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/ |
D | OrientationMenuAction.java | 170 ScreenOrientation orientation = configuration.getOrientation(state); in DeviceConfigAction() local 171 setImageDescriptor(configuration.getOrientationImage(orientation, flip)); in DeviceConfigAction()
|
D | ConfigurationChooser.java | 972 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/ |
D | GridLayoutRule.java | 275 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()
|
D | LinearLayoutRule.java | 99 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/ |
D | ExplodedRenderingHelper.java | 144 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/ |
D | MyActivity.java | 64 String separator = config.orientation == Configuration.ORIENTATION_PORTRAIT ? "\n" : ""; in onCreate()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | RenderPreview.java | 1131 ScreenOrientation orientation = qualifier == null in updateSize() local 1140 if (orientation == ScreenOrientation.LANDSCAPE) { in updateSize() 1148 if (orientation == ScreenOrientation.LANDSCAPE) { in updateSize()
|
/sdk/eclipse/ |
D | changes.txt | 92 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
|