Searched refs:SCROLL_STATE_SETTLING (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DSlidingChallengeLayout.java88 public static final int SCROLL_STATE_SETTLING = 2; field in class:SlidingChallengeLayout
200 * <li><code>SCROLL_STATE_SETTLING</code> - The challenge area is animating
400 setScrollState(SCROLL_STATE_SETTLING);
571 mScrollState == SCROLL_STATE_SETTLING))) {
646 (isInChallengeView(x, y) && mScrollState == SCROLL_STATE_SETTLING))
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java239 public static final int SCROLL_STATE_SETTLING = 2; field in class:ViewPager
282 * @see ViewPager#SCROLL_STATE_SETTLING
806 setScrollState(SCROLL_STATE_SETTLING);
1736 boolean needPopulate = mScrollState == SCROLL_STATE_SETTLING;
1885 if (mScrollState == SCROLL_STATE_SETTLING &&

Completed in 49 milliseconds