Home | History | Annotate | Download | only in widget

Lines Matching refs:scrollToVisible

7224                 scrollToVisible(clampedPosition, INVALID_POSITION, SCROLL_DURATION);
7303 scrollToVisible(clampedPosition, boundPosition, SCROLL_DURATION);
7381 private void scrollToVisible(int targetPos, int boundPos, int duration) {
7389 Log.w(TAG, "scrollToVisible called with targetPos " + targetPos +