/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | DependencyGraph.java | 160 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 …]
|
D | GuidelineHandler.java | 271 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/ |
D | GravityHelper.java | 189 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()
|
D | GridLayoutRule.java | 391 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()
|
D | LinearLayoutRule.java | 575 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/ |
D | extractstyle2-expected-extract7.diff | 2 - foo:layout_width="wrap_content" foo:layout_height="match_parent" foo:orientation="vertical"> 13 + foo:orientation="vertical" >
|
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 | completion12-expected-completion75.txt | 7 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 …
|
D | completion1-expected-completion39.txt | 82 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 …
|
D | completion5-expected-completion40.txt | 82 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 …
|
D | completionvalues1-expected-completion32.txt | 59 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/ |
D | cssreset-min.css | 7 …{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-ali…
|
D | default.css | 207 vertical-align: top;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/ |
D | NinePatchedImage.java | 420 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/ |
D | LinearLayoutRuleTest.java | 104 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/ |
D | GridModel.java | 98 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/ |
D | ViewMetadataRepository.java | 670 return ResizePolicy.vertical(); in getResizePolicy()
|
/sdk/eclipse/ |
D | changes.txt | 309 offered both in horizontal and vertical configurations. 409 automatically filling a TextView in a vertical LinearLayout,
|