Home | History | Annotate | Download | only in layout

Lines Matching refs:parentBounds

787             Rect parentBounds = parent.getBounds();
788 parentBounds.y2(), newBounds.x,
791 if (Math.abs(newBounds.y2() - parentBounds.y2()) < getMaxMatchDistance()) {
793 newBounds.h = parentBounds.y2() - newBounds.y;
799 Rect parentBounds = parent.getBounds();
800 state.verticalFillSegment = new Segment(parentBounds.x2(), newBounds.y,
803 if (Math.abs(newBounds.x2() - parentBounds.x2()) < getMaxMatchDistance()) {
805 newBounds.w = parentBounds.x2() - newBounds.x;