跳过导航链接
A B C D E F G I K L M N O P R S T U V X 

A

animationRunnable - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
animSpinner(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
执行动画使视图位移到指定的 位置 moveSpinner 的取名来自 谷歌官方的 SwipeRefreshLayout
animSpinner(int, int, Interpolator, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
执行回弹动画
animSpinner(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
animSpinnerBounce(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
越界回弹动画
ArrowDrawable - com.scwang.smartrefresh.layout.internal中的类
箭头图像 Created by SCWANG on 2018/2/5.
ArrowDrawable() - 类 的构造器com.scwang.smartrefresh.layout.internal.ArrowDrawable
 
autoLoadMore() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Display load more animation and trigger load more event.
autoLoadMore(int, int, float, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Display load more animation and trigger load more event, Delayed start.
autoLoadMore() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Display load more animation and trigger load more event.
autoLoadMore(int, int, float, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Display load more animation and trigger load more event, Delayed start.
autoLoadMoreAnimationOnly() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Display load more animation without triggering events.
autoLoadMoreAnimationOnly() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Display load more animation without triggering events.
autoRefresh() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Display refresh animation and trigger refresh event.
autoRefresh(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Display refresh animation and trigger refresh event, Delayed start.
autoRefresh(int, int, float, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Display refresh animation, Multifunction.
autoRefresh() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Display refresh animation and trigger refresh event.
autoRefresh(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
已过时。
autoRefresh(int, int, float, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Display refresh animation, Multifunction.
autoRefreshAnimationOnly() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Display refresh animation without triggering events.
autoRefreshAnimationOnly() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Display refresh animation without triggering events.

B

backgroundColor - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout.LayoutParams
 
BallPulseFooter - com.scwang.smartrefresh.layout.footer中的类
球脉冲底部加载组件 Created by SCWANG on 2017/5/30.
BallPulseFooter(Context) - 类 的构造器com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
BallPulseFooter(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
BallPulseFooter(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
BezierRadarHeader - com.scwang.smartrefresh.layout.header中的类
贝塞尔曲线类雷达风格刷新组件 Created by lcodecore on 2016/10/2.
BezierRadarHeader(Context) - 类 的构造器com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
BezierRadarHeader(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
BezierRadarHeader(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
BezierRadarHeader.AnimatorUpdater - com.scwang.smartrefresh.layout.header中的类
 
boundary - 类 中的变量com.scwang.smartrefresh.layout.impl.ScrollBoundaryDeciderAdapter
 

C

canLoadMore() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
canLoadMore(View) - 接口 中的方法com.scwang.smartrefresh.layout.api.ScrollBoundaryDecider
根据内容视图状态判断是否可以开始上拉加载
canLoadMore() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
canLoadMore(View) - 类 中的方法com.scwang.smartrefresh.layout.impl.ScrollBoundaryDeciderAdapter
 
canLoadMore(View, PointF, boolean) - 类 中的静态方法com.scwang.smartrefresh.layout.util.SmartUtil
判断内容视图是否可以加载更多
canRefresh() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
canRefresh(View) - 接口 中的方法com.scwang.smartrefresh.layout.api.ScrollBoundaryDecider
根据内容视图状态判断是否可以开始下拉刷新
canRefresh() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
canRefresh(View) - 类 中的方法com.scwang.smartrefresh.layout.impl.ScrollBoundaryDeciderAdapter
 
canRefresh(View, PointF) - 类 中的静态方法com.scwang.smartrefresh.layout.util.SmartUtil
判断内容是否可以刷新
canReplaceWith(DimensionStatus) - 类 中的方法com.scwang.smartrefresh.layout.constant.DimensionStatus
是否可以被新的状态替换
canScrollVertically(View, int) - 类 中的静态方法com.scwang.smartrefresh.layout.util.SmartUtil
 
checkCoordinatorLayout(View, RefreshKernel, CoordinatorLayoutListener) - 类 中的静态方法com.scwang.smartrefresh.layout.util.DesignUtil
 
ClassicsFooter - com.scwang.smartrefresh.layout.footer中的类
经典上拉底部组件 Created by SCWANG on 2017/5/28.
ClassicsFooter(Context) - 类 的构造器com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
ClassicsFooter(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
ClassicsFooter(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
ClassicsHeader - com.scwang.smartrefresh.layout.header中的类
经典下拉头部 Created by SCWANG on 2017/5/28.
ClassicsHeader(Context) - 类 的构造器com.scwang.smartrefresh.layout.header.ClassicsHeader
 
ClassicsHeader(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.header.ClassicsHeader
 
ClassicsHeader(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.header.ClassicsHeader
 
closeHeaderOrFooter() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Close the Header or Footer, can't replace finishRefresh and finishLoadMore.
closeHeaderOrFooter() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Close the Header or Footer, can't replace finishRefresh and finishLoadMore.
CodeExact - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
CodeExactUnNotify - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
com.scwang.smartrefresh.layout - 程序包 com.scwang.smartrefresh.layout
 
com.scwang.smartrefresh.layout.api - 程序包 com.scwang.smartrefresh.layout.api
 
com.scwang.smartrefresh.layout.constant - 程序包 com.scwang.smartrefresh.layout.constant
 
com.scwang.smartrefresh.layout.footer - 程序包 com.scwang.smartrefresh.layout.footer
 
com.scwang.smartrefresh.layout.header - 程序包 com.scwang.smartrefresh.layout.header
 
com.scwang.smartrefresh.layout.impl - 程序包 com.scwang.smartrefresh.layout.impl
 
com.scwang.smartrefresh.layout.internal - 程序包 com.scwang.smartrefresh.layout.internal
 
com.scwang.smartrefresh.layout.listener - 程序包 com.scwang.smartrefresh.layout.listener
 
com.scwang.smartrefresh.layout.util - 程序包 com.scwang.smartrefresh.layout.util
 
computeScroll() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
重写 computeScroll 来完成 smart 的特定功能 1.越界回弹 2.边界碰撞
CoordinatorLayoutListener - com.scwang.smartrefresh.layout.listener中的接口
 
createRefreshFooter(Context, RefreshLayout) - 接口 中的方法com.scwang.smartrefresh.layout.api.DefaultRefreshFooterCreator
 
createRefreshHeader(Context, RefreshLayout) - 接口 中的方法com.scwang.smartrefresh.layout.api.DefaultRefreshHeaderCreator
 

D

DeadLock - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
DeadLockUnNotify - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
Default - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
DefaultRefreshFooterCreator - com.scwang.smartrefresh.layout.api中的接口
默认Footer创建器 Created by SCWANG on 2018/1/26.
DefaultRefreshHeaderCreator - com.scwang.smartrefresh.layout.api中的接口
默认Header创建器 Created by SCWANG on 2018/1/26.
DefaultRefreshInitializer - com.scwang.smartrefresh.layout.api中的接口
默认全局初始化器 Created by Administrator on 2018/5/29 0029.
DefaultUnNotify - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
DesignUtil - com.scwang.smartrefresh.layout.util中的类
Design 兼容包缺省尝试 Created by SCWANG on 2018/1/29.
DesignUtil() - 类 的构造器com.scwang.smartrefresh.layout.util.DesignUtil
 
DimensionStatus - com.scwang.smartrefresh.layout.constant中的类
尺寸值的定义状态,用于在值覆盖的时候决定优先级 越往下优先级越高
dispatchDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
dispatchDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
dispatchDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
dispatchDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
dispatchTouchEvent(MotionEvent) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
事件分发 (手势核心) 1.多点触摸 2.无缝衔接内容滚动
dp2px(float) - 类 中的静态方法com.scwang.smartrefresh.layout.util.SmartUtil
根据手机的分辨率从 dp 的单位 转成为 px(像素)
draw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.internal.ArrowDrawable
 
draw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
drawChild(Canvas, View, long) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
重写 drawChild 来完成 smart 的特定功能 1.为 Header 和 Footer 绘制背景 (设置了背景才绘制) 2.为 Header 和 Footer 在 FixedBehind 样式时,做剪裁功能 (mEnableClipHeaderWhenFixedBehind=true 才做)
drawDot(Canvas, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
drawRadar(Canvas, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
drawRipple(Canvas, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
drawWave(Canvas, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 

E

equals(Object) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
equals(Object) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 

F

FalsifyFooter - com.scwang.smartrefresh.layout.footer中的类
虚假的 Footer 用于 正真的 Footer 在 RefreshLayout 外部时, Created by SCWANG on 2017/6/14.
FalsifyFooter(Context) - 类 的构造器com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
FalsifyFooter(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
FalsifyFooter(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
FalsifyHeader - com.scwang.smartrefresh.layout.header中的类
虚假的 Header 用于 正真的 Header 在 RefreshLayout 外部时, 使用本虚假的 FalsifyHeader 填充在 RefreshLayout 内部 具体使用方法 参考 纸飞机(FlyRefreshHeader) Created by SCWANG on 2017/6/14.
FalsifyHeader(Context) - 类 的构造器com.scwang.smartrefresh.layout.header.FalsifyHeader
 
FalsifyHeader(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.header.FalsifyHeader
 
FalsifyHeader(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.header.FalsifyHeader
 
findScrollableView(View, RefreshKernel) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
findScrollableViewByPoint(View, PointF, View) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
findScrollableViewInternal(View, boolean) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
finishLoadMore() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
finish load more.
finishLoadMore(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
finish load more.
finishLoadMore(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
finish load more.
finishLoadMore(int, boolean, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
finish load more.
finishLoadMore() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
finish load more.
finishLoadMore(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
finish load more.
finishLoadMore(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
finish load more.
finishLoadMore(int, boolean, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
finish load more.
finishLoadMoreWithNoMoreData() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
finish load more with no more data.
finishLoadMoreWithNoMoreData() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
finish load more with no more data.
finishRefresh() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
finish refresh.
finishRefresh(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
finish refresh.
finishRefresh(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
finish refresh.
finishRefresh(int, boolean, Boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
finish refresh.
finishRefresh() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
finish refresh.
finishRefresh(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
finish refresh.
finishRefresh(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
finish refresh.
finishRefresh(int, boolean, Boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
finish refresh.
finishRefreshWithNoMoreData() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
finish load more with no more data.
finishRefreshWithNoMoreData() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
finish load more with no more data.
finishTwoLevel() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
结束关闭二极刷新
finishTwoLevel() - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
结束二级刷新
finishTwoLevel() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
FixedBehind - 类 中的静态变量com.scwang.smartrefresh.layout.constant.SpinnerStyle
 
FixedFront - 类 中的静态变量com.scwang.smartrefresh.layout.constant.SpinnerStyle
 
fling(View, int) - 类 中的静态方法com.scwang.smartrefresh.layout.util.SmartUtil
 

G

generateLayoutParams(AttributeSet) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
getInterpolation(float) - 类 中的方法com.scwang.smartrefresh.layout.util.SmartUtil
 
getLayout() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Get the ViewGroup of RefreshLayout 获取实体布局视图
getLayout() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Get the ViewGroup of RefreshLayout 获取实体布局视图
getNestedScrollAxes() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
getOpacity() - 类 中的方法com.scwang.smartrefresh.layout.internal.PaintDrawable
 
getRefreshContent() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
 
getRefreshContent() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
getRefreshFooter() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Get footer of RefreshLayout 获取当前 Footer
getRefreshFooter() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Get footer of RefreshLayout 获取当前 Footer
getRefreshHeader() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Get header of RefreshLayout 获取当前 Header
getRefreshHeader() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Get header of RefreshLayout 获取当前 Header
getRefreshLayout() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
 
getRefreshLayout() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
getScrollableView() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
getScrollableView() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
getSpinnerStyle() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
获取变换方式 SpinnerStyle 必须返回 非空
getSpinnerStyle() - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 
getState() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Get the current state of RefreshLayout 获取当前状态
getState() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Get the current state of RefreshLayout 获取当前状态
getView() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
getView() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
获取实体视图
getView() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
getView() - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 

I

ID_IMAGE_ARROW - 类 中的静态变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
ID_IMAGE_PROGRESS - 类 中的静态变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
ID_TEXT_TITLE - 类 中的静态变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
ID_TEXT_UPDATE - 类 中的静态变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
initialize(Context, RefreshLayout) - 接口 中的方法com.scwang.smartrefresh.layout.api.DefaultRefreshInitializer
 
interceptAnimatorByAction(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
在动画执行时,触摸屏幕,打断动画,转为拖动状态
InternalAbstract - com.scwang.smartrefresh.layout.internal中的类
Internal 初步实现 实现 Header 和 Footer 时,继承 InternalAbstract 的话可以少写很多接口方法 Created by SCWANG on 2018/2/6.
InternalAbstract(View) - 类 的构造器com.scwang.smartrefresh.layout.internal.InternalAbstract
 
InternalAbstract(View, RefreshInternal) - 类 的构造器com.scwang.smartrefresh.layout.internal.InternalAbstract
 
InternalAbstract(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.internal.InternalAbstract
 
InternalClassics<T extends InternalClassics> - com.scwang.smartrefresh.layout.internal中的类
经典组件 Created by SCWANG on 2017/5/28.
InternalClassics(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.internal.InternalClassics
 
isContentView(View) - 类 中的静态方法com.scwang.smartrefresh.layout.util.SmartUtil
 
isDragging - 枚举 中的变量com.scwang.smartrefresh.layout.constant.RefreshState
 
isEnableRefreshOrLoadMore(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
是否真正的 可以刷新或者加载(与 越界拖动 纯滚动模式区分开来) 判断时候可以 刷新 或者 加载(直接影响,Header,Footer 是否显示)
isEnableTranslationContent(boolean, RefreshInternal) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
判断是否 下拉的时候 需要 移动内容
isFinishing - 枚举 中的变量com.scwang.smartrefresh.layout.constant.RefreshState
 
isFooter - 枚举 中的变量com.scwang.smartrefresh.layout.constant.RefreshState
 
isHeader - 枚举 中的变量com.scwang.smartrefresh.layout.constant.RefreshState
 
isNestedScrollingEnabled() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
isOpening - 枚举 中的变量com.scwang.smartrefresh.layout.constant.RefreshState
 
isReleaseToOpening - 枚举 中的变量com.scwang.smartrefresh.layout.constant.RefreshState
 
isRunning() - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
isScrollableView(View) - 类 中的静态方法com.scwang.smartrefresh.layout.util.SmartUtil
 
isSupportHorizontalDrag() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
是否支持水平方向的拖动(将会影响到onHorizontalDrag的调用)
isSupportHorizontalDrag() - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
isSupportHorizontalDrag() - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 
isTransformedTouchPointInView(View, View, float, float, PointF) - 类 中的静态方法com.scwang.smartrefresh.layout.util.SmartUtil
 
isTwoLevel - 枚举 中的变量com.scwang.smartrefresh.layout.constant.RefreshState
 

K

KEY_LAST_UPDATE_TIME - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 

L

LayoutParams(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout.LayoutParams
 
LayoutParams(int, int) - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout.LayoutParams
 

M

mAccentColor - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mActionEvent - 类 中的变量com.scwang.smartrefresh.layout.impl.ScrollBoundaryDeciderAdapter
 
mAnimatingColor - 类 中的变量com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
mAnimatorSet - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mArrowDrawable - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mArrowView - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
MatchLayout - 类 中的静态变量com.scwang.smartrefresh.layout.constant.SpinnerStyle
 
mAttachedToWindow - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mBackgroundColor - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mBoundaryAdapter - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mCircleSpacing - 类 中的变量com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
mContentView - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mCurrentVelocity - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mDisableContentWhenLoading - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mDisableContentWhenRefresh - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mDotAlpha - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mDotFraction - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mDotRadius - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mDragDirection - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mDragRate - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
measureViewHeight(View) - 类 中的静态方法com.scwang.smartrefresh.layout.util.SmartUtil
 
mEnableAutoLoadMore - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableClipFooterWhenFixedBehind - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableClipHeaderWhenFixedBehind - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableDisallowIntercept - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableFooterFollowWhenNoMoreData - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableFooterTranslationContent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableHeaderTranslationContent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableHorizontalDrag - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mEnableLastTime - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mEnableLoadMore - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mEnableLoadMore - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableLoadMoreWhenContentNotFull - 类 中的变量com.scwang.smartrefresh.layout.impl.ScrollBoundaryDeciderAdapter
 
mEnableLoadMoreWhenContentNotFull - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableNestedScrolling - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableOverScrollBounce - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableOverScrollDrag - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnablePreviewInEditMode - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnablePullToCloseTwoLevel - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mEnablePureScrollMode - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableRefresh - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mEnableRefresh - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableScrollContentWhenLoaded - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableScrollContentWhenRefreshed - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableTwoLevel - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mFalsifyEvent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFinishDuration - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mFixedFooter - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mFixedFooterViewId - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFixedHeader - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mFixedHeaderViewId - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFloorDuration - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mFloorDuration - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFloorRage - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mFooterBackgroundColor - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterHeight - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterHeightStatus - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterInsetStart - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterLocked - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterMaxDragRate - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterNeedTouchEventWhenLoading - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterNoMoreData - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterNoMoreDataEffective - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterTranslationViewId - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterTriggerRate - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHandler - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderBackgroundColor - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderHeight - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mHeaderHeight - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderHeightStatus - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderInsetStart - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderMaxDragRate - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderNeedTouchEventWhenRefreshing - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderTranslationViewId - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderTriggerRate - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeight - 类 中的变量com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
mInterpolator - 类 中的变量com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
mIsBeingDragged - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mIsStarted - 类 中的变量com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
mKernel - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mLastOpenTime - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mLastSpinner - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mLastSpinner - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mLastTime - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mLastTouchX - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mLastTouchY - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mLastUpdateFormat - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mLastUpdateText - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mLoadMoreListener - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mManualAccentColor - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mManualAnimationColor - 类 中的变量com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
mManualFooterTranslationContent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mManualHeaderTranslationContent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mManualLoadMore - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mManualNormalColor - 类 中的变量com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
mManualPrimaryColor - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mMaximumVelocity - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mMaxRage - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mMinHeightOfContent - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mMinimumVelocity - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mNestedChild - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mNestedInProgress - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mNestedParent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mNoMoreData - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mNormalColor - 类 中的变量com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
mOnMultiPurposeListener - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mOriginalContentView - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
moveSpinner(int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
moveSpinner(int, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
移动视图到指定位置 moveSpinner 的取名来自 谷歌官方的 SwipeRefreshLayout
moveSpinner(int) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
moveSpinner(int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
moveSpinner(int, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
移动滚动 Scroll moveSpinner 的取名来自 谷歌官方的 SwipeRefreshLayout.moveSpinner(float) moveSpinner The name comes from SwipeRefreshLayout.moveSpinner(float)
moveSpinnerInfinitely(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
黏性移动 spinner
mPaddingBottom - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mPaddingTop - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mPaint - 类 中的变量com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
mPaint - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mPaint - 类 中的变量com.scwang.smartrefresh.layout.internal.PaintDrawable
 
mPaint - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mParentOffsetInWindow - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mPath - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mPath - 类 中的变量com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
mPercent - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mPrimaryColor - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mPrimaryColors - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mProgressDegree - 类 中的变量com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
mProgressDrawable - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mProgressView - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mRadarAngle - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mRadarCircle - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mRadarRadius - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mRadarRect - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mRadarScale - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mReboundDuration - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mReboundInterpolator - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mRefreshContent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mRefreshFooter - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mRefreshHeader - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mRefreshHeader - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mRefreshKernel - 类 中的变量com.scwang.smartrefresh.layout.header.FalsifyHeader
 
mRefreshKernel - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mRefreshKernel - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mRefreshListener - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mRefreshRage - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mRippleRadius - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mScreenHeightPixels - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mScrollableView - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mScrollBoundaryDecider - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mScroller - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mSetAccentColor - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mSetPrimaryColor - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mShared - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mSpinner - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mSpinner - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mSpinnerStyle - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalAbstract
 
mStartTime - 类 中的变量com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
mState - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
【主要状态】 面对 SmartRefresh 外部的滚动状态
mSuperDispatchTouchEvent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mTextFailed - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mTextFailed - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mTextFinish - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mTextFinish - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mTextLoading - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mTextLoading - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mTextNothing - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mTextPulling - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mTextPulling - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mTextRefreshing - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mTextRefreshing - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mTextRelease - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mTextRelease - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mTextSecondary - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mTextUpdate - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mTitleText - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalClassics
 
mTotalUnconsumed - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mTouchSlop - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mTouchSpinner - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mTouchX - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mTouchY - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mTwoLevelListener - 类 中的变量com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
mValueAnimator - 类 中的变量com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
mVelocityTracker - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mVerticalPermit - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mViceState - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
【附加状态】 用于主状态 mState 为 Refreshing 或 Loading 时的滚动状态 1.mState=Refreshing|Loading 时 mViceState 有可能与 mState 不同 2.mState=None,开启越界拖动 时 mViceState 有可能与 mState 不同 3.其他状态时与主状态相等 mViceState=mState 4.SmartRefresh 外部无法察觉 mViceState
mWaveHeight - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mWaveOffsetX - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mWavePulling - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mWaveTop - 类 中的变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
mWidth - 类 中的变量com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
mWrappedInternal - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalAbstract
 
mWrappedView - 类 中的变量com.scwang.smartrefresh.layout.internal.InternalAbstract
 

N

notified - 类 中的变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
notified() - 类 中的方法com.scwang.smartrefresh.layout.constant.DimensionStatus
转换为通知状态
notifyStateChanged(RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置并通知状态改变 (setState)

O

onActionDown(MotionEvent) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
onActionDown(MotionEvent) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
onAnimationUpdate(ValueAnimator) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader.AnimatorUpdater
 
onAnimationUpdate(ValueAnimator) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
onAnimationUpdate(ValueAnimator) - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
onAttachedToWindow() - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
onAttachedToWindow() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
重写 onAttachedToWindow 来完成 smart 的特定功能 1.添加默认或者全局设置的 Header 和 Footer (缺省情况下才会) 2.做 Content 为空时的 TextView 提示 3.智能开启 嵌套滚动 NestedScrollingEnabled 4.初始化 主题颜色 和 调整 Header Footer Content 的显示顺序
onCoordinatorUpdate(boolean, boolean) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
onCoordinatorUpdate(boolean, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.listener.CoordinatorLayoutListener
 
onDetachedFromWindow() - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
onDetachedFromWindow() - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
onDetachedFromWindow() - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
onDetachedFromWindow() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
重写 onDetachedFromWindow 来完成 smart 的特定功能 1.恢复原始状态 2.清除动画数据 (防止内存泄露)
onFinish(RefreshLayout, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
【仅限框架内调用】动画结束
onFinish(RefreshLayout, boolean) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
onFinish(RefreshLayout, boolean) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
onFinish(RefreshLayout, boolean) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
onFinish(RefreshLayout, boolean) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
onFinish(RefreshLayout, boolean) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 
onFinish(RefreshLayout, boolean) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
onFinishInflate() - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
onFinishInflate() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
重写 onFinishInflate 来完成 smart 的特定功能 1.智能寻找 Xml 中定义的 Content、Header、Footer
onFooterFinish(RefreshFooter, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
 
onFooterFinish(RefreshFooter, boolean) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
onFooterMoving(RefreshFooter, boolean, float, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
手指拖动上拉(会连续多次调用,添加isDragging并取代之前的onPulling、onReleasing)
onFooterMoving(RefreshFooter, boolean, float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
onFooterReleased(RefreshFooter, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
 
onFooterReleased(RefreshFooter, int, int) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
onFooterStartAnimator(RefreshFooter, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
 
onFooterStartAnimator(RefreshFooter, int, int) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
onHeaderFinish(RefreshHeader, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
 
onHeaderFinish(RefreshHeader, boolean) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
onHeaderMoving(RefreshHeader, boolean, float, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
手指拖动下拉(会连续多次调用,添加isDragging并取代之前的onPulling、onReleasing)
onHeaderMoving(RefreshHeader, boolean, float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
onHeaderReleased(RefreshHeader, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
 
onHeaderReleased(RefreshHeader, int, int) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
onHeaderStartAnimator(RefreshHeader, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
 
onHeaderStartAnimator(RefreshHeader, int, int) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
onHorizontalDrag(float, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
【仅限框架内调用】水平方向的拖动
onHorizontalDrag(float, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
onHorizontalDrag(float, int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 
onInitialized(RefreshKernel, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
【仅限框架内调用】尺寸定义完成 (如果高度不改变(代码修改:setHeader),只调用一次, 在RefreshLayout#onMeasure中调用)
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
布局 Header Footer Content 1.布局代码看起来相对简单,时因为测量的时候,已经做了复杂的计算,布局的时候,直接按照测量结果,布局就可以了
onLoadMore(RefreshLayout) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnLoadMoreListener
 
onLoadMore(RefreshLayout) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
OnLoadMoreListener - com.scwang.smartrefresh.layout.listener中的接口
加载更多监听器 Created by SCWANG on 2017/5/26.
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
测量 Header Footer Content 1.测量代码看起来很复杂,时因为 Header Footer 有四种拉伸变换样式 SpinnerStyle,每一种样式有自己的测量方法 2.提供预览测量,可以在编辑 XML 的时候直接预览 (isInEditMode) 3.恢复水平触摸位置缓存 mLastTouchX 到屏幕中央
onMoving(boolean, float, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
【仅限框架内调用】手指拖动下拉(会连续多次调用,添加isDragging并取代之前的onPulling、onReleasing)
onMoving(boolean, float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
onMoving(boolean, float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
onMoving(boolean, float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 
OnMultiPurposeListener - com.scwang.smartrefresh.layout.listener中的接口
多功能监听器 Created by SCWANG on 2017/5/26.
onNestedFling(View, float, float, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
onNestedPreFling(View, float, float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
onNestedPreScroll(View, int, int, int[]) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
onNestedScroll(View, int, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
onNestedScrollAccepted(View, View, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
onRefresh(RefreshLayout) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnRefreshListener
 
onRefresh(RefreshLayout) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
OnRefreshListener - com.scwang.smartrefresh.layout.listener中的接口
刷新监听器 Created by SCWANG on 2017/5/26.
OnRefreshLoadMoreListener - com.scwang.smartrefresh.layout.listener中的接口
刷新加载组合监听器 Created by SCWANG on 2017/5/26.
onReleased(RefreshLayout, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
【仅限框架内调用】释放时刻(调用一次,将会触发加载)
onReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
onReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
onReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
onReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 
onReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
onStartAnimator(RefreshLayout, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
【仅限框架内调用】开始动画
onStartAnimator(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
onStartAnimator(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
onStartAnimator(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 
onStartAnimator(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
onStartNestedScroll(View, View, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
onStateChanged(RefreshLayout, RefreshState, RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
onStateChanged(RefreshLayout, RefreshState, RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
onStateChanged(RefreshLayout, RefreshState, RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
onStateChanged(RefreshLayout, RefreshState, RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
onStateChanged(RefreshLayout, RefreshState, RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 
onStateChanged(RefreshLayout, RefreshState, RefreshState) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnStateChangedListener
【仅限框架内调用】状态改变事件 RefreshState
onStateChanged(RefreshLayout, RefreshState, RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
OnStateChangedListener - com.scwang.smartrefresh.layout.listener中的接口
刷新状态改变监听器 Created by SCWANG on 2017/5/26.
onStopNestedScroll(View) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
onTwoLevel(RefreshLayout) - 接口 中的方法com.scwang.smartrefresh.layout.api.OnTwoLevelListener
二级刷新触发
OnTwoLevelListener - com.scwang.smartrefresh.layout.api中的接口
二级刷新监听器
openTwoLevel(boolean) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
Open the second floor voluntarily 主动打开二楼
ordinal - 类 中的变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
ordinal - 类 中的变量com.scwang.smartrefresh.layout.constant.SpinnerStyle
 
overSpinner() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
手势拖动结束 开始执行回弹动画

P

PaintDrawable - com.scwang.smartrefresh.layout.internal中的类
画笔 Drawable Created by SCWANG on 2017/6/16.
PaintDrawable() - 类 的构造器com.scwang.smartrefresh.layout.internal.PaintDrawable
 
ProgressDrawable - com.scwang.smartrefresh.layout.internal中的类
旋转动画 Created by SCWANG on 2017/6/16.
ProgressDrawable() - 类 的构造器com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
PROPERTY_DOT_ALPHA - 类 中的静态变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
PROPERTY_RADAR_ANGLE - 类 中的静态变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
PROPERTY_RADAR_SCALE - 类 中的静态变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
PROPERTY_RIPPLE_RADIUS - 类 中的静态变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
PROPERTY_WAVE_HEIGHT - 类 中的静态变量com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
px2dp(int) - 类 中的静态方法com.scwang.smartrefresh.layout.util.SmartUtil
根据手机的分辨率从 px(像素) 的单位 转成为 dp

R

reboundAnimator - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
REFRESH_FOOTER_FAILED - 类 中的静态变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
REFRESH_FOOTER_FINISH - 类 中的静态变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
REFRESH_FOOTER_LOADING - 类 中的静态变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
REFRESH_FOOTER_NOTHING - 类 中的静态变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
REFRESH_FOOTER_PULLING - 类 中的静态变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
REFRESH_FOOTER_REFRESHING - 类 中的静态变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
REFRESH_FOOTER_RELEASE - 类 中的静态变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
REFRESH_HEADER_FAILED - 类 中的静态变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
REFRESH_HEADER_FINISH - 类 中的静态变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
REFRESH_HEADER_LOADING - 类 中的静态变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
REFRESH_HEADER_PULLING - 类 中的静态变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
REFRESH_HEADER_REFRESHING - 类 中的静态变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
REFRESH_HEADER_RELEASE - 类 中的静态变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
REFRESH_HEADER_SECONDARY - 类 中的静态变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
REFRESH_HEADER_UPDATE - 类 中的静态变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
RefreshContent - com.scwang.smartrefresh.layout.api中的接口
刷新内容组件 Created by SCWANG on 2017/5/26.
RefreshContentWrapper - com.scwang.smartrefresh.layout.impl中的类
刷新内容包装 Created by SCWANG on 2017/5/26.
RefreshContentWrapper(View) - 类 的构造器com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
RefreshFooter - com.scwang.smartrefresh.layout.api中的接口
刷新底部 Created by SCWANG on 2017/5/26.
RefreshFooterWrapper - com.scwang.smartrefresh.layout.impl中的类
刷新底部包装 Created by SCWANG on 2017/5/26.
RefreshFooterWrapper(View) - 类 的构造器com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
RefreshHeader - com.scwang.smartrefresh.layout.api中的接口
刷新头部 Created by SCWANG on 2017/5/26.
RefreshHeaderWrapper - com.scwang.smartrefresh.layout.impl中的类
刷新头部包装 Created by SCWANG on 2017/5/26.
RefreshHeaderWrapper(View) - 类 的构造器com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
RefreshInternal - com.scwang.smartrefresh.layout.api中的接口
刷新内部组件 Created by SCWANG on 2017/5/26.
RefreshKernel - com.scwang.smartrefresh.layout.api中的接口
刷新布局核心功能接口 为功能复杂的 Header 或者 Footer 开放的接口 Created by SCWANG on 2017/5/26.
RefreshKernelImpl() - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
RefreshLayout - com.scwang.smartrefresh.layout.api中的接口
刷新布局 interface of the refresh layout Created by SCWANG on 2017/5/26.
RefreshState - com.scwang.smartrefresh.layout.constant中的枚举
刷新状态
requestDefaultTranslationContentFor(RefreshInternal, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
请求设置默认内容滚动设置
requestDefaultTranslationContentFor(RefreshInternal, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
requestDisallowInterceptTouchEvent(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
requestDrawBackgroundFor(RefreshInternal, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
指定在下拉时候为 Header 或 Footer 绘制背景
requestDrawBackgroundFor(RefreshInternal, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
requestFloorDuration(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
设置二楼回弹时长
requestFloorDuration(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
requestNeedTouchEventFor(RefreshInternal, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
请求事件
requestNeedTouchEventFor(RefreshInternal, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
requestRemeasureHeightFor(RefreshInternal) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
请求重新测量 headerHeight 或 footerHeight , 要求 height 高度为 WRAP_CONTENT
requestRemeasureHeightFor(RefreshInternal) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
resetNoMoreData() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Restore the original state after finishLoadMoreWithNoMoreData.
resetNoMoreData() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Restore the original state after finishLoadMoreWithNoMoreData.
run() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.BounceRunnable
 
run() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.FlingRunnable
 

S

Scale - 类 中的静态变量com.scwang.smartrefresh.layout.constant.SpinnerStyle
 
ScrollBoundaryDecider - com.scwang.smartrefresh.layout.api中的接口
滚动边界 Created by SCWANG on 2017/7/8.
ScrollBoundaryDeciderAdapter - com.scwang.smartrefresh.layout.impl中的类
滚动边界 Created by SCWANG on 2017/7/8.
ScrollBoundaryDeciderAdapter() - 类 的构造器com.scwang.smartrefresh.layout.impl.ScrollBoundaryDeciderAdapter
 
scrollContentWhenFinished(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
scrollContentWhenFinished(int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
scrollListBy(AbsListView, int) - 类 中的静态方法com.scwang.smartrefresh.layout.util.SmartUtil
 
sDefaultMarginLP - 类 中的静态变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
self() - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setAccentColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
setAccentColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setAccentColor(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setAccentColorId(int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
setAccentColorId(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setAlpha(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.PaintDrawable
 
setAnimatingColor(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
setArrowDrawable(Drawable) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setArrowResource(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setColor(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.PaintDrawable
 
setColorFilter(ColorFilter) - 类 中的方法com.scwang.smartrefresh.layout.internal.PaintDrawable
 
setDefaultRefreshFooterCreator(DefaultRefreshFooterCreator) - 类 中的静态方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置默认 Footer 构建器
setDefaultRefreshHeaderCreator(DefaultRefreshHeaderCreator) - 类 中的静态方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置默认 Header 构建器
setDefaultRefreshInitializer(DefaultRefreshInitializer) - 类 中的静态方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置默认 Refresh 初始化器
setDisableContentWhenLoading(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to enable the action content view when loading.
setDisableContentWhenLoading(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to enable the action content view when loading.
setDisableContentWhenRefresh(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to enable the action content view when refreshing.
setDisableContentWhenRefresh(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to enable the action content view when refreshing.
setDragRate(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the damping effect.
setDragRate(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the damping effect.
setDrawableArrowSize(float) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setDrawableMarginRight(float) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setDrawableProgressSize(float) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setDrawableSize(float) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setEnableAutoLoadMore(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Sets whether to listen for the list to trigger a load event when scrolling to the bottom (default true).
setEnableAutoLoadMore(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Sets whether to listen for the list to trigger a load event when scrolling to the bottom (default true).
setEnableClipFooterWhenFixedBehind(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to clip footer when the Footer is in the FixedBehind state.
setEnableClipFooterWhenFixedBehind(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to clip footer when the Footer is in the FixedBehind state.
setEnableClipHeaderWhenFixedBehind(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to clip header when the Header is in the FixedBehind state.
setEnableClipHeaderWhenFixedBehind(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to clip header when the Header is in the FixedBehind state.
setEnableFooterFollowWhenLoadFinished(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
setEnableFooterFollowWhenLoadFinished(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
setEnableFooterFollowWhenNoMoreData(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether or not Footer follows the content after there is no more data.
setEnableFooterFollowWhenNoMoreData(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether or not Footer follows the content after there is no more data.
setEnableFooterTranslationContent(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to pull up the content while pulling up the header.
setEnableFooterTranslationContent(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to pull up the content while pulling up the header.
setEnableHeaderTranslationContent(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to pull down the content while pulling down the header.
setEnableHeaderTranslationContent(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Whether to enable pull-down refresh (enabled by default).
setEnableHorizontalDrag(boolean) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
setEnableLastTime(boolean) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setEnableLoadMore(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to enable pull-up loading more (enabled by default).
setEnableLoadMore(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to enable pull-up loading more (enabled by default).
setEnableLoadMoreWhenContentNotFull(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
setEnableLoadMoreWhenContentNotFull(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to pull up and load more when the content is not full of one page.
setEnableLoadMoreWhenContentNotFull(boolean) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
setEnableLoadMoreWhenContentNotFull(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to pull up and load more when the content is not full of one page.
setEnableNestedScroll(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Setting whether nesting scrolling is enabled (default off + smart on).
setEnableNestedScroll(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Setting whether nesting scrolling is enabled (default off + smart on).
setEnableOverScrollBounce(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to enable cross-border rebound function.
setEnableOverScrollBounce(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to enable cross-border rebound function.
setEnableOverScrollDrag(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to enable cross-border drag (imitation iphone effect).
setEnableOverScrollDrag(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to enable cross-border drag (imitation iphone effect).
setEnablePullToCloseTwoLevel(boolean) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
是否禁止在二极状态是上滑关闭状态回到初态
setEnablePureScrollMode(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to enable the pure scroll mode.
setEnablePureScrollMode(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to enable the pure scroll mode.
setEnableRefresh(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Whether to enable pull-down refresh (enabled by default).
setEnableRefresh(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
是否启用下拉刷新(默认启用)
setEnableScrollContentWhenLoaded(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to scroll the content to display new data after loading more complete.
setEnableScrollContentWhenLoaded(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to scroll the content to display new data after loading more complete.
setEnableScrollContentWhenRefreshed(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set whether to scroll the content to display new data after the refresh is complete.
setEnableScrollContentWhenRefreshed(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set whether to scroll the content to display new data after the refresh is complete.
setEnableTwoLevel(boolean) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
设置是否开启二级刷新
setFinishDuration(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setFloorDuration(int) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
设置二楼展开动画持续的时间
setFloorRage(float) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
设置触发二楼的白百分比
setFooterHeight(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the Footer's height.
setFooterHeight(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the Footer's height.
setFooterInsetStart(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the Footer's start offset.
setFooterInsetStart(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the Header's start offset.
setFooterMaxDragRate(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the ratio of the maximum height to drag footer.
setFooterMaxDragRate(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the ratio of the maximum height to drag footer.
setFooterTriggerRate(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the ratio at which the load more is triggered.
setFooterTriggerRate(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the ratio at which the load more is triggered.
setHeaderHeight(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the Header's height.
setHeaderHeight(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the Header's height.
setHeaderInsetStart(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the Header's start offset(see srlHeaderInsetStart in the RepastPracticeActivity XML in demo-app for the practical application).
setHeaderInsetStart(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the Header's start offset(see srlHeaderInsetStart in the RepastPracticeActivity XML in demo-app for the practical application).
setHeaderMaxDragRate(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the ratio of the maximum height to drag header.
setHeaderMaxDragRate(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the ratio of the maximum height to drag header.
setHeaderTriggerRate(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the ratio at which the refresh is triggered.
setHeaderTriggerRate(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the ratio at which the refresh is triggered.
setLastUpdateText(CharSequence) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setLastUpdateTime(Date) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setMaxRage(float) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
设置下拉 Header 的最大高度比值
setNestedScrollingEnabled(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setNoMoreData(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshFooter
【仅限框架内调用】设置数据全部加载完成,将不能再次触发加载功能
setNoMoreData(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Restore the original state after finishLoadMoreWithNoMoreData.
setNoMoreData(boolean) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
设置数据全部加载完成,将不能再次触发加载功能
setNoMoreData(boolean) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 
setNoMoreData(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Restore the original state after finishLoadMoreWithNoMoreData.
setNormalColor(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
setOnLoadMoreListener(OnLoadMoreListener) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set load more listener separately.
setOnLoadMoreListener(OnLoadMoreListener) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set load more listener separately.
setOnMultiPurposeListener(OnMultiPurposeListener) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set up a multi-function listener.
setOnMultiPurposeListener(OnMultiPurposeListener) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set up a multi-function listener.
setOnRefreshListener(OnRefreshListener) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set refresh listener separately.
setOnRefreshListener(OnRefreshListener) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set refresh listener separately.
setOnRefreshLoadMoreListener(OnRefreshLoadMoreListener) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set refresh and load listeners at the same time.
setOnRefreshLoadMoreListener(OnRefreshLoadMoreListener) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set refresh and load listeners at the same time.
setOnTwoLevelListener(OnTwoLevelListener) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
设置二级刷新监听器
setPrimaryColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
setPrimaryColor(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setPrimaryColorId(int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
setPrimaryColorId(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setPrimaryColors(int...) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
【仅限框架内调用】设置主题颜色
setPrimaryColors(int...) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set theme color int (primaryColor and accentColor).
setPrimaryColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
已过时。
setPrimaryColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
已过时。
setPrimaryColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
已过时。
setPrimaryColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalAbstract
 
setPrimaryColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setPrimaryColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set theme color int (primaryColor and accentColor).
setPrimaryColorsId(int...) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set theme color id (primaryColor and accentColor).
setPrimaryColorsId(int...) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set theme color id (primaryColor and accentColor).
setProgressDrawable(Drawable) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setProgressResource(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setReboundDuration(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the duration of the rebound animation.
setReboundDuration(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the duration of the rebound animation.
setReboundInterpolator(Interpolator) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the rebound interpolator.
setReboundInterpolator(Interpolator) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the rebound interpolator.
setRefreshContent(View) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the content of RefreshLayout(Suitable for non-XML pages, not suitable for replacing empty layouts)。
setRefreshContent(View, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the content of RefreshLayout(Suitable for non-XML pages, not suitable for replacing empty layouts).
setRefreshContent(View) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the content of RefreshLayout(Suitable for non-XML pages, not suitable for replacing empty layouts)。
setRefreshContent(View, int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the content of RefreshLayout(Suitable for non-XML pages, not suitable for replacing empty layouts).
setRefreshFooter(RefreshFooter) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the footer of RefreshLayout.
setRefreshFooter(RefreshFooter, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the footer of RefreshLayout.
setRefreshFooter(RefreshFooter) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the footer of RefreshLayout.
setRefreshFooter(RefreshFooter, int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the footer of RefreshLayout.
setRefreshHeader(RefreshHeader) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the header of RefreshLayout.
setRefreshHeader(RefreshHeader, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the header of RefreshLayout.
setRefreshHeader(RefreshHeader) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
设置指定的 Header
setRefreshHeader(RefreshHeader, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
设置指定的 Header
setRefreshHeader(RefreshHeader) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the header of RefreshLayout.
setRefreshHeader(RefreshHeader, int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the header of RefreshLayout.
setRefreshRage(float) - 类 中的方法com.scwang.smartrefresh.layout.header.TwoLevelHeader
设置触发刷新的百分比
setScrollBoundaryDecider(ScrollBoundaryDecider) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
setScrollBoundaryDecider(ScrollBoundaryDecider) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
Set the scroll boundary Decider, Can customize when you can refresh.
setScrollBoundaryDecider(ScrollBoundaryDecider) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
setScrollBoundaryDecider(ScrollBoundaryDecider) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
Set the scroll boundary Decider, Can customize when you can refresh.
setSpinnerStyle(SpinnerStyle) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
setSpinnerStyle(SpinnerStyle) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setState(RefreshState) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
 
setState(RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
setStateDirectLoading(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
直接将状态设置为 Loading 正在加载
setStateLoading(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置状态为 Loading 正在加载
setStateRefreshing(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置状态为 Refreshing 正在刷新
setTextSizeTime(float) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setTextSizeTitle(float) - 类 中的方法com.scwang.smartrefresh.layout.internal.InternalClassics
 
setTextTimeMarginTop(float) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setTimeFormat(DateFormat) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setUpComponent(RefreshKernel, View, View) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
setUpComponent(RefreshKernel, View, View) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
setViceState(RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置 副状态
sFooterCreator - 类 中的静态变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
sHeaderCreator - 类 中的静态变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
SimpleMultiPurposeListener - com.scwang.smartrefresh.layout.listener中的类
多功能监听器 Created by SCWANG on 2017/5/26.
SimpleMultiPurposeListener() - 类 的构造器com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
SmartRefreshLayout - com.scwang.smartrefresh.layout中的类
智能刷新布局 Intelligent RefreshLayout Created by SCWANG on 2017/5/26.
SmartRefreshLayout(Context) - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout
 
SmartRefreshLayout(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout
 
SmartRefreshLayout(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout
 
SmartRefreshLayout.BounceRunnable - com.scwang.smartrefresh.layout中的类
 
SmartRefreshLayout.FlingRunnable - com.scwang.smartrefresh.layout中的类
 
SmartRefreshLayout.LayoutParams - com.scwang.smartrefresh.layout中的类
 
SmartRefreshLayout.RefreshKernelImpl - com.scwang.smartrefresh.layout中的类
刷新布局核心功能接口 为功能复杂的 Header 或者 Footer 开放的接口
SmartUtil - com.scwang.smartrefresh.layout.util中的类
SmartUtil Created by SCWANG on 2018/3/5.
SmartUtil() - 类 的构造器com.scwang.smartrefresh.layout.util.SmartUtil
 
SpinnerStyle - com.scwang.smartrefresh.layout.constant中的类
顶部和底部的组件在拖动时候的变换方式 Created by SCWANG on 2017/5/26.
spinnerStyle - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout.LayoutParams
 
sRefreshInitializer - 类 中的静态变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
start() - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
start() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.FlingRunnable
 
startFlingIfNeed(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
在必要的时候 开始 Fling 模式
startTwoLevel(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
开始执行二极刷新
startTwoLevel(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
stop() - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 

T

toFooter() - 枚举 中的方法com.scwang.smartrefresh.layout.constant.RefreshState
 
toHeader() - 枚举 中的方法com.scwang.smartrefresh.layout.constant.RefreshState
 
Translate - 类 中的静态变量com.scwang.smartrefresh.layout.constant.SpinnerStyle
 
TwoLevelHeader - com.scwang.smartrefresh.layout.header中的类
二级刷新 Created by SCWANG on 2017/5/26.
TwoLevelHeader(Context) - 类 的构造器com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
TwoLevelHeader(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.header.TwoLevelHeader
 
TwoLevelHeader(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.header.TwoLevelHeader
 

U

unNotify() - 类 中的方法com.scwang.smartrefresh.layout.constant.DimensionStatus
转换为未通知状态

V

valueOf(String) - 枚举 中的静态方法com.scwang.smartrefresh.layout.constant.RefreshState
返回带有指定名称的该类型的枚举常量。
values - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
values() - 枚举 中的静态方法com.scwang.smartrefresh.layout.constant.RefreshState
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values - 类 中的静态变量com.scwang.smartrefresh.layout.constant.SpinnerStyle
 

X

XmlExact - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
XmlExactUnNotify - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
XmlLayout - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
XmlLayoutUnNotify - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
XmlWrap - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
XmlWrapUnNotify - 类 中的静态变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
A B C D E F G I K L M N O P R S T U V X 
跳过导航链接