MCPcopy Create free account

hub / github.com/TrillGates/TaobaoUnion / functions

Functions1,279 in github.com/TrillGates/TaobaoUnion

↓ 1 callersMethodsetOverScrollBottomShow
是否允许越界时显示底部刷新控件
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:727
↓ 1 callersMethodsetOverScrollTopShow
是否允许越界时显示头部刷新控件
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:720
↓ 1 callersMethodsetProgressBackgroundColorSchemeColor
Set the background color of the progress spinner disc. @param color
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/ProgressLayout.java:90
↓ 1 callersMethodsetProgressRotation
Set the amount of rotation to apply to the progress spinner. @param rotation Rotation is from [0..1]
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable.java:174
↓ 1 callersMethodsetRippleEndListener
(OnRippleEndListener listener)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/bezierlayout/RippleView.java:98
↓ 1 callersMethodsetStartEndTrim
Set the start and end trim for the progress spinner arc. @param startAngle start angle @param endAngle end angle
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable.java:164
↓ 1 callersMethodsetType
(int type)
app/src/main/java/com/sunofbeaches/taobaounion/model/domain/SelectedPageCategory.java:84
↓ 1 callersMethodsetupAnimators
()
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable.java:344
↓ 1 callersMethodshowLoadingWhenOverScroll
(boolean ifShow)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:783
↓ 1 callersMethodshowRefreshingWhenOverScroll
(boolean ifShow)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:779
↓ 1 callersMethodstartLoadMore
()
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:575
↓ 1 callersMethodstartLoop
()
app/src/main/java/com/sunofbeaches/taobaounion/ui/custom/AutoLoopViewPager.java:45
↓ 1 callersMethodstartNestedScroll
(int axes)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:523
↓ 1 callersMethodstartReveal
()
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/bezierlayout/RippleView.java:57
↓ 1 callersMethodstartRotate
()
app/src/main/java/com/sunofbeaches/taobaounion/ui/custom/LoadingView.java:37
↓ 1 callersMethodstop
()
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable.java:276
↓ 1 callersMethodstopLoop
()
app/src/main/java/com/sunofbeaches/taobaounion/ui/custom/AutoLoopViewPager.java:74
↓ 1 callersMethodstopNestedScroll
()
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:528
↓ 1 callersMethodstopRotate
()
app/src/main/java/com/sunofbeaches/taobaounion/ui/custom/LoadingView.java:66
↓ 1 callersMethodswitch2HistoryPage
切换到历史和推荐界面
app/src/main/java/com/sunofbeaches/taobaounion/ui/fragment/SearchFragment.java:224
↓ 1 callersMethodswitch2Search
()
app/src/main/java/com/sunofbeaches/taobaounion/ui/activity/IMainActivity.java:5
↓ 1 callersMethodupdateLooperIndicator
切换指示器 @param targetPosition
app/src/main/java/com/sunofbeaches/taobaounion/ui/fragment/HomePagerFragment.java:170
↓ 1 callersMethodw
(Object object,String log)
app/src/main/java/com/sunofbeaches/taobaounion/utils/LogUtils.java:26
MethodAnimProcessor
(TwinklingRefreshLayout.CoContext coProcessor)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/AnimProcessor.java:32
MethodAutoLoopViewPager
(@NonNull Context context)
app/src/main/java/com/sunofbeaches/taobaounion/ui/custom/AutoLoopViewPager.java:24
MethodBallPulseView
(Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/Footer/BallPulseView.java:37
MethodBezierLayout
(Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/bezierlayout/BezierLayout.java:24
MethodCacheWithDuration
(long duration,String cache)
app/src/main/java/com/sunofbeaches/taobaounion/model/domain/CacheWithDuration.java:7
MethodCaptureActivityHandler
()
app/src/main/java/com/sunofbeaches/taobaounion/ui/activity/ScanQrCodeActivity.java:449
MethodCircleImageView
(Context context, int color, final float radius)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/CircleImageView.java:35
MethodCoContext
()
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:901
MethodDecodeHandler
()
app/src/main/java/com/sunofbeaches/taobaounion/ui/activity/ScanQrCodeActivity.java:530
MethodDecodeThread
()
app/src/main/java/com/sunofbeaches/taobaounion/ui/activity/ScanQrCodeActivity.java:507
MethodDecorator
(TwinklingRefreshLayout.CoContext processor, IDecorator decorator1)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/Decorator.java:13
MethodGoogleDotView
(Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/GoogleDotView.java:36
MethodGreyContainer
(@NonNull Context context)
app/src/main/java/com/sunofbeaches/taobaounion/ui/custom/GreyContainer.java:12
MethodHomePagerAdapter
(@NonNull FragmentManager fm)
app/src/main/java/com/sunofbeaches/taobaounion/ui/adapter/HomePagerAdapter.java:20
MethodInnerHolder
(@NonNull View itemView)
app/src/main/java/com/sunofbeaches/taobaounion/ui/adapter/OnSellContentAdapter.java:88
MethodInnerHolder
(@NonNull View itemView)
app/src/main/java/com/sunofbeaches/taobaounion/ui/adapter/SelectedPageContentAdapter.java:85
MethodInnerHolder
(@NonNull View itemView)
app/src/main/java/com/sunofbeaches/taobaounion/ui/adapter/LinearItemContentAdapter.java:94
MethodInnerHolder
(@NonNull View itemView)
app/src/main/java/com/sunofbeaches/taobaounion/ui/adapter/SelectedPageLeftAdapter.java:77
MethodJsonCacheUtil
()
app/src/main/java/com/sunofbeaches/taobaounion/utils/JsonCacheUtil.java:16
MethodLoadingView
(Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/Footer/LoadingView.java:20
MethodLoadingView
(Context context)
app/src/main/java/com/sunofbeaches/taobaounion/ui/custom/LoadingView.java:16
MethodMaterialProgressDrawable
(Context context, View parent)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable.java:101
MethodOnSellPagePresenterImpl
()
app/src/main/java/com/sunofbeaches/taobaounion/presenter/impl/OnSellPagePresenterImpl.java:25
MethodOvalShadow
(int shadowRadius, int circleDiameter)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/CircleImageView.java:116
MethodOverScrollDecorator
(TwinklingRefreshLayout.CoContext processor, IDecorator decorator1)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/OverScrollDecorator.java:31
MethodPresenterManager
()
app/src/main/java/com/sunofbeaches/taobaounion/utils/PresenterManager.java:53
MethodProgressLayout
(Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/ProgressLayout.java:46
MethodRefreshProcessor
(TwinklingRefreshLayout.CoContext processor)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/RefreshProcessor.java:17
MethodRetrofitManager
()
app/src/main/java/com/sunofbeaches/taobaounion/utils/RetrofitManager.java:14
MethodRing
(Callback callback)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable.java:481
MethodRippleView
(Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/bezierlayout/RippleView.java:31
MethodRoundDotView
(Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/bezierlayout/RoundDotView.java:24
MethodRoundProgressView
(Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/bezierlayout/RoundProgressView.java:31
MethodScrollingUtil
()
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/utils/ScrollingUtil.java:42
MethodSearchPresenter
()
app/src/main/java/com/sunofbeaches/taobaounion/presenter/impl/SearchPresenter.java:29
MethodSelectedPagePresenterImpl
()
app/src/main/java/com/sunofbeaches/taobaounion/presenter/impl/SelectedPagePresenterImpl.java:22
MethodSinaRefreshView
(Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/SinaRefreshView.java:28
MethodTbNestedScrollView
(@NonNull Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/views/TbNestedScrollView.java:19
MethodTextFlowLayout
(Context context)
app/src/main/java/com/sunofbeaches/taobaounion/ui/custom/TextFlowLayout.java:50
MethodTicketParams
(String url,String title)
app/src/main/java/com/sunofbeaches/taobaounion/model/domain/TicketParams.java:7
MethodTwinklingRefreshLayout
(Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:122
MethodWaveView
(Context context)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/bezierlayout/WaveView.java:25
MethodaddFixedExHeader
设置固定在顶部的header
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:623
MethodafterTextChanged
(Editable s)
app/src/main/java/com/sunofbeaches/taobaounion/ui/fragment/SearchFragment.java:170
MethodanimBottomHideByVy
6.当加载更多处于可见状态时,向下滑动屏幕,隐藏加载更多控件 @param vy 手指向下滑动的速度
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/AnimProcessor.java:304
MethodanimHeadHideByVy
5.当刷新处于可见状态,向上滑动屏幕时,隐藏刷新控件 @param vy 手指向上滑动速度
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/AnimProcessor.java:277
MethodanimOverScrollBottom
8.执行底部越界 @param vy 满足越界条件的手指滑动速度 @param computeTimes 从满足条件到滚动到顶部总共计算的次数
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/AnimProcessor.java:372
MethodanimOverScrollTop
7.执行顶部越界 To executive cross-border springback at the top. 越界高度height ∝ vy/computeTimes,此处采用的模型是 height=A (vy + B)/computeTimes @param vy 满
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/AnimProcessor.java:334
MethodapplyTransformation
(float interpolatedTime, Transformation t)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable.java:347
MethodbeforeTextChanged
(CharSequence s,int start,int count,int after)
app/src/main/java/com/sunofbeaches/taobaounion/ui/fragment/SearchFragment.java:155
Methodbtn
(View view)
app/src/main/java/com/sunofbeaches/taobaounion/ui/activity/ScanQrCodeActivity.java:284
MethodcanChildScrollDown
Whether it is possible for the child view of this layout to scroll down. Override this if the child view is a custom view. 判断是否可以上拉
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/utils/ScrollingUtil.java:71
MethodcanChildScrollUp
用来判断是否可以下拉 手指在屏幕上该方法才有效
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/utils/ScrollingUtil.java:49
MethoddealTouchEvent
(MotionEvent e)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/OverScrollDecorator.java:46
MethoddealTouchEvent
(MotionEvent e)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/RefreshProcessor.java:135
MethoddelHistories
()
app/src/main/java/com/sunofbeaches/taobaounion/presenter/impl/SearchPresenter.java:51
MethoddestroyItem
(@NonNull ViewGroup container,int position,@NonNull Object object)
app/src/main/java/com/sunofbeaches/taobaounion/ui/adapter/LooperPagerAdapter.java:23
MethoddispatchNestedFling
(float velocityX,float velocityY,boolean consumed)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:548
MethoddispatchNestedPreFling
(float velocityX,float velocityY)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:553
MethoddispatchTouchEvent
(MotionEvent ev)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/OverScrollDecorator.java:36
MethoddispatchTouchEvent
(MotionEvent ev)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/processor/RefreshProcessor.java:28
Methoddraw
(Canvas c)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable.java:207
Methoddraw
Draw the progress spinner
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable.java:510
MethoddrawableToBitmap
(Drawable drawable)
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/bezierlayout/WaveView.java:78
MethodfinishLoadmore
()
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:1060
MethodfinishRefreshing
结束刷新
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:582
MethodfinishRefreshing
()
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/TwinklingRefreshLayout.java:1050
MethodgetAlpha
()
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable.java:221
MethodgetAlpha
@return Current alpha of the progress spinner and arrowhead.
refreshlibrary/src/main/java/com/lcodecore/tkrefreshlayout/header/progresslayout/MaterialProgressDrawable.java:630
MethodgetCategories
获取分类
app/src/main/java/com/sunofbeaches/taobaounion/presenter/ISelectedPagePresenter.java:12
MethodgetCategories
获取商品分类
app/src/main/java/com/sunofbeaches/taobaounion/presenter/IHomePresenter.java:10
MethodgetCategories
()
app/src/main/java/com/sunofbeaches/taobaounion/presenter/impl/HomePresenterImpl.java:21
MethodgetCategoryId
()
app/src/main/java/com/sunofbeaches/taobaounion/ui/fragment/HomePagerFragment.java:235
MethodgetCategory_id
()
app/src/main/java/com/sunofbeaches/taobaounion/model/domain/SearchResult.java:218
MethodgetCategory_id
()
app/src/main/java/com/sunofbeaches/taobaounion/model/domain/OnSellContent.java:170
MethodgetCategory_id
()
app/src/main/java/com/sunofbeaches/taobaounion/model/domain/HomePagerContent.java:128
MethodgetCategory_name
()
app/src/main/java/com/sunofbeaches/taobaounion/model/domain/SearchResult.java:226
← previousnext →401–500 of 1,279, ranked by callers