Searched refs:smoothScrollTo (Results 1 – 8 of 8) sorted by relevance
159 smoothScrollTo(viewHolder.getAdapterPosition()); in onCreateView()247 public void smoothScrollTo(int position) { in smoothScrollTo() method in AlarmClockFragment367 smoothScrollTo(alarmPosition); in scrollToAlarm()
134 smoothScrollTo(viewHolder.getAdapterPosition()) in onCreateView()214 override fun smoothScrollTo(position: Int) { in smoothScrollTo() method in com.android.deskclock.AlarmClockFragment328 smoothScrollTo(alarmPosition) in scrollToAlarm()
32 void smoothScrollTo(int position); in smoothScrollTo() method
32 fun smoothScrollTo(position: Int) method
217 smoothScrollTo(scrollPos, 0); in onPageSelected()
158 scrollView.smoothScrollTo(0, offsetFromTopOfViewGroup(targetView, scrollView) in scrollViewToTop()
260 smoothScrollTo(scrollPos, 0); in onPageSelected()
405 ((HorizontalScrollView) parent).smoothScrollTo(scrollToX, 0); in reorderCheckedChips()