Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TellH/Android_PullToRefreshLibrary_Collection
/ functions
Functions
590 in github.com/TellH/Android_PullToRefreshLibrary_Collection
⨍
Functions
590
◇
Types & classes
75
↓ 2 callers
Method
getRelRatio
()
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/AnimationView.java:399
↓ 2 callers
Method
init
()
jellyrefresh/src/main/java/uk/co/imallan/jellyrefresh/JellyViewFrameLayout.java:42
↓ 2 callers
Method
initView
(Context context)
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/XListView/XListViewHeader.java:53
↓ 2 callers
Method
initView
(Context context)
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/XListView/XListViewFooter.java:103
↓ 2 callers
Method
initView
(Context context)
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/WaterDropListViewFooter.java:114
↓ 2 callers
Method
initView
(Context context)
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/WaterDropListViewHeader.java:57
↓ 2 callers
Method
invokeOnScrolling
()
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/XListView/XListView.java:201
↓ 2 callers
Method
invokeOnScrolling
()
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/WaterDropListView.java:183
↓ 2 callers
Method
isAnimationRunning
(Animation animation)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:1284
↓ 2 callers
Method
moveToStart
(float interpolatedTime)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:1051
↓ 2 callers
Method
offsetTopAndBottom
(int offset)
Phoenix/src/main/java/com/yalantis/phoenix/refresh_view/SunRefreshView.java:123
↓ 2 callers
Method
onFinish
不要在此进行耗时的操作
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/PullToRefreshLayoutTellH/PullToRefreshLayout.java:573
↓ 2 callers
Method
onRefresh
()
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/XListView/XListView.java:391
↓ 2 callers
Method
onReleasing
(PullToRefreshLayout pullToRefreshLayout, float fraction)
jellyrefresh/src/main/java/uk/co/imallan/jellyrefresh/PullToRefreshLayout.java:294
↓ 2 callers
Method
onSecondaryPointerUp
(MotionEvent ev)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:1107
↓ 2 callers
Method
onSecondaryPointerUp
处理多指触控的点击事件
Phoenix/src/main/java/com/yalantis/phoenix/PullToRefreshView.java:440
↓ 2 callers
Method
onSecondaryPointerUp
处理多指触控的点击事件
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/PullToRefreshLayoutTellH/PullToRefreshLayout.java:484
↓ 2 callers
Method
onSecondaryPointerUp
(MotionEvent ev)
taurus_flyplane/src/main/java/com/yalantis/taurus/PullToRefreshView.java:340
↓ 2 callers
Method
resetHeaderHeight
reset header view's height.
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/XListView/XListView.java:228
↓ 2 callers
Method
resetHeaderHeight
reset header view's height. 重置headerheight的高度 逻辑:1、如果状态处于非refreshing,则回滚到height=0状态2;2、如果状态处于refreshing,则回滚到stretchheight高度
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/WaterDropListView.java:222
↓ 2 callers
Method
resetOriginals
Reset the progress spinner to default rotation, start and end angles.
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:778
↓ 2 callers
Method
setAlpha
(int alpha)
taurus_flyplane/src/main/java/com/yalantis/taurus/RefreshView.java:171
↓ 2 callers
Method
setArrowScale
@param scale Set the scale of the arrowhead for the spinner.
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:171
↓ 2 callers
Method
setBottomMargin
(int height)
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/XListView/XListViewFooter.java:55
↓ 2 callers
Method
setBottomMargin
(int height)
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/WaterDropListViewFooter.java:63
↓ 2 callers
Method
setColorViewAlpha
(int targetAlpha)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:247
↓ 2 callers
Method
setColors
Set the colors the progress spinner alternates between. @param colors Array of integers describing the colors. Must be non-<code>null</code>.
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:587
↓ 2 callers
Method
setJellyHeight
(int ribbonHeight)
jellyrefresh/src/main/java/uk/co/imallan/jellyrefresh/JellyView.java:76
↓ 2 callers
Method
setMinimumHeight
(int minimumHeight)
jellyrefresh/src/main/java/uk/co/imallan/jellyrefresh/JellyView.java:71
↓ 2 callers
Method
setOnRefreshListener
(OnRefreshListenerAdapter listener)
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/PullToRefreshLayoutTellH/PullToRefreshLayout.java:554
↓ 2 callers
Method
setRefreshing
Notify the widget that refresh state has changed. Do not call this when refresh is triggered by a swipe gesture. @param refreshing Whether or not the
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:404
↓ 2 callers
Method
setRefreshing
(boolean refreshing)
Phoenix/src/main/java/com/yalantis/phoenix/PullToRefreshView.java:390
↓ 2 callers
Method
setRotation
(float rotation)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:247
↓ 2 callers
Method
setSizeParameters
(double progressCircleWidth, double progressCircleHeight, double centerRadius, double strokeWidth,
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:129
↓ 2 callers
Method
setStartEndTrim
Set the start and end trim for the progress spinner arc. @param startAngle start angle @param endAngle end angle
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:181
↓ 2 callers
Method
setUpChildAnimation
()
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/CircleRefreshLayout.java:125
↓ 2 callers
Method
setUpChildViewAnimator
()
jellyrefresh/src/main/java/uk/co/imallan/jellyrefresh/PullToRefreshLayout.java:138
↓ 2 callers
Method
setVisiableHeight
(int height)
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/XListView/XListViewHeader.java:116
↓ 2 callers
Method
setX
(float x)
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/Circle.java:17
↓ 2 callers
Method
showArrow
@param show Set to true to display the arrowhead on the progress spinner.
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:164
↓ 2 callers
Method
startAlphaAnimation
(final int startingAlpha, final int endingAlpha)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:516
↓ 2 callers
Method
startLoadMore
()
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/XListView/XListView.java:273
↓ 2 callers
Method
startLoadMore
()
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/WaterDropListView.java:269
↓ 2 callers
Method
startScaleDownAnimation
(AnimationListener listener)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:495
↓ 2 callers
Method
stop
()
Phoenix/src/main/java/com/yalantis/phoenix/refresh_view/SunRefreshView.java:288
↓ 2 callers
Method
stop
()
taurus_flyplane/src/main/java/com/yalantis/taurus/RefreshView.java:572
↓ 2 callers
Method
stopRefresh
stop refresh, reset header view.
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/XListView/XListView.java:175
↓ 2 callers
Method
storeOriginals
If the start / end trim are offset to begin with, store them so that animation starts from that offset.
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:769
↓ 2 callers
Method
updateComleteState
完成的百分比 @param percent between[0,1]
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/WaterDropView.java:213
↓ 2 callers
Method
updateHeaderHeight
(int height)
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/WaterDropListView.java:190
↓ 2 callers
Method
updateRingColor
Update the ring color if this is within the last 25% of the animation. The new ring color will be a translation from the starting ring color to the ne
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:332
↓ 2 callers
Method
updateSizes
Set the overall size for the progress spinner. This updates the radius and stroke width of the ring. @param size One of {@link MaterialProgressDrawab
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:151
↓ 1 callers
Method
addHeaderContainer
()
jellyrefresh/src/main/java/uk/co/imallan/jellyrefresh/PullToRefreshLayout.java:127
↓ 1 callers
Method
addView
(View child)
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/CircleRefreshLayout.java:171
↓ 1 callers
Method
addViewInternal
(@NonNull View child)
jellyrefresh/src/main/java/uk/co/imallan/jellyrefresh/PullToRefreshLayout.java:171
↓ 1 callers
Method
addViewInternal
(@NonNull View child)
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/CircleRefreshLayout.java:167
↓ 1 callers
Method
animateOffsetToCorrectPosition
(int from, AnimationListener listener)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:1005
↓ 1 callers
Method
animateOffsetToCorrectPosition
()
Phoenix/src/main/java/com/yalantis/phoenix/PullToRefreshView.java:316
↓ 1 callers
Method
animateOffsetToCorrectPosition
()
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/PullToRefreshLayoutTellH/PullToRefreshLayout.java:344
↓ 1 callers
Method
animateOffsetToCorrectPosition
()
taurus_flyplane/src/main/java/com/yalantis/taurus/PullToRefreshView.java:229
↓ 1 callers
Method
animateOffsetToStartPosition
(int from, AnimationListener listener)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:1017
↓ 1 callers
Method
applyDone
()
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/AnimationView.java:481
↓ 1 callers
Method
applyFinishTranslation
(float interpolatedTime, Ring ring)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:343
↓ 1 callers
Method
canChildScrollUp
()
Phoenix/src/main/java/com/yalantis/phoenix/PullToRefreshView.java:474
↓ 1 callers
Method
canChildScrollUp
()
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/PullToRefreshLayoutTellH/PullToRefreshLayout.java:519
↓ 1 callers
Method
canChildScrollUp
()
jellyrefresh/src/main/java/uk/co/imallan/jellyrefresh/PullToRefreshLayout.java:185
↓ 1 callers
Method
canChildScrollUp
()
taurus_flyplane/src/main/java/com/yalantis/taurus/PullToRefreshView.java:366
↓ 1 callers
Method
canChildScrollUp
()
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/CircleRefreshLayout.java:182
↓ 1 callers
Method
completeRefresh
()
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/CircleRefreshLayout.java:312
↓ 1 callers
Method
createAnimator
创建回弹动画 上圆半径减速恢复至最大半径 下圆半径减速恢复至最大半径 圆心距减速从最大值减到0(下圆Y从当前位置移动到上圆Y)。 @return
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/WaterDropView.java:196
↓ 1 callers
Method
createBitmaps
()
Phoenix/src/main/java/com/yalantis/phoenix/refresh_view/SunRefreshView.java:105
↓ 1 callers
Method
createBitmaps
()
taurus_flyplane/src/main/java/com/yalantis/taurus/RefreshView.java:125
↓ 1 callers
Method
createProgressView
()
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:374
↓ 1 callers
Method
createRefreshView
()
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/PullToRefreshLayoutActivity.java:74
↓ 1 callers
Method
d
()
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/util/Logger.java:18
↓ 1 callers
Method
dispatchNestedFling
(float velocityX, float velocityY, boolean consumed)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:1274
↓ 1 callers
Method
dispatchNestedPreFling
(float velocityX, float velocityY)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:1279
↓ 1 callers
Method
dispatchNestedPreScroll
(int dx, int dy, int[] consumed, int[] offsetInWindow)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:1257
↓ 1 callers
Method
dispatchNestedScroll
(int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, i
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/SwipeRefreshTestLayout.java:1250
↓ 1 callers
Method
draw
(@NonNull Canvas canvas)
taurus_flyplane/src/main/java/com/yalantis/taurus/RefreshView.java:191
↓ 1 callers
Method
drawCenterClouds
(Canvas canvas)
taurus_flyplane/src/main/java/com/yalantis/taurus/RefreshView.java:359
↓ 1 callers
Method
drawDrag
(Canvas canvas)
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/AnimationView.java:206
↓ 1 callers
Method
drawJet
(Canvas canvas)
taurus_flyplane/src/main/java/com/yalantis/taurus/RefreshView.java:421
↓ 1 callers
Method
drawOutCir
(Canvas canvas)
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/AnimationView.java:281
↓ 1 callers
Method
drawPopBall
(Canvas canvas)
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/AnimationView.java:241
↓ 1 callers
Method
drawRefreshing
(Canvas canvas)
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/AnimationView.java:299
↓ 1 callers
Method
drawSideClouds
(Canvas canvas)
taurus_flyplane/src/main/java/com/yalantis/taurus/RefreshView.java:284
↓ 1 callers
Method
drawSky
(Canvas canvas)
Phoenix/src/main/java/com/yalantis/phoenix/refresh_view/SunRefreshView.java:145
↓ 1 callers
Method
drawSpring
(Canvas canvas, int springDelta)
circlerefreshlayout/src/main/java/com/tuesda/walker/circlerefresh/AnimationView.java:216
↓ 1 callers
Method
drawSun
(Canvas canvas)
Phoenix/src/main/java/com/yalantis/phoenix/refresh_view/SunRefreshView.java:209
↓ 1 callers
Method
drawTown
(Canvas canvas)
Phoenix/src/main/java/com/yalantis/phoenix/refresh_view/SunRefreshView.java:171
↓ 1 callers
Method
drawTriangle
(Canvas c, float startAngle, float sweepAngle, Rect bounds)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:549
↓ 1 callers
Method
drawableToBitmap
convert drawable to bitmap @param drawable @return
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/Utils.java:59
↓ 1 callers
Method
e
(String msg)
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/util/Logger.java:42
↓ 1 callers
Method
evaluateColorChange
(float fraction, int startValue, int endValue)
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:308
↓ 1 callers
Method
getAngle
获得两个圆切线与圆心连线的夹角 @return
app/src/main/java/com/tellh/android_pulltorefreshlibrary_collection/WaterDropListView/WaterDropView.java:181
↓ 1 callers
Method
getCenterRadius
()
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:734
↓ 1 callers
Method
getIntrinsicHeight
()
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:214
↓ 1 callers
Method
getIntrinsicWidth
()
swipetorefreshlayoutgoogle/src/main/java/com/tellh/swipetorefreshlayoutgoogle/MaterialProgressDrawable.java:219
↓ 1 callers
Method
getJellyHeight
()
jellyrefresh/src/main/java/uk/co/imallan/jellyrefresh/JellyView.java:85
← previous
next →
101–200 of 590, ranked by callers