Home
last modified time | relevance | path

Searched refs:mHorizontalEdges (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DGuidelineHandler.java137 protected List<Segment> mHorizontalEdges; field in GuidelineHandler
235 mHorizontalEdges = new ArrayList<Segment>(); in GuidelineHandler()
323 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, WITHOUT_MARGIN)); in addBounds()
324 mHorizontalEdges.add(new Segment(b.y - margins.top, b.x, b.x2(), node, id, in addBounds()
327 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, NO_MARGIN)); in addBounds()
330 mHorizontalEdges.add(new Segment(b.y2(), b.x, b.x2(), node, id, BOTTOM, in addBounds()
332 mHorizontalEdges.add(new Segment(b.y2() + margins.bottom, b.x, b.x2(), node, in addBounds()
335 mHorizontalEdges.add(new Segment(b.y2(), b.x, b.x2(), node, id, in addBounds()
380 mHorizontalEdges.add(new Segment(b.y + baselineY, b.x, b.x2(), node, id, BASELINE, in addBaseLine()
DMoveHandler.java211 List<Match> horizontalMatches = findClosest(edge, mHorizontalEdges); in updateMove()
213 addClosest(edge, mHorizontalEdges, horizontalMatches); in updateMove()
233 addClosest(edge, mHorizontalEdges, horizontalMatches); in updateMove()
241 addClosest(edge, mHorizontalEdges, horizontalMatches); in updateMove()
DResizeHandler.java214 if (hEdge != null && mHorizontalEdges.size() > 0) { in updateResize()
216 mHorizontalSuggestions = findClosest(hEdge, mHorizontalEdges); in updateResize()