类 FixItemDecorationRecyclerView

java.lang.Object
android.view.View
android.view.ViewGroup
androidx.recyclerview.widget.RecyclerView
me.zhanghai.android.fastscroll.FixItemDecorationRecyclerView
所有已实现的接口:
Drawable.Callback, AccessibilityEventSource, KeyEvent.Callback, ViewManager, ViewParent, androidx.core.view.NestedScrollingChild, androidx.core.view.NestedScrollingChild2, androidx.core.view.NestedScrollingChild3, androidx.core.view.ScrollingView

public class FixItemDecorationRecyclerView extends androidx.recyclerview.widget.RecyclerView
  • 构造器详细资料

    • FixItemDecorationRecyclerView

      public FixItemDecorationRecyclerView(@NonNull Context context)
    • FixItemDecorationRecyclerView

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

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

    • dispatchDraw

      protected void dispatchDraw(@NonNull Canvas canvas)
      覆盖:
      dispatchDraw 在类中 ViewGroup
    • addItemDecoration

      public void addItemDecoration(@NonNull androidx.recyclerview.widget.RecyclerView.ItemDecoration decor, int index)
      覆盖:
      addItemDecoration 在类中 androidx.recyclerview.widget.RecyclerView
    • getItemDecorationAt

      @NonNull public androidx.recyclerview.widget.RecyclerView.ItemDecoration getItemDecorationAt(int index)
      覆盖:
      getItemDecorationAt 在类中 androidx.recyclerview.widget.RecyclerView
    • removeItemDecoration

      public void removeItemDecoration(@NonNull androidx.recyclerview.widget.RecyclerView.ItemDecoration decor)
      覆盖:
      removeItemDecoration 在类中 androidx.recyclerview.widget.RecyclerView