Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DDependencyGraph.java160 public Set<INode> dependsOn(Collection<? extends INode> nodes, boolean vertical) { in dependsOn() argument
169 findBackwards(view, visiting, reachable, vertical, view); in dependsOn()
184 boolean vertical, ViewData start) { in findBackwards() argument
189 if (vertical && !constraint.type.verticalEdge) { in findBackwards()
191 } else if (!vertical && !constraint.type.horizontalEdge) { in findBackwards()
199 List<Constraint> path = getPathTo(start.node, view.node, vertical); in findBackwards()
206 findBackwards(from, visiting, reachable, vertical, start); in findBackwards()
213 public List<Constraint> getPathTo(INode from, INode to, boolean vertical) { in getPathTo() argument
220 return findForwards(view, visiting, path, vertical, to); in getPathTo()
227 List<Constraint> path, boolean vertical, INode target) { in findForwards() argument
[all …]
DGuidelineHandler.java271 private boolean checkCycle(DropFeedback feedback, Match match, boolean vertical) { in checkCycle() argument
277 List<Constraint> path = mDependencyGraph.getPathTo(from, to, vertical); in checkCycle()
279 if (vertical) { in checkCycle()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DGravityHelper.java189 int vertical = gravity & GRAVITY_VERT_MASK; in getGravity() local
217 if (sb.length() > 0 && vertical != 0) { in getGravity()
221 if ((vertical & GRAVITY_TOP) != 0) { in getGravity()
223 } else if ((vertical & GRAVITY_BOTTOM) != 0) { in getGravity()
225 } else if ((vertical & GRAVITY_CENTER_VERT) != 0) { in getGravity()
227 } else if ((vertical & GRAVITY_FILL_VERT) != 0) { in getGravity()
DGridLayoutRule.java391 String vertical = null; in computeDefaultGravity() local
396 vertical = GRAVITY_VALUE_FILL_VERTICAL; in computeDefaultGravity()
400 && vertical == GRAVITY_VALUE_FILL_VERTICAL) { in computeDefaultGravity()
402 } else if (vertical != null) { in computeDefaultGravity()
403 gravity = horizontal + '|' + vertical; in computeDefaultGravity()
DLinearLayoutRule.java575 boolean vertical = isVertical(parent);
578 if (fill.fillHorizontally(vertical)) {
580 } else if (!vertical && fill == FillPreference.WIDTH_IN_VERTICAL) {
589 if (fill.fillVertically(vertical)) {
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dextractstyle2-expected-extract7.diff2 - foo:layout_width="wrap_content" foo:layout_height="match_parent" foo:orientation="vertical">
13 + foo:orientation="vertical" >
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" >
Dcompletion12-expected-completion75.txt7 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
26 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars.…
28 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
30 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
32 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should alwa…
65 android:verticalScrollbarPosition : Determines which side the vertical scroll bar should be placed …
Dcompletion1-expected-completion39.txt82 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
101 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars.…
103 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
105 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
107 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should alwa…
140 android:verticalScrollbarPosition : Determines which side the vertical scroll bar should be placed …
Dcompletion5-expected-completion40.txt82 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
101 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars.…
103 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
105 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
107 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should alwa…
140 android:verticalScrollbarPosition : Determines which side the vertical scroll bar should be placed …
Dcompletionvalues1-expected-completion32.txt59 android:divider : Drawable to use as a vertical divider between buttons.
185 …: Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column. […
222 android:scrollY : The initial vertical scroll offset, in pixels. [dimension]
224 android:scrollbarAlwaysDrawVerticalTrack : Defines whether the vertical scrollbar track should alwa…
227 android:scrollbarSize : Sets the width of vertical scrollbars and height of horizontal scrollbars.…
230 android:scrollbarThumbVertical : Defines the vertical scrollbar thumb drawable. [reference]
232 android:scrollbarTrackVertical : Defines the vertical scrollbar track drawable. [reference]
237 android:selectedDateVerticalBar : Drawable for the vertical bar shown at the beginning and at the …
310 android:verticalScrollbarPosition : Determines which side the vertical scroll bar should be placed …
311 android:verticalSpacing : Defines the default vertical spacing between rows. [dimension]
/sdk/templates/docs/
Dcssreset-min.css7 …{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-ali…
Ddefault.css207 vertical-align: top;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java420 Tick vertical = getContentArea(mVerticalContents); in getContentArea() local
432 if (vertical != null) { in getContentArea()
433 rect.y = vertical.start; in getContentArea()
434 rect.height = vertical.getLength(); in getContentArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLinearLayoutRuleTest.java104 protected INode dragInto(boolean vertical, Rect dragBounds, Point dragPoint, in dragInto() argument
110 vertical ? VALUE_VERTICAL : VALUE_HORIZONTAL) in dragInto()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java98 public boolean vertical; field in GridModel
240 if (vertical) { in getInsertIndex()
407 vertical = VALUE_VERTICAL.equals(getGridAttribute(layout, ATTR_ORIENTATION)); in loadFromXml()
491 if (!vertical) { in assignRowsAndColumnsFromXml()
883 Object vertical = verticalAxis.get(view); in getAxisBounds() local
888 Object verticalLocations = locations.get(vertical); in getAxisBounds()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DViewMetadataRepository.java670 return ResizePolicy.vertical(); in getResizePolicy()
/sdk/eclipse/
Dchanges.txt309 offered both in horizontal and vertical configurations.
409 automatically filling a TextView in a vertical LinearLayout,