Home
last modified time | relevance | path

Searched defs:smoothScroll (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/core-ui/tests/java/android/support/v4/view/
DViewPagerWithTabStripTest.java45 protected void assertStripInteraction(boolean smoothScroll) { in assertStripInteraction()
DViewPagerWithTitleStripTest.java46 protected void assertStripInteraction(boolean smoothScroll) { in assertStripInteraction()
DBaseViewPagerTest.java226 private void verifyPageSelections(boolean smoothScroll) { in verifyPageSelections()
388 private void verifyPageContent(boolean smoothScroll) { in verifyPageContent()
439 private void verifyAdapterChange(boolean smoothScroll) { in verifyAdapterChange()
558 private void verifyPagerStrip(boolean smoothScroll) { in verifyPagerStrip()
626 protected abstract void assertStripInteraction(boolean smoothScroll); in assertStripInteraction()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java480 public void setCurrentItem(int item, boolean smoothScroll) { in setCurrentItem()
489 boolean setCurrentItemInternal(int item, boolean smoothScroll, boolean always) { in setCurrentItemInternal()
493 boolean setCurrentItemInternal(int item, boolean smoothScroll, boolean always, int velocity) { in setCurrentItemInternal()
535 private void scrollToItem(int position, boolean smoothScroll, int velocity, in scrollToItem()
/frameworks/support/core-ui/java/android/support/v4/view/
DViewPager.java623 public void setCurrentItem(int item, boolean smoothScroll) { in setCurrentItem()
632 void setCurrentItemInternal(int item, boolean smoothScroll, boolean always) { in setCurrentItemInternal()
636 void setCurrentItemInternal(int item, boolean smoothScroll, boolean always, int velocity) { in setCurrentItemInternal()
676 private void scrollToItem(int item, boolean smoothScroll, int velocity, in scrollToItem()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java79 public void setCurrentItem(int item, boolean smoothScroll) { in setCurrentItem()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DListRowPresenter.java162 public void setSmoothScroll(boolean smoothScroll) { in setSmoothScroll()