Home | History | Annotate | Download | only in view

Lines Matching defs:maxY

1287                 final int maxY = Math.max(0, bottom - height);
1289 dy = Math.max(0, Math.min(scrollY + dy, maxY)) - scrollY;