Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroGypsophila/TryGank
/ functions
Functions
537 in github.com/AstroGypsophila/TryGank
⨍
Functions
537
◇
Types & classes
108
↓ 1 callers
Method
abort
{@link #cancel()}, but also abort all motion in progress and snap to the end of any animation.
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:596
↓ 1 callers
Method
addGank
(Context ctx, GankBean gankBean)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/presenter/IGankDetailPresenter.java:19
↓ 1 callers
Method
addRequest
添加Request到列表
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/net/RequestManager.java:22
↓ 1 callers
Method
attachToActivity
(Activity activity)
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/SwipeBackLayout.java:453
↓ 1 callers
Method
bindHolder
(GankBean bean)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/DailyGankAdapter.java:103
↓ 1 callers
Method
bindHolder
(SearchBean searchBean)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/GankSearchAdapter.java:97
↓ 1 callers
Method
cancelRequest
取消网络请求
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/net/RequestManager.java:29
↓ 1 callers
Method
captureChildView
Capture a specific child view for dragging within the parent. The callback will be notified but {@link me.imid.swipebacklayout.lib.ViewDragHelper.Call
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:541
↓ 1 callers
Method
clampViewPositionHorizontal
Restrict the motion of the dragged child view along the horizontal axis. The default implementation does not allow horizontal motion; the extending cl
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:340
↓ 1 callers
Method
clampViewPositionVertical
Restrict the motion of the dragged child view along the vertical axis. The default implementation does not allow vertical motion; the extending class
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:355
↓ 1 callers
Method
clearAllData
清除缓存文件
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/cache/CacheManager.java:109
↓ 1 callers
Method
compare
(String str1, String str2)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/net/HttpRequest.java:187
↓ 1 callers
Method
computeSettleDuration
(View child, int dx, int dy, int xvel, int yvel)
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:688
↓ 1 callers
Method
continueSettling
Move the captured settling view by the appropriate amount for the current time. If <code>continueSettling</code> returns true, the caller should call
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:810
↓ 1 callers
Method
convertActivityToTranslucentAfterL
Calling the convertToTranslucent method on platforms after Android 5.0
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/Utils.java:83
↓ 1 callers
Method
convertActivityToTranslucentBeforeL
Calling the convertToTranslucent method on platforms before Android 5.0
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/Utils.java:61
↓ 1 callers
Method
createRequest
(final String url, final RequestCallback callback)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/net/RequestManager.java:48
↓ 1 callers
Method
createStatusView
(Activity activity, int color)
TryGank/app/src/main/java/com/gypsophila/trygank/utils/StatusBarUtil.java:33
↓ 1 callers
Method
deleteGankBean
(Context ctx, String gankId)
TryGank/app/src/main/java/com/gypsophila/trygank/db/GankDataBaseManager.java:130
↓ 1 callers
Method
delteGank
(Context ctx, String gankId)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/presenter/IGankDetailPresenter.java:17
↓ 1 callers
Method
distanceInfluenceForSnapDuration
(float f)
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:769
↓ 1 callers
Method
dragTo
(int left, int top, int dx, int dy)
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:1490
↓ 1 callers
Method
drawScrim
(Canvas canvas, View child)
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/SwipeBackLayout.java:412
↓ 1 callers
Method
drawShadow
(Canvas canvas, View child)
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/SwipeBackLayout.java:427
↓ 1 callers
Method
ensureMotionHistorySizeForId
(int pointerId)
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:895
↓ 1 callers
Method
fetchUrlDataFromXml
xml中读入内容
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/net/UrlConfigManager.java:26
↓ 1 callers
Method
getEdgeTouched
(int x, int y)
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:1566
↓ 1 callers
Method
getFilter
(FilterType type)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/FilterType.java:24
↓ 1 callers
Method
getFromCache
将CacheItem从磁盘中读取出来 @param key md5文件名 @return 缓存数据CacheItem
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/cache/CacheManager.java:75
↓ 1 callers
Method
getGankBean
(Context ctx, String gankId)
TryGank/app/src/main/java/com/gypsophila/trygank/db/GankDataBaseManager.java:96
↓ 1 callers
Method
getGankList
(Context ctx, String filter)
TryGank/app/src/main/java/com/gypsophila/trygank/db/GankDataBaseManager.java:53
↓ 1 callers
Method
getIntValue
()
TryGank/app/src/main/java/com/gypsophila/trygank/utils/ThemeUtil.java:100
↓ 1 callers
Method
getItem
(int position)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/ColorsListAdapter.java:47
↓ 1 callers
Method
getItem
(int position)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/view/GankFragment.java:89
↓ 1 callers
Method
getItemViewType
(int position)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/GankAdapter.java:108
↓ 1 callers
Method
getKey
()
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/cache/CacheItem.java:26
↓ 1 callers
Method
getKey
()
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/net/URLData.java:20
↓ 1 callers
Method
getOrderedChildIndex
Called to determine the Z-order of child views. @param index the ordered position to query for @return index of the view that should be ordered at po
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:279
↓ 1 callers
Method
getRequest
获取HttpUriRequest请求 @return
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/net/HttpRequest.java:243
↓ 1 callers
Method
getRequestManager
()
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/activity/BaseActivity.java:56
↓ 1 callers
Method
getTimeStamp
()
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/cache/CacheItem.java:34
↓ 1 callers
Method
getUrl
(String keyWord, int pageIndex)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/presenter/SearchPresenterImpl.java:61
↓ 1 callers
Method
getUrl
(String year, String month, String day)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/presenter/GankDatePresenterImpl.java:53
↓ 1 callers
Method
getView
(int position, View convertView, ViewGroup parent)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/ColorsListAdapter.java:57
↓ 1 callers
Method
init
()
TryGank/app/src/main/java/com/gypsophila/trygank/umeng/UmengEvent.java:18
↓ 1 callers
Method
initCacheDir
()
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/cache/CacheManager.java:134
↓ 1 callers
Method
initData
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/view/GankDetailActivity.java:73
↓ 1 callers
Method
initFavorite
(GankBean gankBean)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/view/IGankDetail.java:13
↓ 1 callers
Method
initFeedback
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/GankApplication.java:24
↓ 1 callers
Method
initToolbar
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/main/MainActivity.java:93
↓ 1 callers
Method
initToolbar
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/about/AboutActivity.java:71
↓ 1 callers
Method
initToolbar
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/view/GankDetailActivity.java:95
↓ 1 callers
Method
initVariables
()
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/activity/BaseActivity.java:28
↓ 1 callers
Method
initView
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/main/MainActivity.java:84
↓ 1 callers
Method
initViews
(Bundle savedInstanceState)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/activity/BaseActivity.java:32
↓ 1 callers
Method
initViews
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/about/AboutActivity.java:83
↓ 1 callers
Method
initViews
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/view/SearchActivity.java:46
↓ 1 callers
Method
initViews
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/view/GankDetailActivity.java:78
↓ 1 callers
Method
initViews
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/view/GankPictureActivity.java:63
↓ 1 callers
Method
isCapturedViewUnder
Determine if the currently captured view is under the given point in the parent view's coordinate system. If there is no captured view this method wil
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:1522
↓ 1 callers
Method
isQuitAwait
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/main/MainActivity.java:343
↓ 1 callers
Method
isViewUnder
Determine if the supplied view is under the given point in the parent view's coordinate system. @param view Child view of the parent to hit test @par
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:1536
↓ 1 callers
Method
loadBeansFromDataBase
(BaseActivity activity, String filter, GankLoadListener listener)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/model/IGankBusiness.java:21
↓ 1 callers
Method
loadData
()
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/activity/BaseActivity.java:30
↓ 1 callers
Method
loadDateData
(BaseActivity activity, String url, List<RequestParameter> parameters, GankDateLoadListener listener)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/model/IGankDateBusiness.java:18
↓ 1 callers
Method
loadFailed
(Exception e)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/utils/ImageLoaderUtils.java:45
↓ 1 callers
Method
loadGankDateBean
(BaseActivity activity, String url, List<RequestParameter> parameters, GankTodayLoadListener listener)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/model/IGankDateBusiness.java:16
↓ 1 callers
Method
loadSuccess
(Uri uri)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/utils/ImageLoaderUtils.java:43
↓ 1 callers
Method
newIntance
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/view/TodayFragment.java:37
↓ 1 callers
Method
onEdgeDragStarted
Called when the user has started a deliberate drag away from one of the subscribed edges in the parent view while no child view is currently captured.
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:269
↓ 1 callers
Method
onEdgeLock
Called when the given edge may become locked. This can happen if an edge drag was preliminarily rejected before beginning, but after {@link #onEdgeTou
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:252
↓ 1 callers
Method
onEdgeTouch
Invoke when edge touched @param edgeFlag edge flag describing the edge being touched @see #EDGE_LEFT @see #EDGE_RIGHT @see #EDGE_BOTTOM
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/SwipeBackLayout.java:282
↓ 1 callers
Method
onFail
(String errorMessage)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/net/RequestCallback.java:10
↓ 1 callers
Method
onRefresh
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/view/SearchListFragment.java:82
↓ 1 callers
Method
onRefresh
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/view/GankListFragment.java:232
↓ 1 callers
Method
onScrollOverThreshold
Invoke when scroll percent over the threshold for the first time
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/SwipeBackLayout.java:287
↓ 1 callers
Method
onScrollStateChange
Invoke when state change @param state flag to describe scroll state @param scrollPercent scroll percent of this view @see #STATE_IDLE @see #S
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/SwipeBackLayout.java:272
↓ 1 callers
Method
onSuccess
(String content)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/net/RequestCallback.java:8
↓ 1 callers
Method
onViewCaptured
Called when a child view is captured for dragging or settling. The ID of the pointer currently dragging the captured view is supplied. If activePointe
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:198
↓ 1 callers
Method
onViewDragStateChanged
Called when the drag state changes. See the <code>STATE_ </code> constants for more information. @param state The new drag state @see #STATE_IDLE @se
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:173
↓ 1 callers
Method
onViewReleased
Called when the child view is no longer being actively dragged. The fling velocity is also supplied, if relevant. The velocity values may be clamped t
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:223
↓ 1 callers
Method
parseIntent
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/view/GankPictureActivity.java:49
↓ 1 callers
Method
processTouchEvent
Process a touch event received by the parent view. This method will dispatch callback events as needed before returning. The parent view's onTouchEven
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:1154
↓ 1 callers
Method
putInteger
(Context ctx, String key, int value)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/utils/PreferenceUtils.java:35
↓ 1 callers
Method
putIntoCache
将CacheItem写入磁盘 @param item @return 是否缓存成功
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/cache/CacheManager.java:98
↓ 1 callers
Method
putString
(Context ctx, String key, String value)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/utils/PreferenceUtils.java:61
↓ 1 callers
Method
quit
()
TryGank/app/src/main/java/com/gypsophila/trygank/business/main/MainActivity.java:347
↓ 1 callers
Method
readJsonGankDatePlusBean
(String strJson)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/GankJsonUtils.java:36
↓ 1 callers
Method
readJsonGankIOPlusBean
(String strJson)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/GankJsonUtils.java:30
↓ 1 callers
Method
readJsonGankPlusBean
(String strJson)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/GankJsonUtils.java:24
↓ 1 callers
Method
readJsonSearchPlusBean
(String strJson)
TryGank/app/src/main/java/com/gypsophila/trygank/business/gank/GankJsonUtils.java:18
↓ 1 callers
Method
restoreObject
(String path)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/utils/BaseUtils.java:166
↓ 1 callers
Method
save
(Bitmap bitmap, File file, Bitmap.CompressFormat format)
TryGank/app/src/main/java/com/gypsophila/trygank/business/about/AboutActivity.java:211
↓ 1 callers
Method
saveBitmap
(Bitmap bitmap, String absFile, Bitmap.CompressFormat format)
TryGank/app/src/main/java/com/gypsophila/trygank/business/about/AboutActivity.java:203
↓ 1 callers
Method
saveObject
(String path, Object object)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/utils/BaseUtils.java:140
↓ 1 callers
Method
setEdgeSize
Set the size of an edge. This is the range in pixels along the edges of this view that will actively detect edge touches or drags if edge tracking is
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/SwipeBackLayout.java:222
↓ 1 callers
Method
setEdgeTrackingEnabled
Enable edge tracking for the selected edges of the parent view. The callback's {@link me.imid.swipebacklayout.lib.ViewDragHelper.Callback#onEdgeTouche
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/ViewDragHelper.java:504
↓ 1 callers
Method
setEdgeTrackingEnabled
Enable edge tracking for the selected edges of the parent view. The callback's {@link me.imid.swipebacklayout.lib.ViewDragHelper.Callback#onEdgeTouche
TryGankLib/Common/SwipeBack/src/main/java/me/imid/swipebacklayout/lib/SwipeBackLayout.java:199
↓ 1 callers
Method
setExpires
(long expires)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/net/URLData.java:32
↓ 1 callers
Method
setKey
(String key)
TryGankLib/Common/CommonLib/src/main/java/com/gypsophila/commonlib/net/URLData.java:24
← previous
next →
101–200 of 537, ranked by callers