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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ResizeState.java 66 public boolean wrapHeight;
123 if (wrapHeight) {
BaseLayoutRule.java 681 int wrapHeight = resizeState.wrapBounds.h;
691 y = b.y + b.h - wrapHeight;
694 y = b.y + wrapHeight;
726 gc.drawLine(x, b.y + b.h - wrapHeight, x, b.y + b.h);
729 gc.drawLine(x, b.y, x, b.y + wrapHeight);
759 state.wrapWidth = state.wrapHeight = false;
765 state.wrapHeight = true;
786 if (state.horizontalEdgeType == SegmentType.BOTTOM && !state.wrapHeight) {
    [all...]
GridLayoutRule.java 465 if (state.fillWidth || state.fillHeight || state.wrapWidth || state.wrapHeight) {
482 state.wrapHeight = true;
485 } else if (horizontalEdge != null && state.wrapHeight) {
LinearLayoutRule.java     [all...]

Completed in 651 milliseconds