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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 135 protected List<Segment> mHorizontalEdges;
233 mHorizontalEdges = new ArrayList<Segment>();
316 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, WITHOUT_MARGIN));
317 mHorizontalEdges.add(new Segment(b.y - margins.top, b.x, b.x2(), node, id,
320 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, NO_MARGIN));
323 mHorizontalEdges.add(new Segment(b.y2(), b.x, b.x2(), node, id, BOTTOM,
325 mHorizontalEdges.add(new Segment(b.y2() + margins.bottom, b.x, b.x2(), node,
328 mHorizontalEdges.add(new Segment(b.y2(), b.x, b.x2(), node, id,
373 mHorizontalEdges.add(new Segment(b.y + baselineY, b.x, b.x2(), node, id, BASELINE,
    [all...]
MoveHandler.java 193 List<Match> horizontalMatches = findClosest(edge, mHorizontalEdges);
195 addClosest(edge, mHorizontalEdges, horizontalMatches);
215 addClosest(edge, mHorizontalEdges, horizontalMatches);
223 addClosest(edge, mHorizontalEdges, horizontalMatches);
ResizeHandler.java 197 if (hEdge != null && mHorizontalEdges.size() > 0) {
199 mHorizontalSuggestions = findClosest(hEdge, mHorizontalEdges);

Completed in 18 milliseconds