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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
ResizeState.java 48 public Rect wrapBounds;
BaseLayoutRule.java 647 state.wrapBounds = sizes.get(child);
678 if (resizeState.wrapBounds != null) {
680 int wrapWidth = resizeState.wrapBounds.w;
681 int wrapHeight = resizeState.wrapBounds.h;
760 if (state.wrapBounds != null) {
761 Rect b = state.wrapBounds;
    [all...]
LinearLayoutRule.java     [all...]

Completed in 42 milliseconds