Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/android-cjj/nices
/ functions
Functions
1,505 in github.com/android-cjj/nices
⨍
Functions
1,505
◇
Types & classes
289
↓ 1 callers
Method
createIcon
(SwipeMenuItem item)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuView.java:67
↓ 1 callers
Method
createMenu
(SwipeMenu menu)
Nices20/src/com/cjj/nices/fragment/HomeFragment.java:240
↓ 1 callers
Method
createMenu
(SwipeMenu menu)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuAdapter.java:75
↓ 1 callers
Method
createTitle
(SwipeMenuItem item)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuView.java:73
↓ 1 callers
Method
deliverError
Delivers error message to the ErrorListener that the Request was initialized with. @param error Error details
VolleyLibrary/src/com/cjj/volley/Request.java:545
↓ 1 callers
Method
deliverResponse
Subclasses must implement this to perform delivery of the parsed response to their listeners. The given response is guaranteed to be non-null; respon
VolleyLibrary/src/com/cjj/volley/Request.java:537
↓ 1 callers
Method
detachActivity
Removes the activity reference this {@link Crouton} is holding
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:707
↓ 1 callers
Method
detachLifecycleCallback
Removes the lifecycleCallback reference this {@link Crouton} is holding
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:721
↓ 1 callers
Method
detachViewGroup
Removes the viewGroup reference this {@link Crouton} is holding
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:714
↓ 1 callers
Method
disableOverScrollMode
(View view)
Nices20/src/cn/sharesdk/onekeyshare/PlatformGridView.java:251
↓ 1 callers
Method
disableSSOWhenAuthorize
设置一个总开关,用于在分享前若需要授权,则禁用sso功能
Nices20/src/cn/sharesdk/onekeyshare/OnekeyShare.java:224
↓ 1 callers
Method
doParse
The real guts of parseNetworkResponse. Broken out for readability.
VolleyLibrary/src/com/cjj/volley/toolbox/ImageRequest.java:137
↓ 1 callers
Method
drawDividersHorizontal
(Canvas canvas)
NicesLibrary/src/com/viewpagerindicator/IcsLinearLayout.java:127
↓ 1 callers
Method
drawDividersVertical
(Canvas canvas)
NicesLibrary/src/com/viewpagerindicator/IcsLinearLayout.java:100
↓ 1 callers
Method
entityFromConnection
Initializes an {@link HttpEntity} from the given {@link HttpURLConnection}. @param connection @return an HttpEntity populated with data from <code>con
VolleyLibrary/src/com/cjj/volley/toolbox/HurlStack.java:133
↓ 1 callers
Method
entityToBytes
Reads the contents of HttpEntity into a byte[].
VolleyLibrary/src/com/cjj/volley/toolbox/BasicNetwork.java:210
↓ 1 callers
Method
favoriteDao
()
Nices20/src/com/cjj/nices/activity/NewsDetailActivity.java:126
↓ 1 callers
Method
favoriteDao
(NewsListEntity entity, long news_id)
Nices20/src/com/cjj/nices/fragment/HomeFragment.java:275
↓ 1 callers
Method
finish
Closes the log, dumping it to logcat if the time difference between the first and last markers is greater than {@link #MIN_DURATION_FOR_LOGGING_MS}. @
VolleyLibrary/src/com/cjj/volley/VolleyLog.java:138
↓ 1 callers
Method
fromValue
(int value)
NicesLibrary/src/com/viewpagerindicator/TitlePageIndicator.java:89
↓ 1 callers
Method
fromValue
(int value)
NicesLibrary/src/com/viewpagerindicator/TitlePageIndicator.java:108
↓ 1 callers
Method
get
Returns the cache entry with the specified key if it exists, null otherwise.
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:104
↓ 1 callers
Method
getAuthToken
Synchronously retrieves an auth token. @throws AuthFailureError If authentication did not succeed
VolleyLibrary/src/com/cjj/volley/toolbox/Authenticator.java:30
↓ 1 callers
Method
getBackground
()
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuItem.java:76
↓ 1 callers
Method
getBody
Returns the raw POST or PUT body to be sent. @throws AuthFailureError in the event of auth failure
VolleyLibrary/src/com/cjj/volley/Request.java:416
↓ 1 callers
Method
getBodyContentType
()
VolleyLibrary/src/com/cjj/volley/Request.java:407
↓ 1 callers
Method
getCacheKey
()
VolleyLibrary/tests/src/com/android/volley/mock/MockRequest.java:55
↓ 1 callers
Method
getCloseInterpolator
()
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuListView.java:97
↓ 1 callers
Method
getColumnWidthCompatible
()
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:274
↓ 1 callers
Method
getContentView
()
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuLayout.java:265
↓ 1 callers
Method
getCount
()
Nices20/src/cn/sharesdk/onekeyshare/FollowList.java:280
↓ 1 callers
Method
getCurrentGlobalAngle
()
NicesLibrary/src/com/cjj/loading/CircularProgress.java:256
↓ 1 callers
Method
getCurrentRetryCount
Returns the current retry count (used for logging).
VolleyLibrary/src/com/cjj/volley/RetryPolicy.java:32
↓ 1 callers
Method
getCurrentSweepAngle
()
NicesLibrary/src/com/cjj/loading/CircularProgress.java:265
↓ 1 callers
Method
getCurrentTimeout
Returns the current timeout (used for logging).
VolleyLibrary/src/com/cjj/volley/RetryPolicy.java:27
↓ 1 callers
Method
getDetaiDatabyIdFromNet
get detail data @param id
Nices20/src/com/cjj/nices/dao/UserDao.java:74
↓ 1 callers
Method
getEndRadius
()
NicesLibrary/src/com/balysv/materialripple/MaterialRippleLayout.java:346
↓ 1 callers
Method
getIcon
(Platform plat)
Nices20/src/cn/sharesdk/onekeyshare/PlatformGridView.java:464
↓ 1 callers
Method
getImage
()
Nices20/src/com/cjj/nices/db/FavoriteTableModel.java:16
↓ 1 callers
Method
getIndex
()
NicesLibrary/src/com/viewpagerindicator/TabPageIndicator.java:280
↓ 1 callers
Method
getIndexFromView
(View _view)
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomDialog.java:265
↓ 1 callers
Method
getItem
(int position)
Nices20/src/com/cjj/nices/adapter/NewsListSwipeMenuListViewAdapter.java:32
↓ 1 callers
Method
getItemId
(int position)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuAdapter.java:44
↓ 1 callers
Method
getItemResourceId
该方法需要子类实现,需要返回item布局的resource id @return
Nices20/src/com/cjj/nices/adapter/SimpleBaseAdapter.java:44
↓ 1 callers
Method
getItemView
使用该getItemView方法替换原来的getView方法,需要子类实现 @param position @param convertView @param holder @return
Nices20/src/com/cjj/nices/adapter/SimpleBaseAdapter.java:54
↓ 1 callers
Method
getItemViewType
(int position)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuAdapter.java:128
↓ 1 callers
Method
getLL
()
NicesLibrary/src/com/cjj/custom/CustomPopWindow.java:74
↓ 1 callers
Method
getLast
get last element of the target element, before the first one that match the target element front to back <ul> <li>if array is empty, return defaultVal
Nices20/src/com/cjj/nices/util/ArrayUtils.java:51
↓ 1 callers
Method
getLastHeaders
()
VolleyLibrary/tests/src/com/android/volley/mock/MockHttpStack.java:42
↓ 1 callers
Method
getLastPostBody
()
VolleyLibrary/tests/src/com/android/volley/mock/MockHttpStack.java:46
↓ 1 callers
Method
getListView
()
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomListDialog.java:148
↓ 1 callers
Method
getMenu
()
Nices20/src/com/cjj/nices/fragment/NavigationDrawerFragment.java:146
↓ 1 callers
Method
getMenuItems
()
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenu.java:37
↓ 1 callers
Method
getMessage
Returns appropriate message which is to be displayed to the user against the specified error object. @param error @param context @return
VolleyLibrary/src/com/cjj/volley/utils/VolleyErrorHelper.java:32
↓ 1 callers
Method
getNew_id
()
Nices20/src/com/cjj/nices/db/FavoriteTableModel.java:28
↓ 1 callers
Method
getNewsListDataFromLocal
(String todayTime)
Nices20/src/com/cjj/nices/fragment/HomeFragment.java:174
↓ 1 callers
Method
getNext
get next element of the target element, after the first one that match the target element front to back <ul> <li>if array is empty, return defaultValu
Nices20/src/com/cjj/nices/util/ArrayUtils.java:90
↓ 1 callers
Method
getOpenInterpolator
()
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuListView.java:93
↓ 1 callers
Method
getParams
()
VolleyLibrary/src/com/cjj/volley/custom/request/GsonRequest.java:60
↓ 1 callers
Method
getPlatLogo
(Platform plat)
Nices20/src/cn/sharesdk/onekeyshare/EditPage.java:628
↓ 1 callers
Method
getPostParams
Returns a Map of POST parameters to be used for this request, or null if a simple GET should be used. Can throw {@link AuthFailureError} as authentic
VolleyLibrary/src/com/cjj/volley/Request.java:327
↓ 1 callers
Method
getPostParamsEncoding
Returns which encoding should be used when converting POST parameters returned by {@link #getPostParams()} into a raw POST body. <p>This controls bot
VolleyLibrary/src/com/cjj/volley/Request.java:346
↓ 1 callers
Method
getRippleAlpha
()
NicesLibrary/src/com/balysv/materialripple/MaterialRippleLayout.java:485
↓ 1 callers
Method
getSequence
Returns the sequence number of this request.
VolleyLibrary/src/com/cjj/volley/Request.java:253
↓ 1 callers
Method
getSequenceNumber
Gets a sequence number.
VolleyLibrary/src/com/cjj/volley/RequestQueue.java:162
↓ 1 callers
Method
getStrokeWidth
()
NicesLibrary/src/com/viewpagerindicator/LinePageIndicator.java:144
↓ 1 callers
Method
getText
()
Nices20/src/com/cjj/nices/model/NavigationItem.java:14
↓ 1 callers
Method
getTitle
()
Nices20/src/com/cjj/nices/db/FavoriteTableModel.java:10
↓ 1 callers
Method
getTitleColor
()
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuItem.java:36
↓ 1 callers
Method
getTitleSize
()
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuItem.java:40
↓ 1 callers
Method
getTotalDuration
Returns the time difference between the first and last events in this log.
VolleyLibrary/src/com/cjj/volley/VolleyLog.java:166
↓ 1 callers
Method
getUrl
()
Nices20/src/com/cjj/nices/db/FavoriteTableModel.java:22
↓ 1 callers
Method
getView
(int position, OnClickListener ocL, Context context)
Nices20/src/cn/sharesdk/onekeyshare/PlatformGridView.java:417
↓ 1 callers
Method
getView
(int position, View convertView, ViewGroup parent)
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:614
↓ 1 callers
Method
getViewTypeCount
content view, content view holder, header[0], header and footer placeholder(s) @return
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:731
↓ 1 callers
Method
gradient
(int color1, int color2, float p)
NicesLibrary/src/com/cjj/loading/CircularProgress.java:168
↓ 1 callers
Method
handleActionBarOverlay
(ViewGroup.MarginLayoutParams params, Activity activity)
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Manager.java:267
↓ 1 callers
Method
handleServerError
Handles the server error, tries to determine whether to show a stock message or to show a message retrieved from the server. @param err @param contex
VolleyLibrary/src/com/cjj/volley/utils/VolleyErrorHelper.java:77
↓ 1 callers
Method
handleTranslucentActionBar
(ViewGroup.MarginLayoutParams params, Activity activity)
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Manager.java:255
↓ 1 callers
Method
handleView
()
NicesLibrary/src/com/cjj/loading/LoadingCjjLayout.java:82
↓ 1 callers
Method
hasAttemptRemaining
Returns true if this policy has attempts remaining, false otherwise.
VolleyLibrary/src/com/cjj/volley/DefaultRetryPolicy.java:95
↓ 1 callers
Method
hasHadResponseDelivered
Returns true if this request has had a response delivered for it.
VolleyLibrary/src/com/cjj/volley/Request.java:504
↓ 1 callers
Method
hide_AllView
()
NicesLibrary/src/com/cjj/loading/LoadingCjjLayout.java:96
↓ 1 callers
Method
init
()
Nices20/src/cn/sharesdk/onekeyshare/PlatformGridView.java:376
↓ 1 callers
Method
init
初始化
VolleyLibrary/src/com/cjj/volley/me/CjjVolley.java:22
↓ 1 callers
Method
init
()
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuLayout.java:86
↓ 1 callers
Method
init
Initialize helper with typeface collection. This should be called inside {@link android.app.Application#onCreate()} @param typefaceCollection
NicesLibrary/src/com/norbsoft/typefacehelper/TypefaceHelper.java:34
↓ 1 callers
Method
init
()
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomDialog.java:123
↓ 1 callers
Method
init
()
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomListDialog.java:104
↓ 1 callers
Method
initActionBar
()
Nices20/src/com/cjj/nices/activity/NewsDetailActivity.java:89
↓ 1 callers
Method
initAnim
()
Nices20/src/cn/sharesdk/onekeyshare/OnekeyShare.java:362
↓ 1 callers
Method
initFont
()
Nices20/src/com/cjj/nices/model/NicesApplication.java:34
↓ 1 callers
Method
initImageLoader
(Context context)
Nices20/src/com/cjj/nices/model/NicesApplication.java:72
↓ 1 callers
Method
initPageView
()
Nices20/src/cn/sharesdk/onekeyshare/EditPage.java:136
↓ 1 callers
Method
initPageView
()
Nices20/src/cn/sharesdk/onekeyshare/OnekeyShare.java:313
↓ 1 callers
Method
initView
()
NicesLibrary/src/com/cjj/loading/LoadingCjjLayout.java:46
↓ 1 callers
Method
initVolley
()
Nices20/src/com/cjj/nices/model/NicesApplication.java:68
↓ 1 callers
Method
initialize
Performs any potentially long-running actions needed to initialize the cache; will be called from a worker thread.
VolleyLibrary/src/com/cjj/volley/Cache.java:44
↓ 1 callers
Method
initializeContentView
(final Resources resources)
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:854
↓ 1 callers
Method
initializeCroutonView
()
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:800
← previous
next →
401–500 of 1,505, ranked by callers