Home
last modified time | relevance | path

Searched refs:fillWidth (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DResizeState.java69 public boolean fillWidth; field in ResizeState
110 } else if (fillWidth) { in getWidthAttribute()
DBaseLayoutRule.java797 state.fillWidth = false;
804 state.fillWidth = true;
870 && (newBounds.w != oldBounds.w || resizeState.wrapWidth || resizeState.fillWidth)) {
DLinearLayoutRule.java889 if (resizeState.wrapWidth || resizeState.fillWidth) {
994 if (newBounds.w != oldBounds.w || resizeState.wrapWidth || resizeState.fillWidth) {