类 FastScrollNestedScrollView

java.lang.Object
android.view.View
android.view.ViewGroup
android.widget.FrameLayout
androidx.core.widget.NestedScrollView
me.zhanghai.android.fastscroll.FastScrollNestedScrollView
所有已实现的接口:
Drawable.Callback, AccessibilityEventSource, KeyEvent.Callback, ViewManager, ViewParent, androidx.core.view.NestedScrollingChild, androidx.core.view.NestedScrollingChild2, androidx.core.view.NestedScrollingChild3, androidx.core.view.NestedScrollingParent, androidx.core.view.NestedScrollingParent2, androidx.core.view.NestedScrollingParent3, androidx.core.view.ScrollingView, ViewHelperProvider

public class FastScrollNestedScrollView extends androidx.core.widget.NestedScrollView implements ViewHelperProvider
  • 构造器详细资料

    • FastScrollNestedScrollView

      public FastScrollNestedScrollView(@NonNull Context context)
    • FastScrollNestedScrollView

      public FastScrollNestedScrollView(@NonNull Context context, @Nullable AttributeSet attrs)
    • FastScrollNestedScrollView

      public FastScrollNestedScrollView(@NonNull Context context, @Nullable AttributeSet attrs, @AttrRes int defStyleAttr)
  • 方法详细资料

    • getViewHelper

      @NonNull public FastScroller.ViewHelper getViewHelper()
      指定者:
      getViewHelper 在接口中 ViewHelperProvider
    • draw

      public void draw(@NonNull Canvas canvas)
      覆盖:
      draw 在类中 androidx.core.widget.NestedScrollView
    • onScrollChanged

      protected void onScrollChanged(int left, int top, int oldLeft, int oldTop)
      覆盖:
      onScrollChanged 在类中 androidx.core.widget.NestedScrollView
    • onInterceptTouchEvent

      public boolean onInterceptTouchEvent(@NonNull MotionEvent event)
      覆盖:
      onInterceptTouchEvent 在类中 androidx.core.widget.NestedScrollView
    • onTouchEvent

      public boolean onTouchEvent(@NonNull MotionEvent event)
      覆盖:
      onTouchEvent 在类中 androidx.core.widget.NestedScrollView