Searched refs:testBottom (Results 1 – 3 of 3) sorted by relevance
81 int testBottom = bestRect.bottom(); in CheckBetween() local82 if (bottom < testBottom) in CheckBetween()83 bottom = testBottom; in CheckBetween()1221 int testBottom = mNodeBounds.bottom(); in setLeftDirection() local1223 testBottom - navBounds.y()); in setLeftDirection()1237 setNavInclusion(navBounds.y() - testY, testBottom - navBounds.bottom()); in setLeftDirection()1245 setWorkingOverlap(testBottom - testY, maxH - testY, testBottom - minH); in setLeftDirection()1246 setWorkingInclusion(minH - testY, testBottom - maxH); in setLeftDirection()1261 int testBottom = mNodeBounds.bottom(); in setRightDirection() local1263 testBottom - navBounds.y()); in setRightDirection()[all …]
156 int testBottom = testBoundsPtr->bottom(); in fixUpCursorRects() local160 int candidateBottom = unitBottom < testBottom ? unitBottom : testBottom; in fixUpCursorRects()166 candidateTop = unitBottom < testTop ? unitBottom : testBottom; in fixUpCursorRects()
1054 int testBottom = mScrolledBounds.bottom(); in innerUp() local1063 if (testBottom > navBottom && navBottom > (scrollTop = mScrolledBounds.y())) in innerUp()