类 FastScrollNestedScrollView

    • 构造器详细资料

      • 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)
    • 方法详细资料

      • 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