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