Home
last modified time | relevance | path

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

/frameworks/support/v4/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.java197 private void verifyPageSelections(boolean smoothScroll) { in verifyPageSelections()
333 private void verifyPageContent(boolean smoothScroll) { in verifyPageContent()
384 private void verifyAdapterChange(boolean smoothScroll) { in verifyAdapterChange()
503 private void verifyPagerStrip(boolean smoothScroll) { in verifyPagerStrip()
571 protected abstract void assertStripInteraction(boolean smoothScroll); in assertStripInteraction()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java507 public void setCurrentItem(int item, boolean smoothScroll) { in setCurrentItem()
516 boolean setCurrentItemInternal(int item, boolean smoothScroll, boolean always) { in setCurrentItemInternal()
520 boolean setCurrentItemInternal(int item, boolean smoothScroll, boolean always, int velocity) { in setCurrentItemInternal()
562 private void scrollToItem(int position, boolean smoothScroll, int velocity, in scrollToItem()
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java618 public void setCurrentItem(int item, boolean smoothScroll) { in setCurrentItem()
627 void setCurrentItemInternal(int item, boolean smoothScroll, boolean always) { in setCurrentItemInternal()
631 void setCurrentItemInternal(int item, boolean smoothScroll, boolean always, int velocity) { in setCurrentItemInternal()
671 private void scrollToItem(int item, boolean smoothScroll, int velocity, in scrollToItem()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java78 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()