Searched refs:oldBounds (Results 1 – 3 of 3) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | LinearLayoutRule.java | 871 Rect oldBounds, Rect newBounds, SegmentType horizontalEdge, 884 if (oldBounds.equals(newBounds)) { 896 if (newBounds.w == oldBounds.w) { 906 if (newBounds.h == oldBounds.h) { 978 Rect oldBounds, Rect newBounds, SegmentType horizontalEdge, 981 updateResizeState(resizeState, node, layout, oldBounds, newBounds, 990 if (newBounds.h != oldBounds.h || resizeState.wrapHeight 997 if (newBounds.w != oldBounds.w || resizeState.wrapWidth || resizeState.fillWidth) { 1004 super.setNewSizeBounds(resizeState, node, layout, oldBounds, newBounds,
|
D | BaseLayoutRule.java | 816 final Rect oldBounds = child.getBounds(); 817 if (oldBounds.w != newBounds.w || oldBounds.h != newBounds.h) { 822 setNewSizeBounds(state, n, parent, oldBounds, newBounds, 868 Rect oldBounds, Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) { 870 && (newBounds.w != oldBounds.w || resizeState.wrapWidth || resizeState.fillWidth)) { 874 && (newBounds.h != oldBounds.h || resizeState.wrapHeight || resizeState.fillHeight)) {
|
D | GridLayoutRule.java | 462 Rect oldBounds, Rect newBounds, SegmentType horizontalEdge, SegmentType verticalEdge) { in setNewSizeBounds() argument 494 super.setNewSizeBounds(state, node, layout, oldBounds, newBounds, horizontalEdge, in setNewSizeBounds()
|