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

  /external/webkit/Source/WebKit/android/nav/
SelectText.h 73 SkIRect findClosest(FirstCheck& , const SkPicture& , int* base);
CachedRoot.h 50 bool findClosest);
CachedRoot.cpp     [all...]
CachedFrame.h 215 void findClosest(BestData* , Direction original, Direction test,
SelectText.cpp     [all...]
CachedFrame.cpp 125 findClosest(&test, direction, check, &clip);
550 void CachedFrame::findClosest(BestData* bestData, Direction originalDirection,
560 child->findClosest(bestData, originalDirection, direction, clip);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 199 mHorizontalSuggestions = findClosest(hEdge, mHorizontalEdges);
223 mVerticalSuggestions = findClosest(vEdge, mVerticalEdges);
MoveHandler.java 193 List<Match> horizontalMatches = findClosest(edge, mHorizontalEdges);
198 List<Match> verticalMatches = findClosest(edge, mVerticalEdges);
GuidelineHandler.java 434 protected List<Match> findClosest(Segment draggedEdge, List<Segment> edges) {
    [all...]

Completed in 54 milliseconds