/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintPreviewController.java | 326 case RecyclerView.SCROLL_STATE_SETTLING: { in onScrollStateChanged() 335 if (state == RecyclerView.SCROLL_STATE_SETTLING) { in onScrollStateChanged()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | TabLayout.java | 71 import static android.support.v4.view.ViewPager.SCROLL_STATE_SETTLING; 2125 final boolean updateText = mScrollState != SCROLL_STATE_SETTLING || in onPageScrolled() 2130 final boolean updateIndicator = !(mScrollState == SCROLL_STATE_SETTLING in onPageScrolled() 2144 || (mScrollState == SCROLL_STATE_SETTLING in onPageSelected()
|
/frameworks/support/v4/tests/java/android/support/v4/view/ |
D | BaseViewPagerTest.java | 633 ViewPager.SCROLL_STATE_SETTLING, ViewPager.SCROLL_STATE_IDLE in testPageScrollStateChangedSmooth() 656 ViewPager.SCROLL_STATE_SETTLING, ViewPager.SCROLL_STATE_IDLE }; in testPageScrollStateChangedSwipe()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 247 public static final int SCROLL_STATE_SETTLING = 2; field in ViewPager 809 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollTo() 1782 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING; 1931 if (mScrollState == SCROLL_STATE_SETTLING &&
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewPager.java | 267 public static final int SCROLL_STATE_SETTLING = 2; field in ViewPager 972 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollTo() 1958 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING; 2109 if (mScrollState == SCROLL_STATE_SETTLING &&
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewLayoutTest.java | 63 import static android.support.v7.widget.RecyclerView.SCROLL_STATE_SETTLING; 1820 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in scrollStateForSmoothScroll() 1858 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in scrollStateForSmoothScrollWithStop() 1892 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in scrollStateForFling() 1933 assertEquals(1, stateCnts[SCROLL_STATE_SETTLING]); in scrollStateForFlingWithStop() 1956 assertEquals(0, stateCnts[SCROLL_STATE_SETTLING]); in scrollStateDrag()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 376 public static final int SCROLL_STATE_SETTLING = 2; field in RecyclerView 1243 if (state != SCROLL_STATE_SETTLING) { in setScrollState() 2469 if (mScrollState == SCROLL_STATE_SETTLING) { in onInterceptTouchEvent() 4463 setScrollState(SCROLL_STATE_SETTLING); in fling() 4515 setScrollState(SCROLL_STATE_SETTLING); in smoothScrollBy()
|
/frameworks/support/v7/recyclerview/api/ |
D | 22.0.0.txt | 190 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 22.1.0.txt | 245 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 22.2.1.txt | 297 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 22.2.0.txt | 293 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 23.0.0.txt | 326 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 23.1.0.txt | 326 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | current.txt | 337 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 23.1.1.txt | 326 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/ |
D | GridWidgetTest.java | 814 assertEquals(mGridView.getScrollState(), BaseGridView.SCROLL_STATE_SETTLING); in testBug22209986()
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 2277 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 22.0.0.txt | 2084 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 22.2.1.txt | 2342 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 22.2.0.txt | 2341 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 23.0.0.txt | 2536 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 23.1.0.txt | 2568 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | 23.1.1.txt | 2528 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|
D | current.txt | 2768 field public static final int SCROLL_STATE_SETTLING = 2; // 0x2
|