Lines Matching refs:maxY
73 top = direction == UP ? bestRect.maxY() : prior.maxY(); in CheckBetween()
97 int bottom = prior.maxY(); in CheckBetween()
98 int testBottom = bestRect.maxY(); in CheckBetween()
525 test->index(), rect.x(), rect.y(), rect.maxX(), rect.maxY(), in findBestHitAt()
526 testRect.x(), testRect.y(), testRect.maxX(), testRect.maxY()); in findBestHitAt()
531 cursorRect.maxY()); in findBestHitAt()
613 distance = clip->maxY() - testBounds.y(); in findClosest()
616 distance = testBounds.maxY() - clip->y(); in findClosest()
1247 mMajorButt = mNodeBounds.y() - navBounds.maxY(); in setDownDirection()
1264 int inNavBottom = navBounds.maxY() - mNodeBounds.maxY(); in setDownDirection()
1289 int testBottom = mNodeBounds.maxY(); in setLeftDirection()
1290 setNavOverlap(navBounds.height(), navBounds.maxY() - testY, in setLeftDirection()
1305 setNavInclusion(navBounds.y() - testY, testBottom - navBounds.maxY()); in setLeftDirection()
1329 int testBottom = mNodeBounds.maxY(); in setRightDirection()
1330 setNavOverlap(navBounds.height(), navBounds.maxY() - testY, in setRightDirection()
1345 setNavInclusion(testBottom - navBounds.maxY(), navBounds.y() - testY); in setRightDirection()
1367 mMajorButt = navBounds.y() - mNodeBounds.maxY(); in setUpDirection()
1376 int inNavBottom = navBounds.maxY() - mNodeBounds.maxY(); in setUpDirection()