Searched refs:smoothScrollTo (Results 1 – 6 of 6) sorted by relevance
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 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()
472 ((HorizontalScrollView) parent).smoothScrollTo(scrollToX, 0); in reorderCheckedChips()