Searched defs:SCROLL_STATE_IDLE (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java86 public static final int SCROLL_STATE_IDLE = 0; field in class:SlidingChallengeLayout
198 * <li><code>SCROLL_STATE_IDLE</code> - The challenge area is stationary.</li>
206 * while the scroll state is not <code>SCROLL_STATE_IDLE</code>.</p>
361 animateHandle(state == SCROLL_STATE_IDLE && !mChallengeShowing);
371 setScrollState(SCROLL_STATE_IDLE);
1106 setScrollState(SCROLL_STATE_IDLE);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java424 private int mScrollState = OnScrollListener.SCROLL_STATE_IDLE;
500 public static int SCROLL_STATE_IDLE = 0; field in interface:NumberPicker.OnScrollListener
517 * {@link #SCROLL_STATE_IDLE},
519 * {@link #SCROLL_STATE_IDLE}.
815 if (mScrollState == OnScrollListener.SCROLL_STATE_IDLE) {
820 if (mScrollState == OnScrollListener.SCROLL_STATE_IDLE) {
830 onScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
915 onScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
1458 && mScrollState == OnScrollListener.SCROLL_STATE_IDLE) {
1673 onScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
[all...]
H A DAbsListView.java579 private int mLastScrollState = OnScrollListener.SCROLL_STATE_IDLE;
705 public static int SCROLL_STATE_IDLE = 0; field in interface:AbsListView.OnScrollListener
726 * @param scrollState The current scroll state. One of {@link #SCROLL_STATE_IDLE},
727 * {@link #SCROLL_STATE_TOUCH_SCROLL} or {@link #SCROLL_STATE_IDLE}.
3668 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
3692 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
3703 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
3981 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
4124 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
4174 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java229 public static final int SCROLL_STATE_IDLE = 0; field in class:ViewPager
243 setScrollState(SCROLL_STATE_IDLE);
248 private int mScrollState = SCROLL_STATE_IDLE;
280 * @see ViewPager#SCROLL_STATE_IDLE
395 enableLayers(newState != SCROLL_STATE_IDLE);
801 setScrollState(SCROLL_STATE_IDLE);

Completed in 192 milliseconds