Home | History | Annotate | Download | only in widget

Lines Matching defs:maxY

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