/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | ConstraintType.java | 85 SegmentType targetSegmentTypeY, boolean targetParent, boolean horizontalEdge, in ConstraintType() argument 87 assert horizontalEdge || verticalEdge; in ConstraintType() 95 this.horizontalEdge = horizontalEdge; in ConstraintType() 122 public final boolean horizontalEdge; field in ConstraintType
|
D | DependencyGraph.java | 191 } else if (!vertical && !constraint.type.horizontalEdge) { in findBackwards() 233 } else if (!vertical && !constraint.type.horizontalEdge) { in findForwards()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | AbsoluteLayoutRule.java | 225 Rect previousBounds, Rect newBounds, SegmentType horizontalEdge, in setNewSizeBounds() argument 228 horizontalEdge, verticalEdge); in setNewSizeBounds() 234 if (horizontalEdge != null && newBounds.y != previousBounds.y) { in setNewSizeBounds() 243 Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) { in getResizeUpdateMessage() argument 245 if (horizontalEdge == SegmentType.BOTTOM && verticalEdge == SegmentType.RIGHT) { in getResizeUpdateMessage() 247 horizontalEdge, verticalEdge); in getResizeUpdateMessage()
|
D | TableLayoutRule.java | 200 @Nullable SegmentType horizontalEdge, @Nullable SegmentType verticalEdge, in onResizeBegin() argument 205 if (horizontalEdge == null) { // Widths are edited by vertical edges. in onResizeBegin() 215 return super.onResizeBegin(child, parent, horizontalEdge, null /*verticalEdge*/, in onResizeBegin()
|
D | LinearLayoutRule.java | 871 Rect oldBounds, Rect newBounds, SegmentType horizontalEdge, 901 if (isVertical && horizontalEdge != null) { 923 if (horizontalEdge != null && newBounds.h < nodePreferredSize.h || 978 Rect oldBounds, Rect newBounds, SegmentType horizontalEdge, 982 horizontalEdge, verticalEdge); 989 if (!isVertical && horizontalEdge != null) { 1005 horizontalEdge, verticalEdge); 1011 Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) { 1014 horizontalEdge, verticalEdge); 1030 if (horizontalEdge == null) { [all …]
|
D | GridLayoutRule.java | 462 Rect oldBounds, Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) { in setNewSizeBounds() argument 480 if (view.row > 0 && horizontalEdge != null && state.fillHeight) { in setNewSizeBounds() 485 } else if (horizontalEdge != null && state.wrapHeight) { in setNewSizeBounds() 494 super.setNewSizeBounds(state, node, layout, oldBounds, newBounds, horizontalEdge, in setNewSizeBounds() 512 if (horizontalEdge != null && rowSpan > 1) { in setNewSizeBounds() 524 Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) { in getResizeUpdateMessage() argument 531 if (horizontalEdge == null) { in getResizeUpdateMessage()
|
D | TableRowRule.java | 74 @Nullable SegmentType horizontalEdge, @Nullable SegmentType verticalEdge, in onResizeBegin() argument
|
D | BaseLayoutRule.java | 620 @Nullable SegmentType horizontalEdge, @Nullable SegmentType verticalEdge, in onResizeBegin() argument 623 state.horizontalEdgeType = horizontalEdge; in onResizeBegin() 841 Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) { 845 if (horizontalEdge == null) { 868 Rect oldBounds, Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) { 873 if (horizontalEdge != null
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | RulesEngine.java | 444 SegmentType horizontalEdge, SegmentType verticalEdge, Object childView, in callOnResizeBegin() argument 450 return rule.onResizeBegin(child, parent, horizontalEdge, verticalEdge, in callOnResizeBegin()
|