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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java88 public static final int SCROLL_STATE_SETTLING = 2; field in class:SlidingChallengeLayout
201 * <li><code>SCROLL_STATE_SETTLING</code> - The challenge area is animating
411 setScrollState(SCROLL_STATE_SETTLING);
585 mScrollState == SCROLL_STATE_SETTLING))) {
665 (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;
1886 if (mScrollState == SCROLL_STATE_SETTLING &&

Completed in 96 milliseconds