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 57 false /* targetParent */, true /* horizontalEdge */, false /* verticalEdge */,
85 SegmentType targetSegmentTypeY, boolean targetParent, boolean horizontalEdge,
87 assert horizontalEdge || verticalEdge;
95 this.horizontalEdge = horizontalEdge;
122 public final boolean horizontalEdge;
DependencyGraph.java 191 } else if (!vertical && !constraint.type.horizontalEdge) {
233 } else if (!vertical && !constraint.type.horizontalEdge) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 225 Rect previousBounds, Rect newBounds, SegmentType horizontalEdge,
228 horizontalEdge, verticalEdge);
234 if (horizontalEdge != null && newBounds.y != previousBounds.y) {
243 Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) {
245 if (horizontalEdge == SegmentType.BOTTOM && verticalEdge == SegmentType.RIGHT) {
247 horizontalEdge, verticalEdge);
TableRowRule.java 74 @Nullable SegmentType horizontalEdge, @Nullable SegmentType verticalEdge,
TableLayoutRule.java 200 @Nullable SegmentType horizontalEdge, @Nullable SegmentType verticalEdge,
205 if (horizontalEdge == null) { // Widths are edited by vertical edges.
215 return super.onResizeBegin(child, parent, horizontalEdge, null /*verticalEdge*/,
LinearLayoutRule.java     [all...]
GridLayoutRule.java 462 Rect oldBounds, Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) {
480 if (view.row > 0 && horizontalEdge != null && state.fillHeight) {
485 } else if (horizontalEdge != null && state.wrapHeight) {
494 super.setNewSizeBounds(state, node, layout, oldBounds, newBounds, horizontalEdge,
512 if (horizontalEdge != null && rowSpan > 1) {
524 Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) {
531 if (horizontalEdge == null) {
BaseLayoutRule.java 620 @Nullable SegmentType horizontalEdge, @Nullable SegmentType verticalEdge,
623 state.horizontalEdgeType = horizontalEdge;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 444 SegmentType horizontalEdge, SegmentType verticalEdge, Object childView,
450 return rule.onResizeBegin(child, parent, horizontalEdge, verticalEdge,
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 

Completed in 314 milliseconds