/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: 4 > android:orientation='horizontal'^
|
D | completion7-expected-applyCompletion23.diff | 1 Code completion in completion7.xml for android:orientation="^ selecting horizontal: 4 > android:orientation="horizontal^
|
D | completion6-expected-applyCompletion22.diff | 1 Code completion in completion6.xml for android:orientation="^" selecting horizontal: 4 > android:orientation="horizontal"^
|
D | completionvalues1-expected-applyCompletion37.diff | 1 …etion in completionvalues1.xml for <item name="android:orientation">h^</item> selecting horizontal: 4 > <item name="android:orientation">horizontal^</item>
|
D | completionvalues1-expected-completion37.txt | 2 horizontal
|
D | completionvalues1-expected-completion23.txt | 2 android:textScaleX : Sets the horizontal scaling factor for the text. [float]
|
D | completion5-expected-completion40.txt | 11 android:textScaleX : Sets the horizontal scaling factor for the text. [float] 80 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension] 100 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars.… 101 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference] 103 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference] 105 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should …
|
D | completion1-expected-completion39.txt | 11 android:textScaleX : Sets the horizontal scaling factor for the text. [float] 80 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension] 100 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars.… 101 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference] 103 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference] 105 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should …
|
D | completionvalues1-expected-completion32.txt | 123 android:horizontalSpacing : Defines the default horizontal spacing between columns. [dimension] 183 android:orientation : Should the layout be a column or a row? Use "horizontal" for a row, "vertica… 219 android:scrollX : The initial horizontal scroll offset, in pixels. [dimension] 221 android:scrollbarAlwaysDrawHorizontalTrack : Defines whether the horizontal scrollbar track should … 225 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars.… 227 android:scrollbarThumbHorizontal : Defines the horizontal scrollbar thumb drawable. [reference] 229 android:scrollbarTrackHorizontal : Defines the horizontal scrollbar track drawable. [reference] 285 android:textScaleX : Sets the horizontal scaling factor for the text. [float]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | GravityHelper.java | 175 int horizontal = gravity & GRAVITY_HORIZ_MASK; in getGravity() local 178 if ((horizontal & GRAVITY_LEFT) != 0) { in getGravity() 180 } else if ((horizontal & GRAVITY_RIGHT) != 0) { in getGravity() 182 } else if ((horizontal & GRAVITY_CENTER_HORIZ) != 0) { in getGravity() 184 } else if ((horizontal & GRAVITY_FILL_HORIZ) != 0) { in getGravity()
|
D | GridLayoutRule.java | 384 String horizontal = GRAVITY_VALUE_LEFT; in computeDefaultGravity() local 387 horizontal = GRAVITY_VALUE_FILL_HORIZONTAL; in computeDefaultGravity() 393 if (horizontal == GRAVITY_VALUE_FILL_HORIZONTAL in computeDefaultGravity() 397 gravity = horizontal + '|' + vertical; in computeDefaultGravity() 399 gravity = horizontal; in computeDefaultGravity()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | ExplodedRenderingHelper.java | 147 boolean horizontal = orientation == null || in computePadding() 149 combineLinearLayout(childrenPadding.values(), padding, horizontal); in computePadding() local 185 boolean horizontal) { in combineLinearLayout() argument 191 int sumIndex = horizontal ? 0 : 1; in combineLinearLayout() 193 int maxIndex = horizontal ? 1 : 0; in combineLinearLayout()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | ExplodeRenderingHelperTest.java | 242 private MockXmlNode createLinearLayout(boolean horizontal, MockXmlNode[] children) { in createLinearLayout() argument 246 horizontal ? "horizontal" : "vertical"); in createLinearLayout()
|
/sdk/rule_api/src/com/android/ide/common/api/ |
D | ResizePolicy.java | 138 public static ResizePolicy horizontal() { in horizontal() method in ResizePolicy
|
/sdk/templates/activities/MasterDetailFlow/root/res/layout/ |
D | activity_content_twopane.xml.ftl | 8 android:orientation="horizontal"
|
/sdk/templates/activities/FullscreenActivity/root/res/layout/ |
D | activity_fullscreen.xml.ftl | 33 android:orientation="horizontal"
|
/sdk/draw9patch/src/com/android/draw9patch/ui/ |
D | ImageEditorPanel.java | 392 private StretchView horizontal; field in ImageEditorPanel.StretchesViewer 408 horizontal = new StretchView(); in StretchesViewer() 416 add(horizontal, new GridBagConstraints(0, 1, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER, in StretchesViewer() 437 horizontal.scaledWidth = scaledWidth; in setScale() 472 horizontal.remainderHorizontal = horizontal.scaledWidth - remainderHorizontal; in computePatches() 476 horizontal.remainderVertical = horizontal.scaledHeight - remainderVertical; in computePatches()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridModel.java | 858 Object horizontal = horizontalAxis.get(view); in getAxisBounds() local 860 Field locations = horizontal.getClass().getDeclaredField("locations"); //$NON-NLS-1$ in getAxisBounds() 863 Object horizontalLocations = locations.get(horizontal); in getAxisBounds()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | ViewMetadataRepository.java | 664 return ResizePolicy.horizontal(); in getResizePolicy()
|
/sdk/eclipse/ |
D | changes.txt | 309 offered both in horizontal and vertical configurations.
|