类 FastScroller
java.lang.Object
me.zhanghai.android.fastscroll.FastScroller
-
嵌套类概要
嵌套类 -
构造器概要
构造器构造器说明FastScroller(ViewGroup view, FastScroller.ViewHelper viewHelper, Rect padding, Drawable trackDrawable, Drawable thumbDrawable, androidx.core.util.Consumer<TextView> popupStyle, FastScroller.AnimationHelper animationHelper) -
方法概要
修饰符和类型方法说明voidsetPadding(int left, int top, int right, int bottom) voidsetPadding(Rect padding)
-
构造器详细资料
-
FastScroller
public FastScroller(@NonNull ViewGroup view, @NonNull FastScroller.ViewHelper viewHelper, @Nullable Rect padding, @NonNull Drawable trackDrawable, @NonNull Drawable thumbDrawable, @NonNull androidx.core.util.Consumer<TextView> popupStyle, @NonNull FastScroller.AnimationHelper animationHelper)
-
-
方法详细资料
-
setPadding
public void setPadding(int left, int top, int right, int bottom) -
setPadding
-