Searched refs:onScrollStateChanged (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridScrollListener.java66 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:GridScrollListener
H A DGridScrollListenerTest.java108 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:GridScrollListenerTest
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListener.java70 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListScrollListener
H A DListScrollListenerTest.java103 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListScrollListenerTest
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java54 // How long to wait after receiving an onScrollStateChanged notification
246 onScrollStateChanged(this, OnScrollListener.SCROLL_STATE_IDLE);
277 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:DayPickerView
278 // use a post to prevent re-entering onScrollStateChanged before it
/frameworks/base/core/java/android/widget/
H A DDayPickerView.java43 // How long to wait after receiving an onScrollStateChanged notification before acting on it
268 onScrollStateChanged(this, OnScrollListener.SCROLL_STATE_IDLE);
298 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:DayPickerView
299 // use a post to prevent re-entering onScrollStateChanged before it
H A DCalendarViewLegacyDelegate.java86 * How long to wait after receiving an onScrollStateChanged notification
739 public void onScrollStateChanged(AbsListView view, int scrollState) {
740 CalendarViewLegacyDelegate.this.onScrollStateChanged(view, scrollState);
817 onScrollStateChanged(mListView, AbsListView.OnScrollListener.SCROLL_STATE_IDLE);
829 private void onScrollStateChanged(AbsListView view, int scrollState) { method in class:CalendarViewLegacyDelegate
H A DListPopupWindow.java1806 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListPopupWindow.PopupScrollListener
H A DAbsListView.java755 public void onScrollStateChanged(AbsListView view, int scrollState); method in interface:AbsListView.OnScrollListener
4335 mOnScrollListener.onScrollStateChanged(this, newState);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewStateManager.java249 public void onScrollStateChanged(int scrollState) { method in class:KeyguardViewStateManager
H A DSlidingChallengeLayout.java210 public void onScrollStateChanged(int scrollState); method in interface:SlidingChallengeLayout.OnChallengeScrolledListener
307 mScrollListener.onScrollStateChanged(mScrollState);
363 mScrollListener.onScrollStateChanged(state);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java327 public void onScrollStateChanged(RecyclerView recyclerView, int state) { method in class:PrintPreviewController.PreloadController
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewLayoutTest.java543 public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
573 public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
610 public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
643 public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
682 public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java184 public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java628 public void onScrollStateChanged(AbsListView view, int scrollState) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1755 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListPopupWindow.PopupScrollListener
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java870 mScrollListener.onScrollStateChanged(this, state);
873 mLayout.onScrollStateChanged(state);
6494 public void onScrollStateChanged(int state) { method in class:RecyclerView.LayoutManager
6947 public void onScrollStateChanged(RecyclerView recyclerView, int newState){} method in class:RecyclerView.OnScrollListener
H A DStaggeredGridLayoutManager.java262 public void onScrollStateChanged(int state) { method in class:StaggeredGridLayoutManager

Completed in 3706 milliseconds