Home | History | Annotate | Download | only in relative

Lines Matching refs:Segment

35 import com.android.ide.common.api.Segment;
47 * different segment types -- the left edge, the right edge, the baseline, the center
105 protected void snapVertical(Segment vEdge, int x, Rect newBounds) {
130 protected void snapHorizontal(Segment hEdge, int y, Rect newBounds) {
192 Segment edge = new Segment(b.y, b.x, b.x2(), null, null, TOP, NO_MARGIN);
194 edge = new Segment(b.y2(), b.x, b.x2(), null, null, BOTTOM, NO_MARGIN);
197 edge = new Segment(b.x, b.y, b.y2(), null, null, LEFT, NO_MARGIN);
199 edge = new Segment(b.x2(), b.y, b.y2(), null, null, RIGHT, NO_MARGIN);
203 edge = new Segment(b.centerX(), b.y, b.y2(), null, null, CENTER_VERTICAL, NO_MARGIN);
205 edge = new Segment(b.centerY(), b.x, b.x2(), null, null, CENTER_HORIZONTAL, NO_MARGIN);
213 edge = new Segment(b.y + baseline, b.x, b.x2(), firstNode, null, BASELINE,
221 edge = new Segment(offsetY + baseline, b.x, b.x2(), null, null, BASELINE,