类 FastScroller
- java.lang.Object
-
- me.zhanghai.android.fastscroll.FastScroller
-
public class FastScroller extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static interfaceFastScroller.AnimationHelperstatic interfaceFastScroller.ViewHelper
-
构造器概要
构造器 构造器 说明 FastScroller(ViewGroup view, FastScroller.ViewHelper viewHelper, Rect padding, Drawable trackDrawable, Drawable thumbDrawable, androidx.core.util.Consumer<TextView> popupStyle, FastScroller.AnimationHelper animationHelper)
-
-
-
构造器详细资料
-
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
public void setPadding(@Nullable Rect padding)
-
-