HomeSort by relevance Sort by last modified time
    Searched refs:stopNestedScroll (Results 1 - 19 of 19) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
NestedScrollingChild.java 46 * while a nested scroll is in progress has the effect of {@link #stopNestedScroll() stopping}
79 * {@link #stopNestedScroll()} to indicate the end of the nested scroll.</p>
103 * @see #stopNestedScroll()
116 void stopNestedScroll();
ActionBarOverlayLayout.java 600 stopNestedScroll();
RecyclerView.java     [all...]
  /frameworks/support/compat/java/android/support/v4/view/
NestedScrollingChild.java 49 * while a nested scroll is in progress has the effect of {@link #stopNestedScroll() stopping}
82 * {@link #stopNestedScroll()} to indicate the end of the nested scroll.</p>
106 * @see #stopNestedScroll()
119 void stopNestedScroll();
NestedScrollingChild2.java 53 * {@link #stopNestedScroll(int)} to indicate the end of the nested scroll.</p>
78 * @see #stopNestedScroll(int)
92 void stopNestedScroll(@NestedScrollType int type);
ViewCompat.java 822 public void stopNestedScroll(View view) {
824 ((NestedScrollingChild) view).stopNestedScroll();
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/view/
NestedScrollingChildHelper.java 70 ViewCompat.stopNestedScroll(mView);
173 public void stopNestedScroll() {
174 stopNestedScroll(TYPE_TOUCH);
184 public void stopNestedScroll(@NestedScrollType int type) {
365 ViewCompat.stopNestedScroll(mView);
378 ViewCompat.stopNestedScroll(mView);
  /frameworks/support/core-ui/java/android/support/v4/widget/
NestedScrollView.java 235 public void stopNestedScroll() {
236 mChildHelper.stopNestedScroll();
240 public void stopNestedScroll(int type) {
241 mChildHelper.stopNestedScroll(type);
305 stopNestedScroll();
735 stopNestedScroll(ViewCompat.TYPE_TOUCH);
    [all...]
SwipeRefreshLayout.java 813 stopNestedScroll();
853 public void stopNestedScroll() {
854 mNestedScrollingChildHelper.stopNestedScroll();
    [all...]
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 597 stopNestedScroll();
    [all...]
AbsListView.java     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java     [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /frameworks/base/core/java/android/view/
View.java     [all...]
ViewGroup.java     [all...]
  /prebuilts/sdk/26/
android.jar 

Completed in 533 milliseconds