Searched defs:scrollState (Results 1 - 13 of 13) sorted by relevance

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DAbsListViewBindingAdapter.java38 public void onScrollStateChanged(AbsListView view, int scrollState) {
40 scrollStateListener.onScrollStateChanged(view, scrollState);
61 void onScrollStateChanged(AbsListView view, int scrollState); argument
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridScrollListener.java66 public void onScrollStateChanged(AbsListView view, int scrollState) { argument
H A DGridScrollListenerTest.java108 public void onScrollStateChanged(AbsListView view, int scrollState) { argument
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListenerTest.java103 public void onScrollStateChanged(AbsListView view, int scrollState) { argument
H A DListScrollListener.java70 public void onScrollStateChanged(AbsListView view, int scrollState) { argument
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DListViewRequireScrollHelper.java69 public void onScrollStateChanged(AbsListView view, int scrollState) { argument
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java277 public void onScrollStateChanged(AbsListView view, int scrollState) { argument
280 mScrollStateChangedRunnable.doScrollStateChange(view, scrollState);
293 * @param scrollState The new state it changed to
295 public void doScrollStateChange(AbsListView view, int scrollState) { argument
297 mNewState = scrollState;
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1299 public void onScrollStateChanged(AbsListView view, int scrollState) { argument
1300 if (scrollState == SCROLL_STATE_TOUCH_SCROLL &&
H A DCalendarViewLegacyDelegate.java738 public void onScrollStateChanged(AbsListView view, int scrollState) {
739 CalendarViewLegacyDelegate.this.onScrollStateChanged(view, scrollState);
825 * Called when a <code>view</code> transitions to a new <code>scrollState
828 private void onScrollStateChanged(AbsListView view, int scrollState) { argument
829 mScrollStateChangedRunnable.doScrollStateChange(view, scrollState);
950 * @param scrollState The new state it changed to
952 public void doScrollStateChange(AbsListView view, int scrollState) { argument
954 mNewState = scrollState;
H A DNumberPicker.java537 * @param scrollState The current scroll state. One of
542 public void onScrollStateChange(NumberPicker view, @ScrollState int scrollState); argument
1799 * Handles transition to a given <code>scrollState</code>
1801 private void onScrollStateChange(int scrollState) { argument
1802 if (mScrollState == scrollState) {
1805 mScrollState = scrollState;
1807 mOnScrollListener.onScrollStateChange(this, scrollState);
H A DAbsListView.java767 * @param scrollState The current scroll state. One of
770 public void onScrollStateChanged(AbsListView view, int scrollState); argument
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DListenerBindingObject.java65 public void onScrollStateChanged(AbsListView view, int scrollState) { } argument
116 public void onScrollStateChange(NumberPicker view, int scrollState) { } argument
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1375 public void onScrollStateChanged(AbsListView view, int scrollState) { argument
1376 if (scrollState == SCROLL_STATE_TOUCH_SCROLL &&

Completed in 663 milliseconds