Home | History | Annotate | Download | only in widget

Lines Matching refs:distanceToBottom

1401             int distanceToBottom = bottom - screenBottom;
1402 scrollYDelta = Math.min(scrollYDelta, distanceToBottom);