Home
last modified time | relevance | path

Searched refs:wrapHeight (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DResizeState.java66 public boolean wrapHeight; field in ResizeState
123 if (wrapHeight) { in getHeightAttribute()
DBaseLayoutRule.java681 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) {
874 && (newBounds.h != oldBounds.h || resizeState.wrapHeight || resizeState.fillHeight)) {
DGridLayoutRule.java465 if (state.fillWidth || state.fillHeight || state.wrapWidth || state.wrapHeight) { in setNewSizeBounds()
482 state.wrapHeight = true; in setNewSizeBounds()
485 } else if (horizontalEdge != null && state.wrapHeight) { in setNewSizeBounds()
DLinearLayoutRule.java902 if (resizeState.wrapHeight || resizeState.fillHeight) {
949 resizeState.wrapHeight = true;
990 if (newBounds.h != oldBounds.h || resizeState.wrapHeight