HomeSort by relevance Sort by last modified time
    Searched refs:horizontalEdge (Results 1 - 10 of 10) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java 55 false /* targetParent */, true /* horizontalEdge */, false /* verticalEdge */,
83 SegmentType targetSegmentTypeY, boolean targetParent, boolean horizontalEdge,
85 assert horizontalEdge || verticalEdge;
93 this.horizontalEdge = horizontalEdge;
120 public final boolean horizontalEdge;
DependencyGraph.java 189 } else if (!vertical && !constraint.type.horizontalEdge) {
231 } else if (!vertical && !constraint.type.horizontalEdge) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 219 Rect previousBounds, Rect newBounds, SegmentType horizontalEdge,
222 horizontalEdge, verticalEdge);
228 if (horizontalEdge != null && newBounds.y != previousBounds.y) {
237 Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) {
239 if (horizontalEdge == SegmentType.BOTTOM && verticalEdge == SegmentType.RIGHT) {
241 horizontalEdge, verticalEdge);
TableRowRule.java 68 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge,
TableLayoutRule.java 183 public DropFeedback onResizeBegin(INode child, INode parent, SegmentType horizontalEdge,
188 if (horizontalEdge == null) { // Widths are edited by vertical edges.
198 return super.onResizeBegin(child, parent, horizontalEdge, null /*verticalEdge*/,
LinearLayoutRule.java     [all...]
GridLayoutRule.java 422 Rect oldBounds, Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) {
425 super.setNewSizeBounds(state, node, layout, oldBounds, newBounds, horizontalEdge,
438 Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) {
445 if (horizontalEdge == null) {
BaseLayoutRule.java 634 SegmentType horizontalEdge, SegmentType verticalEdge,
637 state.horizontalEdgeType = horizontalEdge;
    [all...]
BaseViewRule.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 457 SegmentType horizontalEdge, SegmentType verticalEdge, Object childView,
463 return rule.onResizeBegin(child, parent, horizontalEdge, verticalEdge,
    [all...]

Completed in 199 milliseconds