Home | History | Annotate | Download | only in conversation

Lines Matching defs:smoothScroll

229     private void scrollToBottom(final boolean smoothScroll) {
231 scrollToPosition(mAdapter.getItemCount() - 1, smoothScroll);
619 private void scrollToPosition(final int targetPosition, final boolean smoothScroll) {
620 if (smoothScroll) {
872 scrollToPosition(position, false /* smoothScroll */);
887 scrollToBottom(true /* smoothScroll */);
915 scrollToPosition(scrollToPos, true /*smoothScroll*/);