Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DResizeState.java63 public boolean wrapWidth; field in ResizeState
108 if (wrapWidth) { in getWidthAttribute()
DBaseLayoutRule.java680 int wrapWidth = resizeState.wrapBounds.w;
701 gc.drawLine(b.x + b.w - wrapWidth, y, b.x + b.w, y);
704 gc.drawLine(b.x, y, b.x + wrapWidth, y);
716 x = b.x + b.w - wrapWidth;
719 x = b.x + wrapWidth;
759 state.wrapWidth = state.wrapHeight = false;
774 state.wrapWidth = true;
798 if (state.verticalEdgeType == SegmentType.RIGHT && !state.wrapWidth) {
870 && (newBounds.w != oldBounds.w || resizeState.wrapWidth || resizeState.fillWidth)) {
DGridLayoutRule.java465 if (state.fillWidth || state.fillHeight || state.wrapWidth || state.wrapHeight) { in setNewSizeBounds()
473 state.wrapWidth = true; in setNewSizeBounds()
476 } else if (verticalEdge != null && state.wrapWidth) { in setNewSizeBounds()
DLinearLayoutRule.java892 if (resizeState.wrapWidth || resizeState.fillWidth) {
957 resizeState.wrapWidth = true;
997 if (newBounds.w != oldBounds.w || resizeState.wrapWidth || resizeState.fillWidth) {