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

  /frameworks/support/compat/src/main/java/androidx/core/view/
NestedScrollingChild2.java 54 * {@link #stopNestedScroll(int)} to indicate the end of the nested scroll.</p>
79 * @see #stopNestedScroll(int)
93 void stopNestedScroll(@NestedScrollType int type);
NestedScrollingChild.java 50 * while a nested scroll is in progress has the effect of {@link #stopNestedScroll() stopping}
83 * {@link #stopNestedScroll()} to indicate the end of the nested scroll.</p>
107 * @see #stopNestedScroll()
120 void stopNestedScroll();
NestedScrollingChildHelper.java 71 ViewCompat.stopNestedScroll(mView);
174 public void stopNestedScroll() {
175 stopNestedScroll(TYPE_TOUCH);
185 public void stopNestedScroll(@NestedScrollType int type) {
366 ViewCompat.stopNestedScroll(mView);
379 ViewCompat.stopNestedScroll(mView);
ViewCompat.java     [all...]
  /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();
RecyclerView.java     [all...]
  /frameworks/support/compat/src/androidTest/java/androidx/core/widget/
NestedScrollViewNestedScrollingParentTest.java 681 public void stopNestedScroll(int type) {
718 public void stopNestedScroll() {
  /frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
SwipeRefreshLayout.java 827 stopNestedScroll();
867 public void stopNestedScroll() {
868 mNestedScrollingChildHelper.stopNestedScroll();
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java     [all...]
  /frameworks/base/core/java/android/widget/
ScrollView.java 597 stopNestedScroll();
    [all...]
AbsListView.java     [all...]
  /frameworks/support/compat/src/main/java/androidx/core/widget/
NestedScrollView.java 225 public void stopNestedScroll(int type) {
226 mChildHelper.stopNestedScroll(type);
265 public void stopNestedScroll() {
266 stopNestedScroll(ViewCompat.TYPE_TOUCH);
314 stopNestedScroll(type);
783 stopNestedScroll(ViewCompat.TYPE_TOUCH);
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
View.java     [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
RecyclerView.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 438 milliseconds