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

A

abort() - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
SwipeHelper.cancel(), but also abort all motion in progress and snap to the end of any animation.
ACTIVITIES - 类 中的静态变量com.billy.android.swipe.SmartSwipeBack
 
activityBack(Application, SmartSwipeBack.SwipeBackConsumerFactory) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
activityBack(Application, SmartSwipeBack.SwipeBackConsumerFactory, SmartSwipeBack.ActivitySwipeBackFilter) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
The core function for global activity swipe back
activityBezierBack(Application, SmartSwipeBack.ActivitySwipeBackFilter) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
activityBezierBack(Application, SmartSwipeBack.ActivitySwipeBackFilter, int) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
activityBezierBack(Application, SmartSwipeBack.ActivitySwipeBackFilter, int, int, int, int, int, int) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
activityDoorBack(Application, SmartSwipeBack.ActivitySwipeBackFilter) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
activityDoorBack(Application, SmartSwipeBack.ActivitySwipeBackFilter, int, int, int, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
ActivityDoorBackConsumer - com.billy.android.swipe.consumer中的类
 
ActivityDoorBackConsumer(Activity) - 类 的构造器com.billy.android.swipe.consumer.ActivityDoorBackConsumer
 
activityShuttersBack(Application, SmartSwipeBack.ActivitySwipeBackFilter) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
activityShuttersBack(Application, SmartSwipeBack.ActivitySwipeBackFilter, int, int, int, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
ActivityShuttersBackConsumer - com.billy.android.swipe.consumer中的类
 
ActivityShuttersBackConsumer(Activity) - 类 的构造器com.billy.android.swipe.consumer.ActivityShuttersBackConsumer
 
activitySlidingBack(Application, SmartSwipeBack.ActivitySwipeBackFilter) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
activitySlidingBack(Application, SmartSwipeBack.ActivitySwipeBackFilter, float) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
activitySlidingBack(Application, SmartSwipeBack.ActivitySwipeBackFilter, int, int, int, int, float, int) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
ActivitySlidingBackConsumer - com.billy.android.swipe.consumer中的类
swipe to finish activity. make current activity translucent to show the previous activity thanks: 1. https://github.com/ikew0ng/SwipeBackLayout 2. https://github.com/Simon-Leeeeeeeee/SLWidget
ActivitySlidingBackConsumer(Activity) - 类 的构造器com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
activityStayBack(Application, SmartSwipeBack.ActivitySwipeBackFilter) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
activityStayBack(Application, SmartSwipeBack.ActivitySwipeBackFilter, int, int, int) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
ActivityTranslucentUtil - com.billy.android.swipe.internal中的类
 
ActivityTranslucentUtil(Activity) - 类 的构造器com.billy.android.swipe.internal.ActivityTranslucentUtil
 
ActivityTranslucentUtil.TranslucentCallback - com.billy.android.swipe.internal中的接口
 
add(SwipeConsumer) - 类 中的方法com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
addConsumer(T) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
addConsumer(T) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
addListener(SwipeListener) - 类 中的方法com.billy.android.swipe.SwipeConsumer
add a SwipeListener as an observer of swipe details
addToExclusiveGroup(SwipeConsumerExclusiveGroup) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
animator - 类 中的变量com.billy.android.swipe.refresh.ClassicHeader
 
as(Class<T>) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 

B

b - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
behindMode(View, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeRefresh
header and footer show behind the contentView, and stay at its position while contentView is moving
behindMode(View, boolean, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeRefresh
header and footer show behind the contentView, and stay at its position while contentView is moving
BezierBackConsumer - com.billy.android.swipe.consumer中的类
swipe to back with bezier consumer thanks: 1. https://github.com/qinci/AndroidSlideBack 2. https://github.com/Blankj/SwipePanel
BezierBackConsumer() - 类 的构造器com.billy.android.swipe.consumer.BezierBackConsumer
 

C

calculateDrawerDirectionInitPosition(int, int, int) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
calculateDrawerDirectionInitPosition(int, int, int) - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
 
calculateSwipeDistance(int, float) - 类 中的方法com.billy.android.swipe.calculator.ScaledCalculator
 
calculateSwipeDistance(int, float) - 接口 中的方法com.billy.android.swipe.calculator.SwipeDistanceCalculator
calculate swipe distance
calculateSwipeOpenDistance(int) - 类 中的方法com.billy.android.swipe.calculator.ScaledCalculator
 
calculateSwipeOpenDistance(int) - 接口 中的方法com.billy.android.swipe.calculator.SwipeDistanceCalculator
calculate the open distance by this calculator`s role
calSwipeDirection(int, float, float, float, float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
cancel() - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
The result of a call to this method is equivalent to SwipeHelper.processTouchEvent(android.view.MotionEvent) receiving an ACTION_CANCEL event.
cancelAnimation() - 类 中的方法com.billy.android.swipe.refresh.ClassicHeader
 
canChildScroll(ViewGroup, int, int, float, float, float, float) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
canChildScroll(ViewGroup, int, int, float, float, float, float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
canListViewScrollVertical(AbsListView, int) - 类 中的静态方法com.billy.android.swipe.internal.ViewCompat
Check if the items in the list can be scrolled in a certain direction.
changeDrawerViewVisibility(int) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
changeDrawerViewVisibility(int) - 类 中的方法com.billy.android.swipe.consumer.TranslucentSlidingConsumer
 
clampDistanceHorizontal(int, int) - 类 中的方法com.billy.android.swipe.consumer.ActivityDoorBackConsumer
 
clampDistanceHorizontal(int, int) - 类 中的方法com.billy.android.swipe.consumer.ActivityShuttersBackConsumer
 
clampDistanceHorizontal(int, int) - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
clampDistanceHorizontal(int, int) - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
clampDistanceHorizontal(int, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
clampDistanceVertical(int, int) - 类 中的方法com.billy.android.swipe.consumer.ActivityDoorBackConsumer
 
clampDistanceVertical(int, int) - 类 中的方法com.billy.android.swipe.consumer.ActivityShuttersBackConsumer
 
clampDistanceVertical(int, int) - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
clampDistanceVertical(int, int) - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
clampDistanceVertical(int, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
ClassicFooter - com.billy.android.swipe.refresh中的类
classic footer for SmartSwipeRefresh
ClassicFooter(Context) - 类 的构造器com.billy.android.swipe.refresh.ClassicFooter
 
ClassicFooter(Context, AttributeSet) - 类 的构造器com.billy.android.swipe.refresh.ClassicFooter
 
ClassicFooter(Context, AttributeSet, int) - 类 的构造器com.billy.android.swipe.refresh.ClassicFooter
 
ClassicFooter(Context, AttributeSet, int, int) - 类 的构造器com.billy.android.swipe.refresh.ClassicFooter
 
ClassicHeader - com.billy.android.swipe.refresh中的类
classic header for SmartSwipeRefresh
ClassicHeader(Context) - 类 的构造器com.billy.android.swipe.refresh.ClassicHeader
 
ClassicHeader(Context, AttributeSet) - 类 的构造器com.billy.android.swipe.refresh.ClassicHeader
 
ClassicHeader(Context, AttributeSet, int) - 类 的构造器com.billy.android.swipe.refresh.ClassicHeader
 
ClassicHeader(Context, AttributeSet, int, int) - 类 的构造器com.billy.android.swipe.refresh.ClassicHeader
 
clear() - 类 中的方法com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
close() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
close(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
com.billy.android.swipe - 程序包 com.billy.android.swipe
 
com.billy.android.swipe.calculator - 程序包 com.billy.android.swipe.calculator
 
com.billy.android.swipe.consumer - 程序包 com.billy.android.swipe.consumer
 
com.billy.android.swipe.internal - 程序包 com.billy.android.swipe.internal
 
com.billy.android.swipe.listener - 程序包 com.billy.android.swipe.listener
 
com.billy.android.swipe.refresh - 程序包 com.billy.android.swipe.refresh
 
computeScroll() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
consumeInflateFromXml() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
continueSettling() - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
convertActivityFromTranslucent() - 类 中的方法com.billy.android.swipe.internal.ActivityTranslucentUtil
 
convertActivityFromTranslucent(Activity) - 类 中的静态方法com.billy.android.swipe.internal.ActivityTranslucentUtil
 
convertActivityToTranslucent() - 类 中的方法com.billy.android.swipe.internal.ActivityTranslucentUtil
 
convertActivityToTranslucent(boolean) - 类 中的方法com.billy.android.swipe.internal.ActivityTranslucentUtil
 
convertActivityToTranslucent(Activity, ActivityTranslucentUtil.TranslucentCallback) - 类 中的静态方法com.billy.android.swipe.internal.ActivityTranslucentUtil
Reflect call Activity.convertToTranslucent(...)
convertWindowToTranslucent(Activity) - 类 中的静态方法com.billy.android.swipe.internal.ActivityTranslucentUtil
 
create(ViewGroup, SwipeConsumer, Interpolator) - 类 中的静态方法com.billy.android.swipe.internal.SwipeHelper
Factory method to create a new SwipeHelper.
create(ViewGroup, SwipeConsumer) - 类 中的静态方法com.billy.android.swipe.internal.SwipeHelper
 
create(ViewGroup, float, SwipeConsumer, Interpolator) - 类 中的静态方法com.billy.android.swipe.internal.SwipeHelper
Factory method to create a new SwipeHelper.
create(ViewGroup, float, SwipeConsumer) - 类 中的静态方法com.billy.android.swipe.internal.SwipeHelper
 
create(View, DrawerConsumer, boolean, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeRefresh
 
createRefreshFooter(Context) - 接口 中的方法com.billy.android.swipe.SmartSwipeRefresh.SmartSwipeRefreshViewCreator
create the refresh footer view
createRefreshHeader(Context) - 接口 中的方法com.billy.android.swipe.SmartSwipeRefresh.SmartSwipeRefreshViewCreator
create the refresh header view
createSwipeBackConsumer(Activity) - 接口 中的方法com.billy.android.swipe.SmartSwipeBack.SwipeBackConsumerFactory
Create SwipeConsumer to do swipe back business for activity
createWrapper(Context) - 接口 中的方法com.billy.android.swipe.SmartSwipe.IWrapperFactory
 

D

DEFAULT_OPEN_DISTANCE_IN_DP - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
DIRECTION_ALL - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
DIRECTION_BOTTOM - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
DIRECTION_HORIZONTAL - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
DIRECTION_LEFT - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
DIRECTION_NONE - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
DIRECTION_RIGHT - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
DIRECTION_TOP - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
DIRECTION_VERTICAL - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
disableAllDirections() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
disableBottom() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
disableDirection(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
disableHorizontal() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
disableLeft() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
disableLoadMore() - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
 
disableRefresh() - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
 
disableRight() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
disableTop() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
disableVertical() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
dispatchDraw(Canvas) - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
dispatchDraw(Canvas) - 类 中的方法com.billy.android.swipe.consumer.DoorConsumer
 
dispatchDraw(Canvas) - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
dispatchDraw(Canvas) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
dispatchDraw(Canvas) - 类 中的方法com.billy.android.swipe.SwipeConsumer
Called when Wrapper#dispatchDraw(Canvas) called
dispatchNestedFling(float, float, boolean) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
dispatchNestedPreFling(float, float) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
dispatchNestedPreScroll(int, int, int[], int[]) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
dispatchNestedPreScroll(int, int, int[], int[], int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
dispatchNestedScroll(int, int, int, int, int[]) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
dispatchNestedScroll(int, int, int, int, int[], int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
dispatchTouchEvent(MotionEvent) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
dispatchViewReleased(float, float) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
Like all callback events this must happen on the UI thread, but release involves some extra semantics.
DoorConsumer - com.billy.android.swipe.consumer中的类
looks like open the door from the middle to the sides
DoorConsumer() - 类 的构造器com.billy.android.swipe.consumer.DoorConsumer
 
dp2px(int, Context) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
 
drawArrow(Canvas, Paint, float, float) - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
draw an arrow by default, subclass can draw anything else
drawChild(Canvas, View) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
DrawerConsumer - com.billy.android.swipe.consumer中的类
contains content view and at most 4 drawer view drawer view shows above content view default release mode is SwipeConsumer.RELEASE_MODE_AUTO_OPEN_CLOSE
DrawerConsumer() - 类 的构造器com.billy.android.swipe.consumer.DrawerConsumer
 
drawerMode(View, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeRefresh
looks like drawer: header and footer show above the contentView
drawerMode(View, boolean, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeRefresh
looks like drawer: header and footer show above the contentView

E

enableAllDirections() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableBottom() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableDirection(int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
enableDirection(int, boolean) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
enableDirection(int, boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableDirection(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableHorizontal() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableLeft() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedFlyAllDirections(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedFlyBottom(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedFlyHorizontal(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedFlyLeft(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedFlyRight(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedFlyTop(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedFlyVertical(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedScrollAllDirections(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedScrollBottom(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedScrollHorizontal(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedScrollLeft(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedScrollRight(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedScrollTop(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableNestedScrollVertical(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableRight() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableTop() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
enableVertical() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
ensureBetween(int, int, int) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
 
ensureBetween(float, float, float) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
 
ensureBetween(double, double, double) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
 

F

FACTOR_COVER - 类 中的静态变量com.billy.android.swipe.consumer.SlidingConsumer
contentView moves above the drawer view, drawer view show below contentView
FACTOR_FOLLOW - 类 中的静态变量com.billy.android.swipe.consumer.SlidingConsumer
Default factor, contentView moves and drawer view followed pixel by pixel
findPreviousActivity(Activity) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
find previous activity
findPreviousActivity(Activity) - 接口 中的方法com.billy.android.swipe.SmartSwipeBack.IPreviousFinder
find the previous activity for the given activity
findTopChildUnder(ViewGroup, int, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
Find the topmost child under the given point within the parent view's coordinate system.
finished(boolean) - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
finish current drawer( header or footer)

G

generateDefaultLayoutParams() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
generateLayoutParams(AttributeSet) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
generateLayoutParams(ViewGroup.LayoutParams) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
getAbsoluteGravity(int, int) - 类 中的静态方法com.billy.android.swipe.internal.ViewCompat
Convert script specific gravity to absolute horizontal value.
getActivePointerId() - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
getAllConsumers() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
getArrowColor() - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
getColor() - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
getConsumerByType(Class<? extends SwipeConsumer>) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
getContentView() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
getCurSwipeConsumer() - 类 中的方法com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
getDataLoader() - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
 
getDirection() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getDragState() - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
Retrieve the current drag state of this helper.
getDragState() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getDrawerView(int) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
getDrawerView(int) - 类 中的方法com.billy.android.swipe.consumer.TranslucentSlidingConsumer
 
getEdgeSize() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getFooter() - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
 
getHeader() - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
 
getHeight() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getHorizontalRange(float, float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getInterpolator() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getLayoutDirection(View) - 类 中的静态方法com.billy.android.swipe.internal.ViewCompat
 
getLeavesCount() - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
getMaxSettleDuration() - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
getMaxSettleDuration() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getMinVelocity() - 类 中的方法com.billy.android.swipe.consumer.StayConsumer
 
getMinVelocity() - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
Return the currently configured minimum velocity.
getOpenDistance() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
getOpenDistance() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getOverSwipeFactor() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getProgress() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getRelativeMoveFactor() - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
 
getReleaseMode() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getReverseDirection(int) - 类 中的静态方法com.billy.android.swipe.internal.SwipeUtil
return the reverse direction for the given direction
getScrimColor() - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
getSensitivity() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getShadowColor() - 类 中的方法com.billy.android.swipe.internal.ScrimView
 
getShadowSize() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
getSize() - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
getSwipeConsumer() - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
getSwipeConsumer() - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
 
getSwipeDistanceCalculator() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getSwipeHelper() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getSwipeOpenDistance() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getTag() - 类 中的方法com.billy.android.swipe.SwipeConsumer
Get the binding extension object
getTouchSlop() - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
getVerticalRange(float, float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getView() - 类 中的方法com.billy.android.swipe.refresh.ClassicHeader
 
getWidth() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
getWrapper() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
gravity - 类 中的变量com.billy.android.swipe.SmartSwipeWrapper.LayoutParams
The gravity to apply with the View to which these layout parameters are associated.

H

hasNestedScrollingParent() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
hasNestedScrollingParent(int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
helperOnNestedPreScroll(View, int, int, int[], int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
helperOnNestedScroll(View, int, int, int, int, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
helperOnNestedScrollAccepted(View, View, int, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
helperOnStopNestedScroll(View, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 

I

init() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
initChildrenFormXml() - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
initChildrenFormXml() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
initChildrenFormXml() - 类 中的方法com.billy.android.swipe.consumer.TranslucentSlidingConsumer
 
initChildrenFormXml() - 类 中的方法com.billy.android.swipe.SwipeConsumer
init children via xml usage of SmartSwipeWrapper
initScrimView() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
initTranslation - 类 中的变量com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
INVALID_POINTER - 类 中的静态变量com.billy.android.swipe.internal.SwipeHelper
A null/invalid pointer ID.
isAllDirectionsEnable() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isAllDirectionsLocked() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isBottomEnable() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isBottomLocked() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isCenter() - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
isClosed() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isDirectionEnable(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isDirectionLocked(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isDisableSwipeOnSetting() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isDrawerExpandable() - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
 
isDrawerViewRequired() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
isEdgeAffinity() - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
 
isHorizontal() - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
 
isHorizontalDirection() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isHorizontalEnable() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isHorizontalLocked() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isInflateFromXml() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
isLeftEnable() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isLeftLocked() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isLockOther() - 类 中的方法com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
isNestedAndDisabled(int, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isNestedFlyEnable(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isNestedScrollEnable(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isNestedScrollingEnabled() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
isNoMoreData() - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
 
isOpened() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isPointerDown(int) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
Check if the given pointer ID represents a pointer that is currently down (to the best of the SwipeHelper's knowledge).
isRefreshable() - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
isRightEnable() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isRightLocked() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isScrimAndShadowOutsideContentView() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
isSmooth() - 类 中的方法com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
isSwiping() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isTopEnable() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isTopLocked() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isTranslucent() - 类 中的方法com.billy.android.swipe.internal.ActivityTranslucentUtil
 
isVerticalDirection() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isVerticalEnable() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isVerticalLocked() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
isViewUnder(View, int, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
Determine if the supplied view is under the given point in the parent view's coordinate system.
isWaitForScreenshot() - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 

L

l - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
lastScreenDirection - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
 
layoutChildren() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
layoutContentView(View) - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
layoutContentView(View) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
layoutContentView(View) - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
 
layoutDrawerView() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
layoutDrawerView() - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
 
layoutDrawerView() - 类 中的方法com.billy.android.swipe.consumer.TranslucentSlidingConsumer
 
LayoutParams(Context, AttributeSet) - 类 的构造器com.billy.android.swipe.SmartSwipeWrapper.LayoutParams
 
LayoutParams(int, int) - 类 的构造器com.billy.android.swipe.SmartSwipeWrapper.LayoutParams
 
LayoutParams(int, int, int) - 类 的构造器com.billy.android.swipe.SmartSwipeWrapper.LayoutParams
Creates a new set of layout parameters with the specified width, height and weight.
LayoutParams(ViewGroup.LayoutParams) - 类 的构造器com.billy.android.swipe.SmartSwipeWrapper.LayoutParams
 
LayoutParams(ViewGroup.MarginLayoutParams) - 类 的构造器com.billy.android.swipe.SmartSwipeWrapper.LayoutParams
 
LayoutParams(SmartSwipeWrapper.LayoutParams) - 类 的构造器com.billy.android.swipe.SmartSwipeWrapper.LayoutParams
Copy constructor.
layoutScrimView() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
lockAllDirections() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
lockBottom() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
lockDirection(int, boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
lockDirection(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
lockHorizontal() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
lockLeft() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
lockRight() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
lockTop() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
lockVertical() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 

M

mActivity - 类 中的变量com.billy.android.swipe.consumer.ActivityDoorBackConsumer
 
mActivity - 类 中的变量com.billy.android.swipe.consumer.ActivityShuttersBackConsumer
 
mActivity - 类 中的变量com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
mActivityTranslucentUtil - 类 中的变量com.billy.android.swipe.consumer.ActivityDoorBackConsumer
 
mActivityTranslucentUtil - 类 中的变量com.billy.android.swipe.consumer.ActivityShuttersBackConsumer
 
mActivityTranslucentUtil - 类 中的变量com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
markAsCurrent(SwipeConsumer) - 类 中的方法com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
markAsCurrent(SwipeConsumer, boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
markNoCurrent() - 类 中的方法com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
mArrowColor - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mArrowSize - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
MAX_PROGRESS - 类 中的静态变量com.billy.android.swipe.internal.ScrimView
 
mBaseAlpha - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
 
mCachedSwipeDistanceX - 类 中的变量com.billy.android.swipe.SwipeConsumer
cached distance by last swipe
mCachedSwipeDistanceY - 类 中的变量com.billy.android.swipe.SwipeConsumer
cached distance by last swipe
mCamera - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
 
mCenter - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mColor - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mConsumers - 类 中的变量com.billy.android.swipe.SmartSwipeWrapper
 
mContentView - 类 中的变量com.billy.android.swipe.SmartSwipeWrapper
 
mCurDisplayDistanceX - 类 中的变量com.billy.android.swipe.SwipeConsumer
distance to display for subclass to show UI these value is the calculate result by SwipeDistanceCalculator
mCurDisplayDistanceY - 类 中的变量com.billy.android.swipe.SwipeConsumer
distance to display for subclass to show UI these value is the calculate result by SwipeDistanceCalculator
mCurDrawerView - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
mCurNestedType - 类 中的变量com.billy.android.swipe.SmartSwipeWrapper
 
mCurSwipeDistanceX - 类 中的变量com.billy.android.swipe.SwipeConsumer
distance by current swipe
mCurSwipeDistanceY - 类 中的变量com.billy.android.swipe.SwipeConsumer
distance by current swipe
mDirection - 类 中的变量com.billy.android.swipe.SwipeConsumer
current swipe direction
mDisableSwipeOnSettling - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mDrawerExpandable - 类 中的变量com.billy.android.swipe.consumer.SlidingConsumer
 
mDrawerH - 类 中的变量com.billy.android.swipe.consumer.SlidingConsumer
 
mDrawerViewRequired - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
mDrawerViews - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
mDrawerW - 类 中的变量com.billy.android.swipe.consumer.SlidingConsumer
 
mDrawRect - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mEdgeAffinity - 类 中的变量com.billy.android.swipe.consumer.SlidingConsumer
 
mEdgeSize - 类 中的变量com.billy.android.swipe.SwipeConsumer
The edge pixel size for SwipeConsumer to consume touch event
mEnableNested - 类 中的变量com.billy.android.swipe.SwipeConsumer
by default: enable nested scroll and nested fly for all direction
mHeight - 类 中的变量com.billy.android.swipe.SwipeConsumer
the wrapper height, it`s value assigned via SwipeConsumer.onMeasure(int, int)
mHelper - 类 中的变量com.billy.android.swipe.SmartSwipeWrapper
 
mHelpers - 类 中的变量com.billy.android.swipe.SmartSwipeWrapper
 
mHorizontalSwiping - 类 中的变量com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
mHorizontalSwiping - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
 
MIN_PROGRESS - 类 中的静态变量com.billy.android.swipe.internal.ScrimView
 
mInflateFromXml - 类 中的变量com.billy.android.swipe.SmartSwipeWrapper
 
mInterpolator - 类 中的变量com.billy.android.swipe.SwipeConsumer
The interpolator when touch released, it would be used by SwipeHelper.setInterpolator(Context, Interpolator)
mIsNestedScrollingEnabled - 类 中的变量com.billy.android.swipe.SmartSwipeWrapper
 
mLastThickness - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mLeavesCount - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
 
mListeners - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mMaxSettleDuration - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mNestedFlyConsumed - 类 中的变量com.billy.android.swipe.SmartSwipeWrapper
 
mNestedInProgress - 类 中的变量com.billy.android.swipe.SmartSwipeWrapper
 
mNoMoreData - 类 中的变量com.billy.android.swipe.refresh.ClassicFooter
 
mOpenDistance - 类 中的变量com.billy.android.swipe.SwipeConsumer
to open this SwipeConsumer, distance should not less than this value
mOpenDistanceSpecified - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mOverSwipeFactor - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mPaint - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mPaint - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
 
mPaintArrow - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mParentOffsetInWindow - 类 中的变量com.billy.android.swipe.SmartSwipeWrapper
 
mPath - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mPathArrow - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mPathControl - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mPathControl1 - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mPathControl2 - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mPathControl3 - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mPathControl4 - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mPathEnd - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mPathStart - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mPreviousActivityContentView - 类 中的变量com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
mProgress - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mProgressImageView - 类 中的变量com.billy.android.swipe.refresh.ClassicHeader
 
mRefreshable - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
 
mRefreshing - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
internal mark: refreshBitmapRunnable is working or not
mRelativeMoveFactor - 类 中的变量com.billy.android.swipe.consumer.SlidingConsumer
 
mReleaseMode - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mScreenshots - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
 
mScrimColor - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
mScrimColor - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
 
mScrimView - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
mShadowColor - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
mShadowSize - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
mShowScrimAndShadowOutsideContentView - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
mSize - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mStrResId - 类 中的变量com.billy.android.swipe.refresh.ClassicHeader
 
mSwipeDistanceCalculator - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mSwipeHelper - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mSwipeMaxDistance - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mSwipeOpenDistance - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mSwiping - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mTag - 类 中的变量com.billy.android.swipe.SwipeConsumer
 
mThickness - 类 中的变量com.billy.android.swipe.consumer.BezierBackConsumer
 
mTitleTextView - 类 中的变量com.billy.android.swipe.refresh.ClassicHeader
 
mWaitForScreenshot - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
 
mWidth - 类 中的变量com.billy.android.swipe.SwipeConsumer
the wrapper width, it`s value assigned via SwipeConsumer.onMeasure(int, int)
mWrapper - 类 中的变量com.billy.android.swipe.SwipeConsumer
The wrapper which this SwipeConsumer attached to, it would not be null

N

nestedScrollingDrag(int, int, int[], boolean) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
nestedScrollingRelease() - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
nestedScrollingTrySwipe(int, int, boolean) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
notifyAttachToWrapper() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
notifyDetachFromWrapper() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
notifySwipeClosed() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
notifySwipeOpened() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
notifySwipeProgress(boolean) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
notifySwipeProgress(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
notifySwipeRelease(float, float) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
notifySwipeRelease(float, float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
notifySwipeStart() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
notifySwipeStart() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
notifySwipeStateChanged(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 

O

offsetLeftAndRight(View, int) - 类 中的静态方法com.billy.android.swipe.internal.ViewCompat
Offset this view's horizontal location by the specified amount of pixels.
offsetTopAndBottom(View, int) - 类 中的静态方法com.billy.android.swipe.internal.ViewCompat
Offset this view's vertical location by the specified number of pixels.
onActivityCreated(Activity, Bundle) - 类 中的方法com.billy.android.swipe.SmartSwipeBack.ActivitySwipeBackListener
 
onActivityDestroyed(Activity) - 类 中的方法com.billy.android.swipe.SmartSwipeBack.ActivitySwipeBackListener
 
onActivityPaused(Activity) - 类 中的方法com.billy.android.swipe.SmartSwipeBack.ActivitySwipeBackListener
 
onActivityResumed(Activity) - 类 中的方法com.billy.android.swipe.SmartSwipeBack.ActivitySwipeBackListener
 
onActivitySaveInstanceState(Activity, Bundle) - 类 中的方法com.billy.android.swipe.SmartSwipeBack.ActivitySwipeBackListener
 
onActivityStarted(Activity) - 类 中的方法com.billy.android.swipe.SmartSwipeBack.ActivitySwipeBackListener
 
onActivityStopped(Activity) - 类 中的方法com.billy.android.swipe.SmartSwipeBack.ActivitySwipeBackListener
 
onAttachedToWindow() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onAttachToWrapper(SmartSwipeWrapper, SwipeHelper) - 类 中的方法com.billy.android.swipe.consumer.ActivityDoorBackConsumer
 
onAttachToWrapper(SmartSwipeWrapper, SwipeHelper) - 类 中的方法com.billy.android.swipe.consumer.ActivityShuttersBackConsumer
 
onAttachToWrapper(SmartSwipeWrapper, SwipeHelper) - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
onAttachToWrapper(SmartSwipeWrapper, SwipeHelper) - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
onAttachToWrapper(SmartSwipeWrapper, SwipeHelper) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
onAttachToWrapper(SmartSwipeWrapper, SwipeHelper) - 类 中的方法com.billy.android.swipe.SwipeConsumer
Called when SwipeConsumer add to Wrapper
onClick(View) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
onClosed() - 类 中的方法com.billy.android.swipe.consumer.ActivityDoorBackConsumer
 
onClosed() - 类 中的方法com.billy.android.swipe.consumer.ActivityShuttersBackConsumer
 
onClosed() - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
onClosed() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
onClosed() - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
onClosed() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
onConsumerAttachedToWrapper(SmartSwipeWrapper, SwipeConsumer) - 类 中的方法com.billy.android.swipe.listener.SimpleSwipeListener
 
onConsumerAttachedToWrapper(SmartSwipeWrapper, SwipeConsumer) - 接口 中的方法com.billy.android.swipe.listener.SwipeListener
Depending on whether SwipeConsumer has been added to the wrapper through SmartSwipeWrapper.addConsumer(SwipeConsumer), This method will be called in 2 cases :
1. not added: called when SmartSwipeWrapper.addConsumer(SwipeConsumer)
2. already added: called when added to SwipeConsumer via SwipeConsumer.addListener(SwipeListener)
This callback method is useful to program auto open or auto close action when SwipeConsumer attached to SmartSwipeWrapper before SwipeConsumer attached to SmartSwipeWrapper
onConsumerDetachedFromWrapper(SmartSwipeWrapper, SwipeConsumer) - 类 中的方法com.billy.android.swipe.listener.SimpleSwipeListener
 
onConsumerDetachedFromWrapper(SmartSwipeWrapper, SwipeConsumer) - 接口 中的方法com.billy.android.swipe.listener.SwipeListener
 
onDataLoading() - 类 中的方法com.billy.android.swipe.refresh.ClassicFooter
 
onDataLoading() - 类 中的方法com.billy.android.swipe.refresh.ClassicHeader
 
onDetachedFromWindow() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onDetachFromWrapper() - 类 中的方法com.billy.android.swipe.consumer.ActivityDoorBackConsumer
 
onDetachFromWrapper() - 类 中的方法com.billy.android.swipe.consumer.ActivityShuttersBackConsumer
 
onDetachFromWrapper() - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
onDetachFromWrapper() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
onDetachFromWrapper() - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
onDetachFromWrapper() - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
 
onDetachFromWrapper() - 类 中的方法com.billy.android.swipe.consumer.SpaceConsumer
 
onDetachFromWrapper() - 类 中的方法com.billy.android.swipe.consumer.StretchConsumer
 
onDetachFromWrapper() - 类 中的方法com.billy.android.swipe.SwipeConsumer
Called when removed from Wrapper
onDisplayDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.ActivityDoorBackConsumer
 
onDisplayDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.ActivityShuttersBackConsumer
 
onDisplayDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
onDisplayDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
onDisplayDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
onDisplayDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
onDisplayDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
 
onDisplayDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.SpaceConsumer
 
onDisplayDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.StayConsumer
 
onDisplayDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.StretchConsumer
 
onDisplayDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
Called to refresh UI when swipe distance is changed. final value has clamped and modified by Resistor(if it not null)
onDraw(Canvas) - 类 中的方法com.billy.android.swipe.internal.ScrimView
 
onDraw(Canvas) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onDraw(Canvas) - 类 中的方法com.billy.android.swipe.SwipeConsumer
Called when Wrapper#onDraw(Canvas) called
onFilter(Activity) - 接口 中的方法com.billy.android.swipe.SmartSwipeBack.ActivitySwipeBackFilter
Determine whether the activity parameter should swipe back
onFinish(boolean) - 类 中的方法com.billy.android.swipe.refresh.ClassicFooter
 
onFinish(boolean) - 类 中的方法com.billy.android.swipe.refresh.ClassicHeader
 
onFinishInflate() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onInit(boolean) - 类 中的方法com.billy.android.swipe.refresh.ClassicHeader
 
onInterceptTouchEvent(MotionEvent) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onLayout(boolean, int, int, int, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
Called when Wrapper#onLayout(boolean, int, int, int, int) called
onLoadMore(SmartSwipeRefresh) - 接口 中的方法com.billy.android.swipe.SmartSwipeRefresh.SmartSwipeRefreshDataLoader
Called when SmartSwipeRefresh.SmartSwipeRefreshFooter swipe released and it has been fully swiped
onMeasure(int, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onMeasure(int, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
Called when Wrapper#onMeasure(int, int) called
onNestedFling(View, float, float, boolean) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onNestedPreFling(View, float, float) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onNestedPreScroll(View, int, int, int[]) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onNestedPreScroll(View, int, int, int[], int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onNestedScroll(View, int, int, int, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onNestedScroll(View, int, int, int, int, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onNestedScrollAccepted(View, View, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onNestedScrollAccepted(View, View, int, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onOpened() - 类 中的方法com.billy.android.swipe.consumer.ActivityDoorBackConsumer
 
onOpened() - 类 中的方法com.billy.android.swipe.consumer.ActivityShuttersBackConsumer
 
onOpened() - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
onOpened() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
onOpened() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
onProgress(boolean, float) - 类 中的方法com.billy.android.swipe.refresh.ClassicFooter
 
onProgress(boolean, float) - 类 中的方法com.billy.android.swipe.refresh.ClassicHeader
 
onRefresh(SmartSwipeRefresh) - 接口 中的方法com.billy.android.swipe.SmartSwipeRefresh.SmartSwipeRefreshDataLoader
Called when SmartSwipeRefresh.SmartSwipeRefreshHeader swipe released and it has been fully swiped
onReset() - 类 中的方法com.billy.android.swipe.refresh.ClassicHeader
 
onSizeChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.internal.ScrimView
 
onStartDragging() - 类 中的方法com.billy.android.swipe.refresh.ClassicHeader
 
onStartNestedScroll(View, View, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onStartNestedScroll(View, View, int, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onStateChanged(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
onStopNestedScroll(View) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onStopNestedScroll(View, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onSwipeAccepted(int, boolean, float, float) - 类 中的方法com.billy.android.swipe.consumer.ActivityDoorBackConsumer
 
onSwipeAccepted(int, boolean, float, float) - 类 中的方法com.billy.android.swipe.consumer.ActivityShuttersBackConsumer
 
onSwipeAccepted(int, boolean, float, float) - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
onSwipeAccepted(int, boolean, float, float) - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
onSwipeAccepted(int, boolean, float, float) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
onSwipeAccepted(int, boolean, float, float) - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
onSwipeAccepted(int, boolean, float, float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
onSwipeClosed(SmartSwipeWrapper, SwipeConsumer, int) - 类 中的方法com.billy.android.swipe.listener.SimpleSwipeListener
 
onSwipeClosed(SmartSwipeWrapper, SwipeConsumer, int) - 接口 中的方法com.billy.android.swipe.listener.SwipeListener
 
onSwipeDistanceChanged(int, int, int, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
The core function to change layouts
onSwipeOpened(SmartSwipeWrapper, SwipeConsumer, int) - 类 中的方法com.billy.android.swipe.listener.SimpleSwipeListener
 
onSwipeOpened(SmartSwipeWrapper, SwipeConsumer, int) - 接口 中的方法com.billy.android.swipe.listener.SwipeListener
 
onSwipeProcess(SmartSwipeWrapper, SwipeConsumer, int, boolean, float) - 类 中的方法com.billy.android.swipe.listener.SimpleSwipeListener
 
onSwipeProcess(SmartSwipeWrapper, SwipeConsumer, int, boolean, float) - 接口 中的方法com.billy.android.swipe.listener.SwipeListener
 
onSwipeRelease(SmartSwipeWrapper, SwipeConsumer, int, float, float, float) - 类 中的方法com.billy.android.swipe.listener.SimpleSwipeListener
 
onSwipeRelease(SmartSwipeWrapper, SwipeConsumer, int, float, float, float) - 接口 中的方法com.billy.android.swipe.listener.SwipeListener
 
onSwipeReleased(float, float) - 类 中的方法com.billy.android.swipe.consumer.StayConsumer
 
onSwipeReleased(float, float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
onSwipeStart(SmartSwipeWrapper, SwipeConsumer, int) - 类 中的方法com.billy.android.swipe.listener.SimpleSwipeListener
 
onSwipeStart(SmartSwipeWrapper, SwipeConsumer, int) - 接口 中的方法com.billy.android.swipe.listener.SwipeListener
 
onSwipeStateChanged(SmartSwipeWrapper, SwipeConsumer, int, int, float) - 类 中的方法com.billy.android.swipe.listener.SimpleSwipeListener
 
onSwipeStateChanged(SmartSwipeWrapper, SwipeConsumer, int, int, float) - 接口 中的方法com.billy.android.swipe.listener.SwipeListener
 
onTouchEvent(MotionEvent) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
onTranslucentCallback(boolean) - 接口 中的方法com.billy.android.swipe.internal.ActivityTranslucentUtil.TranslucentCallback
 
open(boolean, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
orderChildren() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
orderChildren() - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
 

P

peekWrapperFor(Activity) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
peek wrapper for the specific activity, return the origin SmartSwipeWrapper if exists, else return null
peekWrapperFor(View) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
get wrapper of the specific view
POINTER_NESTED_FLY - 类 中的静态变量com.billy.android.swipe.internal.SwipeHelper
 
POINTER_NESTED_SCROLL - 类 中的静态变量com.billy.android.swipe.internal.SwipeHelper
 
postInvalidateOnAnimation(View) - 类 中的静态方法com.billy.android.swipe.internal.ViewCompat
Cause an invalidate to happen on the next animation time step, typically the next display frame.
processTouchEvent(MotionEvent) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
Process a touch event received by the parent view.
PROGRESS_CLOSE - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
PROGRESS_OPEN - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 

R

r - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
recycleScreenshots() - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
refreshBitmap() - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
refreshDelay - 类 中的变量com.billy.android.swipe.consumer.ShuttersConsumer
refresh rate: 30 frames per second
RELEASE_MODE_AUTO_CLOSE - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
RELEASE_MODE_AUTO_OPEN - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
RELEASE_MODE_AUTO_OPEN_CLOSE - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
RELEASE_MODE_HOLE_OPEN - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
RELEASE_MODE_NONE - 类 中的静态变量com.billy.android.swipe.SwipeConsumer
 
remove(SwipeConsumer) - 类 中的方法com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
removeAllConsumers() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
removeAllListeners() - 类 中的方法com.billy.android.swipe.SwipeConsumer
removeConsumer(SwipeConsumer) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
removeListener(SwipeListener) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
reset() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
runInThreadPool(Runnable) - 类 中的静态方法com.billy.android.swipe.internal.SwipeUtil
 

S

ScaledCalculator - com.billy.android.swipe.calculator中的类
The damping effect with scaled swipe distance SwipeConsumer move distance = pointer move distance * scale
ScaledCalculator(float) - 类 的构造器com.billy.android.swipe.calculator.ScaledCalculator
 
scaleMode(View, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeRefresh
header and footer show behind the contentView Always in the middle of the space left after the main view has moved
scaleMode(View, boolean, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeRefresh
header and footer show behind the contentView Always in the middle of the space left after the main view has moved
ScrimView - com.billy.android.swipe.internal中的类
 
ScrimView(Context) - 类 的构造器com.billy.android.swipe.internal.ScrimView
 
SCROLL_AXIS_HORIZONTAL - 类 中的静态变量com.billy.android.swipe.internal.ViewCompat
Indicates scrolling along the horizontal axis.
SCROLL_AXIS_NONE - 类 中的静态变量com.billy.android.swipe.internal.ViewCompat
Indicates no axis of view scrolling.
SCROLL_AXIS_VERTICAL - 类 中的静态变量com.billy.android.swipe.internal.ViewCompat
Indicates scrolling along the vertical axis.
setAllDirectionDrawerView(View) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
setArrowColor(int) - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
setBottomDrawerView(View) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
setBottomOpen() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
setCenter(boolean) - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
setColor(int) - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
setContentView(View) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
setCurrentStateAsClosed() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
setCurrentStateAsClosed() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
setDataLoader(SmartSwipeRefresh.SmartSwipeRefreshDataLoader) - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
set the data loader to do refresh and load more business
setDefaultRefreshViewCreator(SmartSwipeRefresh.SmartSwipeRefreshViewCreator) - 类 中的静态方法com.billy.android.swipe.SmartSwipeRefresh
 
setDirection(int, int, int, int, int, int) - 类 中的方法com.billy.android.swipe.internal.ScrimView
 
setDisableSwipeOnSettling(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumer
disable to handle swipe event via user touch when automatically swipe is processing
setDrawerExpandable(boolean) - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
determine whether drawers expandable.
setDrawerView(int, View) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
set a extension to the direction, also set direction enable if drawerView is not null(otherwise, disable the direction) direction can be a single direction or mixed direction(eg: DIRECTION_LEFT | DIRECTION_RIGHT)
setDrawerView(int, View) - 类 中的方法com.billy.android.swipe.consumer.TranslucentSlidingConsumer
 
setDrawerViewRequired(boolean) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
set the extension view as drawer is required or not it useful inside this sdk framework, developers who use this SDK do not call this function unless you really know what its mean
setEdgeAffinity(boolean) - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
set drawer is affinity to the edge or not this property make effect when SlidingConsumer.mDrawerExpandable is false and SwipeConsumer.mSwipeMaxDistance is bigger than drawerView`s size(width or height).
setEdgeSize(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
setFactory(SmartSwipe.IWrapperFactory) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
set the factory of SmartSwipeWrapper by default, create the SmartSwipeWrapper instance to wrap if SmartSwipe.factory is null
setFooter(SmartSwipeRefresh.SmartSwipeRefreshFooter) - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
set the refresh footer
setHeader(SmartSwipeRefresh.SmartSwipeRefreshHeader) - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
set the refresh header
setHeight(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
set height to the ui, it works before SmartSwipeWrapper.onMeasure(int, int) invoked.
setHorizontalDrawerView(View) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
setInterpolator(Context, Interpolator) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
setInterpolator(Interpolator) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
setLeavesCount(int) - 类 中的方法com.billy.android.swipe.consumer.DoorConsumer
 
setLeavesCount(int) - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
setLeftDrawerView(View) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
setLeftOpen() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
setLockOther(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
setMaxSettleDuration(int) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
setMaxSettleDuration(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
setMinVelocity(int) - 类 中的方法com.billy.android.swipe.consumer.StayConsumer
 
setMinVelocity(float) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
Set the minimum velocity that will be detected as having a magnitude greater than zero in pixels per second.
setNestedScrollingEnabled(boolean) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
setNoMoreData(boolean) - 类 中的方法com.billy.android.swipe.refresh.ClassicFooter
 
setNoMoreData(boolean) - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
mark footer there is no more data to load
setNoMoreData(boolean) - 接口 中的方法com.billy.android.swipe.SmartSwipeRefresh.SmartSwipeRefreshFooter
mark footer that there is no more data to load
setOpenDistance(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
setOverSwipeFactor(float) - 类 中的方法com.billy.android.swipe.consumer.TranslucentSlidingConsumer
 
setOverSwipeFactor(float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
set over swipe factor.
setPreviousFinder(SmartSwipeBack.IPreviousFinder) - 类 中的静态方法com.billy.android.swipe.SmartSwipeBack
 
setProgress(float) - 类 中的方法com.billy.android.swipe.internal.ScrimView
 
setRefreshable(boolean) - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
setRefreshFrameRate(int) - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
setRelativeMoveFactor(float) - 类 中的方法com.billy.android.swipe.consumer.SlidingConsumer
Set the movement factor of drawer view relative to content view
setReleaseMode(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
set the mode when released (default value: SwipeConsumer.RELEASE_MODE_AUTO_CLOSE)
setRightDrawerView(View) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
setRightOpen() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
setScrimColor(int) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
Set a color to use for the scrim that obscures primary content while a drawer is open.
setScrimColor(int) - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
 
setScrimColor(int) - 类 中的方法com.billy.android.swipe.internal.ScrimView
 
setSensitivity(float) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
setSensitivity(float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
set the sensitivity of swipe touch event. it should be positive.
setShadowColor(int) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
Set a color to use for the shadow at the edge of content view while a drawer is open.
setShadowSize(int) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
set the size of shadow at the edge of content view while a drawer is open.
setSize(int) - 类 中的方法com.billy.android.swipe.consumer.BezierBackConsumer
 
setSmooth(boolean) - 类 中的方法com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
setSwipeDistanceCalculator(SwipeDistanceCalculator) - 类 中的方法com.billy.android.swipe.SwipeConsumer
set a calculator of swipe distance.
setTag(Object) - 类 中的方法com.billy.android.swipe.SwipeConsumer
Bind an extension object if necessary
setText(int) - 类 中的方法com.billy.android.swipe.refresh.ClassicHeader
 
settleCapturedViewAt(int, int) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
Settle the captured view at the given (left, top) position.
setTopDrawerView(View) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
setTopOpen() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
setVerticalDrawerView(View) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
setWaitForScreenshot(boolean) - 类 中的方法com.billy.android.swipe.consumer.ShuttersConsumer
if content view draw coat too much time, wait for screenshot is useful
setWidth(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
set width to the ui, it works before SmartSwipeWrapper.onMeasure(int, int) invoked.
shouldDelayChildPressedState() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
shouldInterceptTouchEvent(MotionEvent) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
Check if this event as provided to the parent view's onInterceptTouchEvent should cause the parent to intercept the touch event stream.
showAnimation() - 类 中的方法com.billy.android.swipe.refresh.ClassicHeader
 
showScrimAndShadowInsideContentView() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
showScrimAndShadowOutsideContentView() - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
ShuttersConsumer - com.billy.android.swipe.consumer中的类
looks like shutters open and close
ShuttersConsumer() - 类 的构造器com.billy.android.swipe.consumer.ShuttersConsumer
 
SimpleSwipeListener - com.billy.android.swipe.listener中的类
 
SimpleSwipeListener() - 类 的构造器com.billy.android.swipe.listener.SimpleSwipeListener
 
slideMode(View, float, boolean, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeRefresh
header and footer show behind the contentView, and there relative movement specified by relativeMoveFactor
slideTo(boolean, float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
SlidingConsumer - com.billy.android.swipe.consumer中的类
 
SlidingConsumer() - 类 的构造器com.billy.android.swipe.consumer.SlidingConsumer
 
SmartSwipe - com.billy.android.swipe中的类
A smart swipe util to wrap a view and consume swipe event to do some business via SwipeConsumer classic usage: SmartSwipe.wrap(view) //specific the view to wrap .addConsumer(new StretchConsumer()) // add consumer to consume swipe event .enableVertical(); //enable consumer`s direction(s)
SmartSwipe() - 类 的构造器com.billy.android.swipe.SmartSwipe
 
SmartSwipe.IWrapperFactory - com.billy.android.swipe中的接口
 
SmartSwipeBack - com.billy.android.swipe中的类
A tool for achieving a one-line global activity swipe back via using some SwipeConsumer simple usage: //add swipe translucent back performance for all activities // (default direction: left, previous activity related factor:0.5F) SmartSwipeBack.activitySlidingBack(this, new SmartSwipeBack.ActivitySwipeBackFilter() { public boolean onFilter(Activity activity) { return !
SmartSwipeBack() - 类 的构造器com.billy.android.swipe.SmartSwipeBack
 
SmartSwipeBack.ActivitySwipeBackFilter - com.billy.android.swipe中的接口
 
SmartSwipeBack.ActivitySwipeBackListener - com.billy.android.swipe中的类
 
SmartSwipeBack.IPreviousFinder - com.billy.android.swipe中的接口
 
SmartSwipeBack.SwipeBackConsumerFactory - com.billy.android.swipe中的接口
 
SmartSwipeRefresh - com.billy.android.swipe中的类
A wrapper of DrawerConsumer(or SlidingConsumer) to build Refresh util for View(s) Supports for: View/ViewGroup/LinearLayout/RelativeLayout/ListView/RecyclerView/WebView/etc...
SmartSwipeRefresh() - 类 的构造器com.billy.android.swipe.SmartSwipeRefresh
 
SmartSwipeRefresh.SmartSwipeRefreshDataLoader - com.billy.android.swipe中的接口
The refresh data loader When refresh or load more event emits, its methods will be called
SmartSwipeRefresh.SmartSwipeRefreshFooter - com.billy.android.swipe中的接口
 
SmartSwipeRefresh.SmartSwipeRefreshHeader - com.billy.android.swipe中的接口
 
SmartSwipeRefresh.SmartSwipeRefreshViewCreator - com.billy.android.swipe中的接口
SmartSwipeWrapper - com.billy.android.swipe中的类
a wrapper to wrap the content view, handle motion events to do swipe business by SwipeHelper and SwipeConsumer
SmartSwipeWrapper(Context) - 类 的构造器com.billy.android.swipe.SmartSwipeWrapper
 
SmartSwipeWrapper(Context, AttributeSet) - 类 的构造器com.billy.android.swipe.SmartSwipeWrapper
 
SmartSwipeWrapper(Context, AttributeSet, int) - 类 的构造器com.billy.android.swipe.SmartSwipeWrapper
 
SmartSwipeWrapper(Context, AttributeSet, int, int) - 类 的构造器com.billy.android.swipe.SmartSwipeWrapper
 
SmartSwipeWrapper.LayoutParams - com.billy.android.swipe中的类
 
smoothBottomOpen() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
smoothClose() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
smoothLeftOpen() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
smoothOpenOrClose(float, float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
smoothRightOpen() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
smoothSlideTo(int, int, int, int) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
Animate the view child to the given (left, top) position.
smoothSlideTo(int, int) - 类 中的方法com.billy.android.swipe.internal.SwipeHelper
 
smoothSlideTo(float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
smoothSlideTo(int, int, int, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
smoothSlideTo(int, int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
smoothTopOpen() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
SpaceConsumer - com.billy.android.swipe.consumer中的类
 
SpaceConsumer() - 类 的构造器com.billy.android.swipe.consumer.SpaceConsumer
 
startLoadMore() - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
fake to load more without swipe motion event
startNestedScroll(int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
startNestedScroll(int, int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
startRefresh() - 类 中的方法com.billy.android.swipe.SmartSwipeRefresh
fake to refresh without swipe motion event
STATE_DRAGGING - 类 中的静态变量com.billy.android.swipe.internal.SwipeHelper
A view is currently being dragged.
STATE_IDLE - 类 中的静态变量com.billy.android.swipe.internal.SwipeHelper
A view is not currently being dragged or animating as a result of a fling/snap.
STATE_NONE_TOUCH - 类 中的静态变量com.billy.android.swipe.internal.SwipeHelper
 
STATE_SETTLING - 类 中的静态变量com.billy.android.swipe.internal.SwipeHelper
A view is currently settling into place as a result of a fling or predefined non-interactive motion.
StayConsumer - com.billy.android.swipe.consumer中的类
Swipe to do something, the contentView do not move, when swipe released, determine whether the velocity and direction is enough, do some business if success
StayConsumer() - 类 的构造器com.billy.android.swipe.consumer.StayConsumer
 
stopNestedScroll() - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
stopNestedScroll(int) - 类 中的方法com.billy.android.swipe.SmartSwipeWrapper
 
StretchConsumer - com.billy.android.swipe.consumer中的类
 
StretchConsumer() - 类 的构造器com.billy.android.swipe.consumer.StretchConsumer
 
SwipeConsumer - com.billy.android.swipe中的类
Base class to consume swipe motion event, all subclasses should manage the following 4 direction swipes: 1.
SwipeConsumer() - 类 的构造器com.billy.android.swipe.SwipeConsumer
 
SwipeConsumerExclusiveGroup - com.billy.android.swipe中的类
manage a group of SwipeConsumer(s), only single one SwipeConsumer can be mark as the current one, the original SwipeConsumer will be close
SwipeConsumerExclusiveGroup() - 类 的构造器com.billy.android.swipe.SwipeConsumerExclusiveGroup
 
SwipeConsumerExclusiveGroup(boolean) - 类 的构造器com.billy.android.swipe.SwipeConsumerExclusiveGroup
create a group, specific close mode smoothly or not
SwipeDistanceCalculator - com.billy.android.swipe.calculator中的接口
swipe distance is the same as pointer move distance by default, this calculator can change the role
SwipeHelper - com.billy.android.swipe.internal中的类
This class is copy and modified from ViewDragHelper 1. mCapturedView removed. use mClampedDistanceX and mClampedDistanceY instead 2.
SwipeListener - com.billy.android.swipe.listener中的接口
SwipeUtil - com.billy.android.swipe.internal中的类
utils
SwipeUtil() - 类 的构造器com.billy.android.swipe.internal.SwipeUtil
 
switchDirectionEnable(View, boolean, int) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
switch direction enable for all SwipeConsumer that already added to the wrapper
switchDirectionEnable(Activity, boolean, int) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
 

T

t - 类 中的变量com.billy.android.swipe.consumer.DrawerConsumer
 
translateMode(View, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeRefresh
header and footer show followed the contentView (moves pixel by pixel with contentView)
translateMode(View, boolean, boolean) - 类 中的静态方法com.billy.android.swipe.SmartSwipeRefresh
header and footer show followed the contentView (moves pixel by pixel with contentView)
TranslucentSlidingConsumer - com.billy.android.swipe.consumer中的类
Sliding with no drawer view, the view below will gradually show up as the contentView moves Note: TranslucentSlidingConsumer works similar to SpaceConsumer, differences are: 1.
TranslucentSlidingConsumer() - 类 的构造器com.billy.android.swipe.consumer.TranslucentSlidingConsumer
 
tryAcceptMoving(int, float, float, float, float) - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
tryAcceptMoving(int, float, float, float, float) - 类 中的方法com.billy.android.swipe.consumer.DrawerConsumer
 
tryAcceptMoving(int, float, float, float, float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
tryAcceptSettling(int, float, float) - 类 中的方法com.billy.android.swipe.consumer.ActivitySlidingBackConsumer
 
tryAcceptSettling(int, float, float) - 类 中的方法com.billy.android.swipe.SwipeConsumer
always swipe by default when settling
TYPE_NON_TOUCH - 类 中的静态变量com.billy.android.swipe.internal.ViewCompat
Indicates that the input type for the gesture is caused by something which is not a user touching a screen.
TYPE_TOUCH - 类 中的静态变量com.billy.android.swipe.internal.ViewCompat
Indicates that the input type for the gesture is from a user touching the screen.

U

unlockAllDirections() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
unlockBottom() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
unlockDirection(int) - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
unlockHorizontal() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
unlockLeft() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
unlockRight() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
unlockTop() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
unlockVertical() - 类 中的方法com.billy.android.swipe.SwipeConsumer
 
UNSPECIFIED_GRAVITY - 类 中的静态变量com.billy.android.swipe.SmartSwipeWrapper.LayoutParams
Value for SmartSwipeWrapper.LayoutParams.gravity indicating that a gravity has not been explicitly specified.

V

ViewCompat - com.billy.android.swipe.internal中的类
 
ViewCompat() - 类 的构造器com.billy.android.swipe.internal.ViewCompat
 

W

wrap(Activity) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
wrap an activity the content view is: android.R.id.content
wrap(Activity, int) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
wrap a view in activity, view id is specified if already wrapped, returns the original wrapper
wrap(View) - 类 中的静态方法com.billy.android.swipe.SmartSwipe
wrap a view
A B C D E F G H I L M N O P R S T U V W