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

  /external/webkit/WebKit/android/nav/
CachedNode.cpp 155 int testTop = testBoundsPtr->y();
159 int candidateTop = unitTop > testTop ? unitTop : testTop;
166 candidateTop = unitBottom < testTop ? unitBottom : testBottom;
167 candidateBottom = unitBottom > testTop ? unitTop : testTop;
CachedFrame.cpp 77 int testTop = bestRect.y();
78 if (top > testTop)
79 top = testTop;
    [all...]
CachedRoot.cpp 904 int testTop = mScrolledBounds.y()
    [all...]
  /frameworks/base/test-runner/src/android/test/
ViewAsserts.java 309 int testTop = xy[1];
312 int delta = testTop - referenceTop;

Completed in 49 milliseconds