Home
last modified time | relevance | path

Searched refs:horizontal (Results 1 – 20 of 20) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion5-expected-applyCompletion19.diff1 Code completion in completion5.xml for android:orientation='^' selecting horizontal:
4 > android:orientation='horizontal'^
Dcompletion7-expected-applyCompletion23.diff1 Code completion in completion7.xml for android:orientation="^ selecting horizontal:
4 > android:orientation="horizontal^
Dcompletion6-expected-applyCompletion22.diff1 Code completion in completion6.xml for android:orientation="^" selecting horizontal:
4 > android:orientation="horizontal"^
Dcompletionvalues1-expected-applyCompletion37.diff1 …etion in completionvalues1.xml for <item name="android:orientation">h^</item> selecting horizontal:
4 > <item name="android:orientation">horizontal^</item>
Dcompletionvalues1-expected-completion37.txt2 horizontal
Dcompletionvalues1-expected-completion23.txt2 android:textScaleX : Sets the horizontal scaling factor for the text. [float]
Dcompletion5-expected-completion40.txt11 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 …
Dcompletion1-expected-completion39.txt11 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 …
Dcompletionvalues1-expected-completion32.txt123 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/
DGravityHelper.java175 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()
DGridLayoutRule.java384 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/
DExplodedRenderingHelper.java147 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/
DExplodeRenderingHelperTest.java242 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/
DResizePolicy.java138 public static ResizePolicy horizontal() { in horizontal() method in ResizePolicy
/sdk/templates/activities/MasterDetailFlow/root/res/layout/
Dactivity_content_twopane.xml.ftl8 android:orientation="horizontal"
/sdk/templates/activities/FullscreenActivity/root/res/layout/
Dactivity_fullscreen.xml.ftl33 android:orientation="horizontal"
/sdk/draw9patch/src/com/android/draw9patch/ui/
DImageEditorPanel.java392 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/
DGridModel.java858 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/
DViewMetadataRepository.java664 return ResizePolicy.horizontal(); in getResizePolicy()
/sdk/eclipse/
Dchanges.txt309 offered both in horizontal and vertical configurations.