类 DefaultAnimationHelper
- java.lang.Object
-
- me.zhanghai.android.fastscroll.DefaultAnimationHelper
-
- 所有已实现的接口:
FastScroller.AnimationHelper
public class DefaultAnimationHelper extends Object implements FastScroller.AnimationHelper
-
-
构造器概要
构造器 构造器 说明 DefaultAnimationHelper(View view)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetScrollbarAutoHideDelayMillis()voidhidePopup(View popupView)voidhideScrollbar(View trackView, View thumbView)booleanisScrollbarAutoHideEnabled()voidsetScrollbarAutoHideEnabled(boolean enabled)voidshowPopup(View popupView)voidshowScrollbar(View trackView, View thumbView)
-
-
-
构造器详细资料
-
DefaultAnimationHelper
public DefaultAnimationHelper(@NonNull View view)
-
-
方法详细资料
-
showScrollbar
public void showScrollbar(@NonNull View trackView, @NonNull View thumbView)- 指定者:
showScrollbar在接口中FastScroller.AnimationHelper
-
hideScrollbar
public void hideScrollbar(@NonNull View trackView, @NonNull View thumbView)- 指定者:
hideScrollbar在接口中FastScroller.AnimationHelper
-
isScrollbarAutoHideEnabled
public boolean isScrollbarAutoHideEnabled()
-
setScrollbarAutoHideEnabled
public void setScrollbarAutoHideEnabled(boolean enabled)
-
getScrollbarAutoHideDelayMillis
public int getScrollbarAutoHideDelayMillis()
-
showPopup
public void showPopup(@NonNull View popupView)- 指定者:
showPopup在接口中FastScroller.AnimationHelper
-
hidePopup
public void hidePopup(@NonNull View popupView)- 指定者:
hidePopup在接口中FastScroller.AnimationHelper
-
-