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

A

AnimationEndListener - com.scwang.smartrefresh.layout.listener中的接口
动画 Created by SCWANG on 2017/6/21.
animSpinner(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
执行动画使视图位移到指定的 位置 moveSpinner 的取名来自 谷歌官方的 @SwipeRefreshLayout.moveSpinner(float)
animSpinner(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
animSpinner(int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
animSpinner(int, int, Interpolator) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
执行回弹动画
animSpinner(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
animSpinnerBounce(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
越界回弹动画
autoLoadmore() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
自动加载
autoLoadmore(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
自动加载
autoLoadmore(int, int, float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
自动加载
autoLoadmore() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
自动加载
autoLoadmore(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
自动加载
autoLoadmore(int, int, float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
自动加载
autoRefresh() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
自动刷新
autoRefresh(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
自动刷新
autoRefresh(int, int, float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
自动刷新
autoRefresh() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
自动刷新
autoRefresh(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
自动刷新
autoRefresh(int, int, float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
自动刷新

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
 
BallPulseView - com.scwang.smartrefresh.layout.footer.ballpulse中的类
 
BallPulseView(Context) - 类 的构造器com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
BallPulseView(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
BallPulseView(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
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
 
blendARGB(int, int, float) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Blend between two ARGB colors using the given ratio.
blendHSL(float[], float[], float, float[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Blend between hsl1 and hsl2 using the given ratio.
blendLAB(double[], double[], double, double[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Blend between two CIE-LAB colors using the given ratio.
boundary - 类 中的变量com.scwang.smartrefresh.layout.impl.ScrollBoundaryDeciderAdapter
 

C

calculateContrast(int, int) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Returns the contrast ratio between foreground and background.
calculateLuminance(int) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Returns the luminance of a color as a float between 0.0 and 1.0.
calculateMinimumAlpha(int, int, float) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Calculates the minimum alpha value which can be applied to foreground so that would have a contrast value of at least minContrastRatio when compared to background.
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, MotionEvent) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ScrollBoundaryUtil
 
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, MotionEvent) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ScrollBoundaryUtil
 
canReplaceWith(DimensionStatus) - 枚举 中的方法com.scwang.smartrefresh.layout.constant.DimensionStatus
小于等于
canReuseBitmap(int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
canReuseCache() - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
canScrollDown(View, MotionEvent) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ScrollBoundaryUtil
 
canScrollDown(View) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ScrollBoundaryUtil
 
canScrollUp(View) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ScrollBoundaryUtil
 
checkLayoutParams(ViewGroup.LayoutParams) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
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
 
ClassicsHeader(Context, AttributeSet, int, int) - 类 的构造器com.scwang.smartrefresh.layout.header.ClassicsHeader
 
colorToHSL(int, float[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Convert the ARGB color to its HSL (hue-saturation-lightness) components.
colorToLAB(int, double[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Convert the ARGB color to its CIE Lab representative components.
colorToXYZ(int, double[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Convert the ARGB color to it's CIE XYZ representative components.
ColorUtils - com.scwang.smartrefresh.layout.util中的类
A set of color-related utility methods, building upon those available in Color.
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.footer.ballpulse - 程序包 com.scwang.smartrefresh.layout.footer.ballpulse
 
com.scwang.smartrefresh.layout.header - 程序包 com.scwang.smartrefresh.layout.header
 
com.scwang.smartrefresh.layout.header.bezierradar - 程序包 com.scwang.smartrefresh.layout.header.bezierradar
 
com.scwang.smartrefresh.layout.impl - 程序包 com.scwang.smartrefresh.layout.impl
 
com.scwang.smartrefresh.layout.internal - 程序包 com.scwang.smartrefresh.layout.internal
 
com.scwang.smartrefresh.layout.internal.pathview - 程序包 com.scwang.smartrefresh.layout.internal.pathview
 
com.scwang.smartrefresh.layout.listener - 程序包 com.scwang.smartrefresh.layout.listener
 
com.scwang.smartrefresh.layout.util - 程序包 com.scwang.smartrefresh.layout.util
 
compositeColors(int, int) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Composite two potentially translucent colors over each other and returns the result.
computeScroll() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
createCachedBitmapIfNeeded(int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
createRefreshFooter(Context, RefreshLayout) - 接口 中的方法com.scwang.smartrefresh.layout.api.DefaultRefreshFooterCreater
 
createRefreshHeader(Context, RefreshLayout) - 接口 中的方法com.scwang.smartrefresh.layout.api.DefaultRefreshHeaderCreater
 

D

DEFAULT_SIZE - 类 中的静态变量com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
DefaultRefreshFooterCreater - com.scwang.smartrefresh.layout.api中的接口
默认Footer创建器 Created by SCWANG on 2017/5/26.
DefaultRefreshHeaderCreater - com.scwang.smartrefresh.layout.api中的接口
默认Header创建器 Created by SCWANG on 2017/5/26.
DelayedRunable - com.scwang.smartrefresh.layout.util中的类
 
DelayedRunable(Runnable) - 类 的构造器com.scwang.smartrefresh.layout.util.DelayedRunable
 
DelayedRunable(Runnable, long) - 类 的构造器com.scwang.smartrefresh.layout.util.DelayedRunable
 
delayMillis - 类 中的变量com.scwang.smartrefresh.layout.util.DelayedRunable
 
DensityUtil - com.scwang.smartrefresh.layout.util中的类
 
DensityUtil() - 类 的构造器com.scwang.smartrefresh.layout.util.DensityUtil
 
DimensionStatus - com.scwang.smartrefresh.layout.constant中的枚举
尺寸值的定义状态,用于在值覆盖的时候决定优先级 越往下优先级越高
dip2px(float) - 类 中的方法com.scwang.smartrefresh.layout.util.DensityUtil
根据手机的分辨率从 dp 的单位 转成为 px(像素)
dispatchDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
dispatchNestedFling(float, float, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
dispatchNestedPreFling(float, float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
dispatchNestedPreScroll(int, int, int[], int[]) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
dispatchNestedScroll(int, int, int, int, int[]) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
dispatchTouchEvent(MotionEvent) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
distanceEuclidean(double[], double[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Returns the euclidean distance between two LAB colors.
dp2px(float) - 类 中的静态方法com.scwang.smartrefresh.layout.util.DensityUtil
根据手机的分辨率从 dp 的单位 转成为 px(像素)
draging - 枚举 中的变量com.scwang.smartrefresh.layout.constant.RefreshState
 
draw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
draw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 

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
 
FalsifyFooter(Context, AttributeSet, int, int) - 类 的构造器com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
FalsifyHeader - com.scwang.smartrefresh.layout.header中的类
虚假的 Header 用于 正真的 Header 在 RefreshLayout 外部时, 使用本虚假的 FalsifyHeader 填充在 RefreshLayout 内部 具体使用方法 参考 QQ空间风格(QzoneHeader) 和 纸飞机(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
 
FalsifyHeader(Context, AttributeSet, int, int) - 类 的构造器com.scwang.smartrefresh.layout.header.FalsifyHeader
 
findScrollableView(View, RefreshKernel) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
findScrollableViewByEvent(View, MotionEvent, View) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
findScrollableViewInternal(View, boolean) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
finishLoadmore() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
完成加载
finishLoadmore(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
完成加载
finishLoadmore(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
完成加载
finishLoadmore(int, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
完成加载
finishLoadmore(int, boolean, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
完成加载
finishLoadmore() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
完成加载
finishLoadmore(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
完成加载
finishLoadmore(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
完成加载
finishLoadmore(int, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
完成加载
finishLoadmore(int, boolean, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
完成加载
finishLoadmoreWithNoMoreData() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
完成加载并标记没有更多数据
finishLoadmoreWithNoMoreData() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
完成加载并标记没有更多数据
finishRefresh() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
完成刷新
finishRefresh(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
完成刷新
finishRefresh(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
完成加载
finishRefresh(int, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
完成刷新
finishRefresh() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
完成刷新
finishRefresh(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
完成刷新
finishRefresh(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
完成刷新
finishRefresh(int, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
完成刷新
finishTwoLevel() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
结束关闭二极刷新
finishTwoLevel() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
fling(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
fling(int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 

G

generateDefaultLayoutParams() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
generateLayoutParams(ViewGroup.LayoutParams) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
generateLayoutParams(AttributeSet) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
getArrowView() - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
getArrowView() - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
getHeadHeight() - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.WaveView
 
getInterpolation(float) - 类 中的方法com.scwang.smartrefresh.layout.util.ViscousFluidInterpolator
 
getLastUpdateText() - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
getLayout() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
获取实体布局视图
getLayout() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
获取实体布局视图
getLayoutParams() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
getLayoutParams() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
getMeasuredHeight() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
getMeasuredHeight() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
getMeasuredWidth() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
getMeasuredWidth() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
getNestedScrollAxes() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
getOpacity() - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
getOpacity() - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
getPaint() - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
getProgressView() - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
getProgressView() - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
getRefreshContent() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
 
getRefreshContent() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
getRefreshFooter() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
获取当前 Footer
getRefreshFooter() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
获取底部上啦组件的实现
getRefreshHeader() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
获取当前 Header
getRefreshHeader() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
获取顶部下拉组件的实现
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.footer.BallPulseFooter
 
getSpinnerStyle() - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
getSpinnerStyle() - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
getSpinnerStyle() - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
getSpinnerStyle() - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
getSpinnerStyle() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
getSpinnerStyle() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
getState() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
获取当前状态
getState() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
获取状态
getTitleText() - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
getTitleText() - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
getViceState() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
getView() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
getView() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
获取实体视图
getView() - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
getView() - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
getView() - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
getView() - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
getView() - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
getView() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
getView() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
getView() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
getWaveHeight() - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.WaveView
 
gteReplaceWith(DimensionStatus) - 枚举 中的方法com.scwang.smartrefresh.layout.constant.DimensionStatus
大于等于

H

hasNestedScrollingParent() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
height() - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
height() - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
HSLToColor(float[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Convert HSL (hue-saturation-lightness) components to a RGB color.

I

interceptAnimator(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
在动画执行时,触摸屏幕,打断动画,转为拖动状态
isEnableAutoLoadmore() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
 
isEnableAutoLoadmore() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
isEnableLoadmore() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
 
isEnableLoadmore() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
isEnableOverScrollBounce() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
 
isEnableOverScrollBounce() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
isEnablePureScrollMode() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
 
isEnablePureScrollMode() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
isEnableRefresh() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
 
isEnableRefresh() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
isEnableScrollContentWhenLoaded() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
 
isEnableScrollContentWhenLoaded() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
isFooter() - 枚举 中的方法com.scwang.smartrefresh.layout.constant.RefreshState
 
isHeader() - 枚举 中的方法com.scwang.smartrefresh.layout.constant.RefreshState
 
isLoading() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
是否正在加载
isLoading() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
是否正在加载
isLoadmoreFinished() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
 
isLoadmoreFinished() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
isNestedScrollingEnabled() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
isRefreshing() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
是否正在刷新
isRefreshing() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
是否正在刷新
isRunning() - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
isScrollableView(View) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
isSupportHorizontalDrag() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
是否支持水平方向的拖动(将会影响到onHorizontalDrag的调用)
isSupportHorizontalDrag() - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
isSupportHorizontalDrag() - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
isSupportHorizontalDrag() - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
isSupportHorizontalDrag() - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
isSupportHorizontalDrag() - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
isSupportHorizontalDrag() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
isSupportHorizontalDrag() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
isTransformedTouchPointInView(ViewGroup, View, float, float, PointF) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ScrollBoundaryUtil
 

K

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

L

LABToColor(double, double, double) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Converts a color from CIE Lab to its RGB representation.
LABToXYZ(double, double, double, double[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Converts a color from CIE Lab to CIE XYZ representation.
layout(int, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
layout(int, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
LayoutParams(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout.LayoutParams
 
LayoutParams(int, int) - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout.LayoutParams
 
LayoutParams(ViewGroup.MarginLayoutParams) - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout.LayoutParams
 
LayoutParams(ViewGroup.LayoutParams) - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout.LayoutParams
 

M

mActionEvent - 类 中的变量com.scwang.smartrefresh.layout.impl.ScrollBoundaryDeciderAdapter
 
mArrowDrawable - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mArrowDrawable - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mArrowView - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mArrowView - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
MAX_CLIP - 类 中的静态变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
mBackgroundColor - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mBackgroundColor - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mBoundaryAdapter - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mColors - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
mContentView - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mDelayedRunables - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mDisableContentWhenLoading - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mDisableContentWhenRefresh - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mDragRate - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
measure(int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
measure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
measureViewHeight(View) - 类 中的静态方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mEnableAutoLoadmore - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableFooterFollowWhenLoadFinished - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableFooterTranslationContent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableHeaderTranslationContent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
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
 
mEnableOverScrollBounce - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnableOverScrollDrag - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mEnablePreviewInEditMode - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
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
 
mFinishDuration - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mFinishDuration - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
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.SmartRefreshLayout
 
mFooterBackgroundColor - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterExtendHeight - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
扩展高度
mFooterHeight - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mFooterHeight - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
底部高度
mFooterHeightStatus - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterMaxDragRate - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
最大拖动比率(最大高度/Footer高度)
mFooterNeedTouchEventWhenLoading - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mFooterTriggerRate - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
触发加载距离 与 FooterHieght 的比率
mFormat - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mHandler - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderBackgroundColor - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderExtendHeight - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
扩展高度
mHeaderHeight - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mHeaderHeight - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
头部高度
mHeaderHeightStatus - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderMaxDragRate - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
最大拖动比率(最大高度/Header高度)
mHeaderNeedTouchEventWhenRefreshing - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mHeaderTriggerRate - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
触发刷新距离 与 HeaderHieght 的比率
mHeight - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
mHorizontalDragged - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mIsBeingDragged - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mKernel - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mLastLoadingTime - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mLastRefreshingTime - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
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
 
mLastUpdateText - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mLoadmoreFinished - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mLoadmoreFinished - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mLoadmoreListener - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mManualHeaderTranslationContent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mManualLoadmore - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mManualNestedScrolling - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mMaximumVelocity - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mMinimumVelocity - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mMotionEvent - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
mNestedScrollingChildHelper - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mNestedScrollingParentHelper - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mNestedScrollInProgress - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mOnMultiPurposeListener - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mOrginHeight - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
mOrginPaths - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
mOrginSvgs - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
mOrginWidth - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
moveSpinner(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
moveSpinner(int, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
移动视图到指定位置 moveSpinner 的取名来自 谷歌官方的 @SwipeRefreshLayout.moveSpinner(float)
moveSpinner(int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
moveSpinner(int, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
移动滚动 Scroll moveSpinner 的取名来自 谷歌官方的 @SwipeRefreshLayout.moveSpinner(float)
moveSpinner(int, boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
moveSpinnerInfinitely(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mPaddingBottom - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mPaddingBottom - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mPaddingTop - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mPaddingTop - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mPaint - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
mPaint - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mParentOffsetInWindow - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mParentScrollConsumed - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mPaths - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
mPathsDrawable - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsView
 
mPrimaryColors - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mProgressDrawable - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mProgressDrawable - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mProgressView - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mProgressView - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mRealContentView - 类 中的变量com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
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.SmartRefreshLayout
下拉头部视图
mRefreshKernel - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mRefreshKernel - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mRefreshKernel - 类 中的变量com.scwang.smartrefresh.layout.header.FalsifyHeader
 
mRefreshListener - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
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
 
mShared - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mSpinner - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mSpinnerStyle - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mSpinnerStyle - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
mStartX - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
mStartY - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
mState - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mSuperDispatchTouchEvent - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mTitleText - 类 中的变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
mTitleText - 类 中的变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
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
 
mVelocityTracker - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mVerticalDragged - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mVerticalPermit - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mViceState - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
mWidth - 类 中的变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 

N

notifyed - 枚举 中的变量com.scwang.smartrefresh.layout.constant.DimensionStatus
 
notifyed() - 枚举 中的方法com.scwang.smartrefresh.layout.constant.DimensionStatus
转换为通知状态
notifyStateChanged(RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 

O

onActionDown(MotionEvent) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
onActionDown(MotionEvent) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
onActionUpOrCancel() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
onActionUpOrCancel() - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
onAnimationEnd() - 接口 中的方法com.scwang.smartrefresh.layout.listener.AnimationEndListener
 
onAttachedToWindow() - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundProgressView
 
onAttachedToWindow() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
onDetachedFromWindow() - 类 中的方法com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
onDetachedFromWindow() - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundProgressView
 
onDetachedFromWindow() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
onDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
onDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
onDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RippleView
 
onDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundDotView
 
onDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundProgressView
 
onDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.WaveView
 
onDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
onDraw(Canvas) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsView
 
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.header.FalsifyHeader
 
onFinish(RefreshLayout, boolean) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
onFinish(RefreshLayout, boolean) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
onFinishInflate() - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsView
 
onFinishInflate() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
onFooterFinish(RefreshFooter, boolean) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
 
onFooterFinish(RefreshFooter, boolean) - 类 中的方法com.scwang.smartrefresh.layout.listener.SimpleMultiPurposeListener
 
onFooterPulling(RefreshFooter, float, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
 
onFooterPulling(RefreshFooter, 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
 
onFooterReleasing(RefreshFooter, float, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
 
onFooterReleasing(RefreshFooter, float, int, 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
 
onHeaderPulling(RefreshHeader, float, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
 
onHeaderPulling(RefreshHeader, 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
 
onHeaderReleasing(RefreshHeader, float, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.listener.OnMultiPurposeListener
 
onHeaderReleasing(RefreshHeader, float, int, 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.footer.BallPulseFooter
 
onHorizontalDrag(float, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
onHorizontalDrag(float, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
onHorizontalDrag(float, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
onHorizontalDrag(float, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
onHorizontalDrag(float, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
onHorizontalDrag(float, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
onInitialHeaderAndFooter(int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
onInitialHeaderAndFooter(int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
onInitialized(RefreshKernel, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
尺寸定义完成 (如果高度不改变(代码修改:setHeader),只调用一次, 在RefreshLayout#onMeasure中调用)
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
onInitialized(RefreshKernel, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsView
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
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.
onLoadmoreReleased(RefreshLayout, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshFooter
释放时刻(调用一次,将会触发加载)
onLoadmoreReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
onLoadmoreReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
onLoadmoreReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
onLoadmoreReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RippleView
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundDotView
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundProgressView
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.WaveView
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
onMeasure() - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsView
 
onMeasure(int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
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
 
onPullingDown(float, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshHeader
手指拖动下拉(会连续多次调用)
onPullingDown(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
onPullingDown(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
onPullingDown(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
onPullingDown(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
onPullingUp(float, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshFooter
手指拖动下拉(会连续多次调用)
onPullingUp(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
onPullingUp(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
onPullingUp(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
onPullingUp(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
onPullReleasing(float, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshFooter
手指释放之后的持续动画(会连续多次调用)
onPullReleasing(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
onPullReleasing(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
onPullReleasing(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
onPullReleasing(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
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.
onRefreshReleased(RefreshLayout, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshHeader
释放时刻(调用一次,将会触发加载)
onRefreshReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
onRefreshReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
onRefreshReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
onRefreshReleased(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
onReleasing(float, int, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshHeader
手指释放之后的持续动画
onReleasing(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
onReleasing(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
onReleasing(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
onReleasing(float, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
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.header.BezierRadarHeader
 
onStartAnimator(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
onStartAnimator(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
 
onStartAnimator(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
onStartAnimator(RefreshLayout, int, int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
onStartNestedScroll(View, View, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
onStateChanged(RefreshLayout, RefreshState, RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
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.FalsifyHeader
 
onStateChanged(RefreshLayout, RefreshState, RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
onStateChanged(RefreshLayout, RefreshState, RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
 
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
 
opening - 枚举 中的变量com.scwang.smartrefresh.layout.constant.RefreshState
 
overSpinner() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
手势拖动结束 开始执行回弹动画

P

parserColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
parserColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsView
 
parserPaths(String...) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
parserPaths(String...) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsView
 
PathsDrawable - com.scwang.smartrefresh.layout.internal.pathview中的类
路径 Created by SCWANG on 2017/6/1.
PathsDrawable() - 类 的构造器com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
PathsView - com.scwang.smartrefresh.layout.internal.pathview中的类
路径视图 Created by SCWANG on 2017/5/29.
PathsView(Context) - 类 的构造器com.scwang.smartrefresh.layout.internal.pathview.PathsView
 
PathsView(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.internal.pathview.PathsView
 
PathsView(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.internal.pathview.PathsView
 
pointInView(View, float, float, float) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ScrollBoundaryUtil
 
post(Runnable) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
postDelayed(Runnable, long) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
ProgressDrawable - com.scwang.smartrefresh.layout.internal中的类
旋转动画 Created by SCWANG on 2017/6/16.
ProgressDrawable() - 类 的构造器com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
px2dip(float) - 类 中的方法com.scwang.smartrefresh.layout.util.DensityUtil
根据手机的分辨率从 px(像素) 的单位 转成为 dp
px2dp(float) - 类 中的静态方法com.scwang.smartrefresh.layout.util.DensityUtil
根据手机的分辨率从 px(像素) 的单位 转成为 dp

R

reboundAnimator - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
reboundAnimatorEndListener - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
reboundUpdateListener - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
REFRESH_FOOTER_ALLLOADED - 类 中的静态变量com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
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_PULLUP - 类 中的静态变量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_LASTTIME - 类 中的静态变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
REFRESH_HEADER_LOADING - 类 中的静态变量com.scwang.smartrefresh.layout.header.ClassicsHeader
 
REFRESH_HEADER_PULLDOWN - 类 中的静态变量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_SECOND_FLOOR - 类 中的静态变量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
 
RefreshContentWrapper(Context) - 类 的构造器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(SmartRefreshLayout) - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
RefreshLayout - com.scwang.smartrefresh.layout.api中的接口
刷新布局 Created by SCWANG on 2017/5/26.
RefreshState - com.scwang.smartrefresh.layout.constant中的枚举
 
REGION - 类 中的静态变量com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
requestDefaultHeaderTranslationContent(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
请求设置默认内容滚动设置
requestDefaultHeaderTranslationContent(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
requestDisallowInterceptTouchEvent(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
这段代码来自谷歌官方的 SwipeRefreshLayout 应用场景已经在英文注释中解释清楚 大部分第三方下拉刷新库都保留了这段代码,本库也不例外
requestDrawBackgoundForFooter(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
指定在下拉时候为 Footer 绘制背景
requestDrawBackgoundForFooter(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
requestDrawBackgoundForHeader(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
指定在下拉时候为 Header 绘制背景
requestDrawBackgoundForHeader(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
requestFloorDuration(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
设置二楼回弹时长
requestFloorDuration(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
requestFooterNeedTouchEventWhenLoading(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
请求事件
requestFooterNeedTouchEventWhenLoading(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
requestHeaderNeedTouchEventWhenRefreshing(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
请求事件
requestHeaderNeedTouchEventWhenRefreshing(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
requestRemeasureHeightForFooter() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
请求重新测量
requestRemeasureHeightForFooter() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
requestRemeasureHeightForHeader() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
请求重新测量
requestRemeasureHeightForHeader() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
resetNoMoreData() - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
恢复没有更多数据的原始状态
resetNoMoreData() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
恢复没有更多数据的原始状态
resetStatus() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
重置状态
RGBToHSL(int, int, int, float[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Convert RGB components to HSL (hue-saturation-lightness).
RGBToLAB(int, int, int, double[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Convert RGB components to its CIE Lab representative components.
RGBToXYZ(int, int, int, double[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Convert RGB components to it's CIE XYZ representative components.
RippleView - com.scwang.smartrefresh.layout.header.bezierradar中的类
cjj
RippleView(Context) - 类 的构造器com.scwang.smartrefresh.layout.header.bezierradar.RippleView
 
RoundDotView - com.scwang.smartrefresh.layout.header.bezierradar中的类
Created by cjj on 2015/8/27.
RoundDotView(Context) - 类 的构造器com.scwang.smartrefresh.layout.header.bezierradar.RoundDotView
 
RoundProgressView - com.scwang.smartrefresh.layout.header.bezierradar中的类
中心圆形加载进度视图 Created by Administrator on 2015/8/27.
RoundProgressView(Context) - 类 的构造器com.scwang.smartrefresh.layout.header.bezierradar.RoundProgressView
 
run() - 类 中的方法com.scwang.smartrefresh.layout.util.DelayedRunable
 
runnable - 类 中的变量com.scwang.smartrefresh.layout.util.DelayedRunable
 

S

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
 
ScrollBoundaryUtil - com.scwang.smartrefresh.layout.util中的类
滚动边界 Created by SCWANG on 2017/7/8.
ScrollBoundaryUtil() - 类 的构造器com.scwang.smartrefresh.layout.util.ScrollBoundaryUtil
 
scrollContentWhenFinished(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
scrollContentWhenFinished(int) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
scrollListBy(AbsListView, int) - 类 中的静态方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
setAccentColor(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setAccentColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
setAccentColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setAccentColorId(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setAccentColorId(int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
setAccentColorId(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setAlpha(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
setAlpha(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
setAlphaComponent(int, int) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Set the alpha component of color to be alpha.
setAnimatingColor(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
setAnimatingColor(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
setArrowBitmap(Bitmap) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setArrowBitmap(Bitmap) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setArrowDrawable(Drawable) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setArrowDrawable(Drawable) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setArrowResource(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setArrowResource(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setBackColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundProgressView
 
setBounds(int, int, int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
setBounds(Rect) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
setColor(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
setColorFilter(ColorFilter) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
setColorFilter(ColorFilter) - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
setDefaultRefreshFooterCreater(DefaultRefreshFooterCreater) - 类 中的静态方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置默认Footer构建器
setDefaultRefreshHeaderCreater(DefaultRefreshHeaderCreater) - 类 中的静态方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置默认Header构建器
setDisableContentWhenLoading(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是否开启在加载时候禁止操作内容视图
setDisableContentWhenLoading(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是否开启在加载时候禁止操作内容视图
setDisableContentWhenRefresh(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是否开启在刷新时候禁止操作内容视图
setDisableContentWhenRefresh(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是否开启在刷新时候禁止操作内容视图
setDotColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundDotView
 
setDragRate(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
显示拖动高度/真实拖动高度(默认0.5,阻尼效果)
setDragRate(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setDrawableArrowSize(float) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setDrawableArrowSize(float) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setDrawableArrowSizePx(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setDrawableArrowSizePx(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setDrawableMarginRight(float) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setDrawableMarginRight(float) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setDrawableMarginRightPx(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setDrawableMarginRightPx(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setDrawableProgressSize(float) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setDrawableProgressSize(float) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setDrawableProgressSizePx(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setDrawableProgressSizePx(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setDrawableSize(float) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setDrawableSize(float) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setDrawableSizePx(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setDrawableSizePx(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setEnableAutoLoadmore(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是否监听列表在滚动到底部时触发加载事件(默认true)
setEnableAutoLoadmore(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是否监听列表在滚动到底部时触发加载事件
setEnableFooterFollowWhenLoadFinished(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是否在全部加载结束之后Footer跟随内容
setEnableFooterFollowWhenLoadFinished(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是否在全部加载结束之后Footer跟随内容
setEnableFooterTranslationContent(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是否启在上拉Footer的同时上拉内容
setEnableFooterTranslationContent(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是否启用内容视图拖动效果
setEnableHeaderTranslationContent(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是否启在下拉Header的同时下拉内容
setEnableHeaderTranslationContent(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是否启用内容视图拖动效果
setEnableHorizontalDrag(boolean) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
setEnableLastTime(boolean) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setEnableLoadmore(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是否启用上啦加载更多(默认启用)
setEnableLoadmore(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是否启用上啦加载更多(默认启用)
setEnableLoadmoreWhenContentNotFull(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
setEnableLoadmoreWhenContentNotFull(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置在内容不满一页的时候,是否可以上拉加载更多
setEnableLoadmoreWhenContentNotFull(boolean) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
setEnableLoadmoreWhenContentNotFull(boolean) - 类 中的方法com.scwang.smartrefresh.layout.impl.ScrollBoundaryDeciderAdapter
 
setEnableLoadmoreWhenContentNotFull(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置在内容不满一页的时候,是否可以上拉加载更多
setEnableNestedScroll(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是会否启用嵌套滚动功能(默认关闭+智能开启)
setEnableNestedScroll(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是会否启用嵌套滚动功能(默认关闭+智能开启)
setEnableOverScrollBounce(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是否启用越界回弹
setEnableOverScrollBounce(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是否启用越界回弹
setEnableOverScrollDrag(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是否启用越界拖动(仿苹果效果)
setEnableOverScrollDrag(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是否启用越界拖动(仿苹果效果)
setEnablePureScrollMode(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是否开启纯滚动模式
setEnablePureScrollMode(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是否开启纯滚动模式
setEnableRefresh(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
是否启用下拉刷新(默认启用)
setEnableRefresh(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
是否启用下拉刷新(默认启用)
setEnableScrollContentWhenLoaded(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置是否在加载更多完成之后滚动内容显示新数据
setEnableScrollContentWhenLoaded(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置是否在加载更多完成之后滚动内容显示新数据
setEnableScrollContentWhenRefreshed(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
是否在刷新完成之后滚动内容显示新数据
setEnableScrollContentWhenRefreshed(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
是否在刷新完成之后滚动内容显示新数据
setFinishDuration(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setFinishDuration(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setFooterHeight(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
 
setFooterHeight(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setFooterHeightPx(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
 
setFooterHeightPx(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setFooterMaxDragRate(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置上啦最大高度和Footer高度的比率(将会影响可以上啦的最大高度)
setFooterMaxDragRate(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置上啦最大高度和Footer高度的比率(将会影响可以上啦的最大高度)
setFooterTriggerRate(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置 触发加载距离 与 FooterHieght 的比率
setFooterTriggerRate(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置 触发加载距离 与 FooterHieght 的比率
setFraction(float) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundDotView
 
setFrontColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RippleView
 
setFrontColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundProgressView
 
setGeometricHeight(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
setGeometricWidth(int) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
setHeaderHeight(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
 
setHeaderHeight(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setHeaderHeightPx(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
 
setHeaderHeightPx(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setHeaderMaxDragRate(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置下拉最大高度和Header高度的比率(将会影响可以下拉的最大高度)
setHeaderMaxDragRate(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置下拉最大高度和Header高度的比率(将会影响可以下拉的最大高度)
setHeaderTriggerRate(float) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置 触发刷新距离 与 HeaderHieght 的比率
setHeaderTriggerRate(float) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置 触发刷新距离 与 HeaderHieght 的比率
setHeadHeight(int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.WaveView
 
setIndicatorColor(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
setIndicatorColor(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
setLastUpdateText(CharSequence) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setLastUpdateTime(Date) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setLoadmoreFinished(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshFooter
设置数据全部加载完成,将不能再次触发加载功能
setLoadmoreFinished(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
已过时。
请使用 finishLoadmoreWithNoMoreData 和 resetNoMoreData 代替
setLoadmoreFinished(boolean) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
setLoadmoreFinished(boolean) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
设置数据全部加载完成,将不能再次触发加载功能
setLoadmoreFinished(boolean) - 类 中的方法com.scwang.smartrefresh.layout.footer.FalsifyFooter
 
setLoadmoreFinished(boolean) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
 
setLoadmoreFinished(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置数据全部加载完成,将不能再次触发加载功能
setNestedScrollingEnabled(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setNormalColor(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
setNormalColor(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
setOnLoadmoreListener(OnLoadmoreListener) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
单独设置加载监听器
setOnLoadmoreListener(OnLoadmoreListener) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
单独设置加载监听器
setOnMultiPurposeListener(OnMultiPurposeListener) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置多功能监听器
setOnMultiPurposeListener(OnMultiPurposeListener) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置多功能监听器
setOnRefreshListener(OnRefreshListener) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
单独设置刷新监听器
setOnRefreshListener(OnRefreshListener) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
单独设置刷新监听器
setOnRefreshLoadmoreListener(OnRefreshLoadmoreListener) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
同时设置刷新和加载监听器
setOnRefreshLoadmoreListener(OnRefreshLoadmoreListener) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
同时设置刷新和加载监听器
setPrimaryColor(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setPrimaryColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
setPrimaryColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setPrimaryColorId(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setPrimaryColorId(int) - 类 中的方法com.scwang.smartrefresh.layout.header.BezierRadarHeader
 
setPrimaryColorId(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setPrimaryColors(int...) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshInternal
设置主题颜色
setPrimaryColors(int...) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置主题颜色
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.header.ClassicsHeader
已过时。
setPrimaryColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.header.FalsifyHeader
已过时。
setPrimaryColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshFooterWrapper
已过时。
setPrimaryColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshHeaderWrapper
已过时。
setPrimaryColors(int...) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置主题颜色
setPrimaryColorsId(int...) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置主题颜色
setPrimaryColorsId(int...) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置主题颜色
setProgressBitmap(Bitmap) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setProgressBitmap(Bitmap) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setProgressDrawable(Drawable) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setProgressDrawable(Drawable) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setProgressResource(int) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setProgressResource(int) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setReboundDuration(int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置回弹动画时长
setReboundDuration(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置回弹动画时长
setReboundInterpolator(Interpolator) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置回弹显示插值器
setReboundInterpolator(Interpolator) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置回弹显示插值器
setRefreshContent(View) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置指定的Content
setRefreshContent(View, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置指定的Content
setRefreshContent(View) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置指定的Content
setRefreshContent(View, int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置指定的Content
setRefreshFooter(RefreshFooter) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置指定的Footer
setRefreshFooter(RefreshFooter, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置指定的Footer
setRefreshFooter(RefreshFooter) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置指定的Footer
setRefreshFooter(RefreshFooter, int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置指定的Footer
setRefreshHeader(RefreshHeader) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置指定的Header
setRefreshHeader(RefreshHeader, int, int) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置指定的Header
setRefreshHeader(RefreshHeader) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置指定的Header
setRefreshHeader(RefreshHeader, int, int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置指定的Header
setScrollBoundaryDecider(ScrollBoundaryDecider) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshContent
 
setScrollBoundaryDecider(ScrollBoundaryDecider) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshLayout
设置滚动边界判断器
setScrollBoundaryDecider(ScrollBoundaryDecider) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 
setScrollBoundaryDecider(ScrollBoundaryDecider) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
设置滚动边界
setSpinnerStyle(SpinnerStyle) - 类 中的方法com.scwang.smartrefresh.layout.footer.BallPulseFooter
 
setSpinnerStyle(SpinnerStyle) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setSpinnerStyle(SpinnerStyle) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setState(RefreshState) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
 
setState(RefreshState) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
setStateDirectLoding() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setStateLoding() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setStatePullDownCanceled() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setStatePullDownToRefresh() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setStatePullUpCanceled() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setStatePullUpToLoad() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setStateRefreshing() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setStateReleaseToLoad() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setStateReleaseToRefresh() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
setTextSizeTime(float) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setTextSizeTime(int, float) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setTextSizeTitle(float) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setTextSizeTitle(int, float) - 类 中的方法com.scwang.smartrefresh.layout.footer.ClassicsFooter
 
setTextSizeTitle(float) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setTextSizeTitle(int, float) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setTextTimeMarginTop(float) - 类 中的方法com.scwang.smartrefresh.layout.header.ClassicsHeader
 
setTextTimeMarginTopPx(int) - 类 中的方法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
 
setWaveColor(int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.WaveView
 
setWaveHeight(int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.WaveView
 
setWaveOffsetX(int) - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.WaveView
 
sFooterCreater - 类 中的静态变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
sHeaderCreater - 类 中的静态变量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
 
sManualFooterCreater - 类 中的静态变量com.scwang.smartrefresh.layout.SmartRefreshLayout
 
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(Context, AttributeSet, int, int) - 类 的构造器com.scwang.smartrefresh.layout.SmartRefreshLayout
 
SmartRefreshLayout.LayoutParams - com.scwang.smartrefresh.layout中的类
 
SmartRefreshLayout.RefreshKernelImpl - com.scwang.smartrefresh.layout中的类
 
SpinnerStyle - com.scwang.smartrefresh.layout.constant中的枚举
顶部和底部的组件在拖动时候的变换方式 Created by SCWANG on 2017/5/26.
spinnerStyle - 类 中的变量com.scwang.smartrefresh.layout.SmartRefreshLayout.LayoutParams
 
start() - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
startAnim() - 类 中的方法com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
startAnim() - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundProgressView
 
startNestedScroll(int) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
startReveal() - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RippleView
 
startTwoLevel(boolean) - 接口 中的方法com.scwang.smartrefresh.layout.api.RefreshKernel
开始执行二极刷新
startTwoLevel(boolean) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout.RefreshKernelImpl
 
stop() - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
stopAnim() - 类 中的方法com.scwang.smartrefresh.layout.footer.ballpulse.BallPulseView
 
stopAnim() - 类 中的方法com.scwang.smartrefresh.layout.header.bezierradar.RoundProgressView
 
stopNestedScroll() - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 
superDispatchTouchEvent(MotionEvent) - 类 中的方法com.scwang.smartrefresh.layout.SmartRefreshLayout
 

T

transformPointToViewLocal(ViewGroup, View, float[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ScrollBoundaryUtil
 

U

unNotify() - 枚举 中的方法com.scwang.smartrefresh.layout.constant.DimensionStatus
转换为未通知状态
updateCachedBitmap(int, int) - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
updateCacheStates() - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 

V

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

W

WaveView - com.scwang.smartrefresh.layout.header.bezierradar中的类
Created by cjj on 2015/8/5.
WaveView(Context) - 类 的构造器com.scwang.smartrefresh.layout.header.bezierradar.WaveView
 
WaveView(Context, AttributeSet) - 类 的构造器com.scwang.smartrefresh.layout.header.bezierradar.WaveView
 
WaveView(Context, AttributeSet, int) - 类 的构造器com.scwang.smartrefresh.layout.header.bezierradar.WaveView
 
width() - 类 中的方法com.scwang.smartrefresh.layout.internal.pathview.PathsDrawable
 
width() - 类 中的方法com.scwang.smartrefresh.layout.internal.ProgressDrawable
 
wrapperCoordinatorLayout(ViewGroup, RefreshLayout) - 类 中的方法com.scwang.smartrefresh.layout.impl.RefreshContentWrapper
 

X

XYZToColor(double, double, double) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Converts a color from CIE XYZ to its RGB representation.
XYZToLAB(double, double, double, double[]) - 类 中的静态方法com.scwang.smartrefresh.layout.util.ColorUtils
Converts a color from CIE XYZ to CIE Lab representation.
A B C D F G H I K L M N O P R S T U V W X 
跳过导航链接