Searched refs:Match (Results 1 – 6 of 6) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | GuidelineHandler.java | 167 protected List<Match> mHorizontalSuggestions; 175 protected List<Match> mVerticalSuggestions; 181 protected Match mCurrentLeftMatch; 187 protected Match mCurrentTopMatch; 193 protected Match mCurrentRightMatch; 199 protected Match mCurrentBottomMatch; 257 protected Match pickBestMatch(List<Match> matches) { in pickBestMatch() 262 Match match = matches.get(0); in pickBestMatch() 271 private boolean checkCycle(DropFeedback feedback, Match match, boolean vertical) { in checkCycle() 441 protected List<Match> findClosest(Segment draggedEdge, List<Segment> edges) { in findClosest() [all …]
|
D | Match.java | 27 class Match { class 55 public Match(GuidelineHandler handler, Segment edge, Segment with, in Match() method in Match
|
D | MoveHandler.java | 211 List<Match> horizontalMatches = findClosest(edge, mHorizontalEdges); in updateMove() 216 List<Match> verticalMatches = findClosest(edge, mVerticalEdges); in updateMove() 249 Match match = pickBestMatch(mHorizontalSuggestions); in updateMove()
|
D | ResizeHandler.java | 218 Match match = pickBestMatch(mHorizontalSuggestions); in updateResize() 242 Match match = pickBestMatch(mVerticalSuggestions); in updateResize()
|
D | GuidelinePainter.java | 144 private void showMatch(IGraphics gc, Match m, GuidelineHandler state, List<String> strings, in showMatch()
|
D | ConstraintPainter.java | 68 static void paintConstraint(IGraphics graphics, Rect sourceBounds, Match match) { in paintConstraint()
|