Home
last modified time | relevance | path

Searched refs:horizontalEdge (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintType.java85 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
DDependencyGraph.java191 } 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/
DAbsoluteLayoutRule.java225 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()
DTableLayoutRule.java200 @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()
DLinearLayoutRule.java871 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 …]
DGridLayoutRule.java462 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()
DTableRowRule.java74 @Nullable SegmentType horizontalEdge, @Nullable SegmentType verticalEdge, in onResizeBegin() argument
DBaseLayoutRule.java620 @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/
DRulesEngine.java444 SegmentType horizontalEdge, SegmentType verticalEdge, Object childView, in callOnResizeBegin() argument
450 return rule.onResizeBegin(child, parent, horizontalEdge, verticalEdge, in callOnResizeBegin()