MCPcopy Create free account

hub / github.com/android-cjj/nices / functions

Functions1,505 in github.com/android-cjj/nices

↓ 1 callersMethodinitializeCroutonViewGroup
(Resources resources)
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:810
↓ 1 callersMethodinitializeImageView
()
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:952
↓ 1 callersMethodinitializeTextView
(final Resources resources)
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:896
↓ 1 callersMethodinitializeTextViewShadow
(final Resources resources, final TextView text)
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:944
↓ 1 callersMethodinsertNewsList
插入数据 @param time @param content
Nices20/src/com/cjj/nices/db/NicesDBHelper.java:89
↓ 1 callersMethodinsertOrUpdateNewsList
插入 or 更新数据库 @param time @param content
Nices20/src/com/cjj/nices/db/NicesDBHelper.java:56
↓ 1 callersMethodinvalidateAuthToken
Invalidates the provided auth token.
VolleyLibrary/src/com/cjj/volley/toolbox/Authenticator.java:35
↓ 1 callersMethodisCanceled
()
VolleyLibrary/src/com/cjj/volley/toolbox/ClearCacheRequest.java:46
↓ 1 callersMethodisContentExist
判断内容是否存在 @param time @return
Nices20/src/com/cjj/nices/db/NicesDBHelper.java:105
↓ 1 callersMethodisCroutonViewNotNull
()
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:696
↓ 1 callersMethodisCustomViewNotNull
()
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:700
↓ 1 callersMethodisExpired
True if the entry is expired.
VolleyLibrary/src/com/cjj/volley/Cache.java:87
↓ 1 callersMethodisInScrollingContainer
()
NicesLibrary/src/com/balysv/materialripple/MaterialRippleLayout.java:359
↓ 1 callersMethodisNetworkConnected
检验网络连接 并toast提示 @return
NicesLibrary/src/com/cjj/utils/NetUtils.java:23
↓ 1 callersMethodisNetworkProblem
Determines whether the error is related to network @param error @return
VolleyLibrary/src/com/cjj/volley/utils/VolleyErrorHelper.java:51
↓ 1 callersMethodisServerProblem
Determines whether the error is related to server @param error @return
VolleyLibrary/src/com/cjj/volley/utils/VolleyErrorHelper.java:63
↓ 1 callersFunctionk
(t)
Nices20/assets/www/zepto.min.js:2
↓ 1 callersMethodloadMoreData
(String time)
Nices20/src/com/cjj/nices/fragment/HomeFragment.java:457
↓ 1 callersMethodloadText
(Context context, String assetFielPath)
Nices20/src/com/cjj/nices/util/AssetsUtils.java:21
↓ 1 callersMethodlogSlowRequests
Logs requests that took over SLOW_REQUEST_THRESHOLD_MS to complete.
VolleyLibrary/src/com/cjj/volley/toolbox/BasicNetwork.java:158
↓ 1 callersMethodmakeRequests
Make a list of requests with random priorities. @param count Number of requests to make
VolleyLibrary/tests/src/com/android/volley/RequestQueueTest.java:53
↓ 1 callersMethodmeasureCroutonView
()
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:787
↓ 1 callersMethodmeasureHeight
Determines the height of this view @param measureSpec A measureSpec packed into an int @return The height of the view, honoring constraint
NicesLibrary/src/com/viewpagerindicator/LinePageIndicator.java:383
↓ 1 callersMethodmeasureWidth
Determines the width of this view @param measureSpec A measureSpec packed into an int @return The width of the view, honoring constraints
NicesLibrary/src/com/viewpagerindicator/LinePageIndicator.java:356
↓ 1 callersMethodnewInstance
()
Nices20/src/com/cjj/nices/fragment/FavoriteFragment.java:56
↓ 1 callersMethodnewInstance
()
Nices20/src/com/cjj/nices/fragment/MessageFragment.java:22
↓ 1 callersMethodnewInstance
(long id)
Nices20/src/com/cjj/nices/fragment/DetailFragment.java:59
↓ 1 callersMethodnewInstance
()
Nices20/src/com/cjj/nices/fragment/SupportFragment.java:34
↓ 1 callersMethodnewRequestQueue
Creates a default instance of the worker pool and calls {@link RequestQueue#start()} on it. @param context A {@link Context} to use for creating the
VolleyLibrary/src/com/cjj/volley/toolbox/Volley.java:42
↓ 1 callersMethodnotifyDataSetChanged
()
NicesLibrary/src/com/viewpagerindicator/TabPageIndicator.java:206
↓ 1 callersMethodnotifyDataSetChanged
()
NicesLibrary/src/com/viewpagerindicator/IconPageIndicator.java:128
↓ 1 callersMethodnotifyDataSetChanged
()
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:776
↓ 1 callersMethodonCancelClick
()
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomDialog.java:335
↓ 1 callersMethodonCenterItemClick
Callback when the center item has been clicked. @param position Position of the current center item.
NicesLibrary/src/com/viewpagerindicator/TitlePageIndicator.java:77
↓ 1 callersMethodonConfirmClick
()
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomDialog.java:333
↓ 1 callersMethodonDisplayed
Will be called when your Crouton has been displayed.
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/LifecycleCallback.java:22
↓ 1 callersMethodonGetImageError
Handler for when an image failed to load. @param cacheKey The cache key that is associated with the image request.
VolleyLibrary/src/com/cjj/volley/toolbox/ImageLoader.java:273
↓ 1 callersMethodonGetImageSuccess
Handler for when an image was successfully loaded. @param cacheKey The cache key that is associated with the image request. @param response The bitmap
VolleyLibrary/src/com/cjj/volley/toolbox/ImageLoader.java:253
↓ 1 callersMethodonItemClick
(SwipeMenuView view, SwipeMenu menu, int index)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuView.java:102
↓ 1 callersMethodonListItemSelected
(int position, String[] items, String item)
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomListDialog.java:159
↓ 1 callersMethodonMeasure
(int widthMeasureSpec, int heightMeasureSpec)
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:87
↓ 1 callersMethodonPostExecute
(ArrayList<NewsListEntity> result)
Nices20/src/com/cjj/nices/fragment/HomeFragment.java:396
↓ 1 callersMethodonPrepareRequest
Called before the request is executed using the underlying HttpClient. <p>Overwrite in subclasses to augment the request.</p>
VolleyLibrary/src/com/cjj/volley/toolbox/HttpClientStack.java:160
↓ 1 callersMethodonPullDown
(int percent)
Nices20/src/cn/sharesdk/onekeyshare/FollowList.java:497
↓ 1 callersMethodonReLoadCallback
()
NicesLibrary/src/com/cjj/callback/ReLoadCallbackListener.java:8
↓ 1 callersMethodonRequest
()
Nices20/src/cn/sharesdk/onekeyshare/FollowList.java:524
↓ 1 callersMethodonResponse
(final ImageContainer response, boolean isImmediate)
VolleyLibrary/src/com/cjj/volley/toolbox/NetworkImageView.java:158
↓ 1 callersMethodonResult
(ArrayList<String> selected)
Nices20/src/cn/sharesdk/onekeyshare/EditPage.java:661
↓ 1 callersMethodonShare
(Platform platform, ShareParams paramsToShare)
Nices20/src/cn/sharesdk/onekeyshare/ShareContentCustomizeCallback.java:8
↓ 1 callersMethodonSwipeEnd
(int position)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuListView.java:225
↓ 1 callersMethodonSwipeStart
(int position)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuListView.java:223
↓ 1 callersMethodonTabReselected
Callback when the selected tab has been reselected. @param position Position of the current center item.
NicesLibrary/src/com/viewpagerindicator/TabPageIndicator.java:51
↓ 1 callersMethodonTextChanged
(CharSequence s, int start, int before, int count)
Nices20/src/cn/sharesdk/onekeyshare/EditPage.java:651
↓ 1 callersMethodonTouchEvent
(MotionEvent event)
Nices20/src/cn/sharesdk/onekeyshare/OnekeyShare.java:319
↓ 1 callersMethodonTouchEvent
(MotionEvent event)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuLayout.java:200
↓ 1 callersMethodonTouchEvent
(MotionEvent event)
NicesLibrary/src/com/balysv/materialripple/MaterialRippleLayout.java:172
↓ 1 callersMethodopenDrawer
()
Nices20/src/com/cjj/nices/fragment/NavigationDrawerFragment.java:132
↓ 1 callersMethodopenImage
(String url)
Nices20/src/com/cjj/nices/fragment/DetailFragment.java:216
↓ 1 callersMethodparseAndDeliverNetworkError
(Request<?> request, VolleyError error)
VolleyLibrary/src/com/cjj/volley/NetworkDispatcher.java:143
↓ 1 callersMethodparseList
(HashMap<String, Object> res)
Nices20/src/cn/sharesdk/onekeyshare/FollowList.java:319
↓ 1 callersMethodparseNetworkError
Subclasses can override this method to parse 'networkError' and return a more specific error. <p>The default implementation just returns the passed '
VolleyLibrary/src/com/cjj/volley/Request.java:526
↓ 1 callersMethodparseNetworkResponse
(NetworkResponse response)
VolleyLibrary/src/com/cjj/volley/toolbox/ImageRequest.java:121
↓ 1 callersMethodperformRequest
Performs the specified request. @param request Request to process @return A {@link NetworkResponse} with data and caching metadata; will never be null
VolleyLibrary/src/com/cjj/volley/Network.java:29
↓ 1 callersMethodperformRequest
Performs an HTTP request with the given parameters. <p>A GET request is sent if request.getPostBody() == null. A POST request is sent otherwise, and
VolleyLibrary/src/com/cjj/volley/toolbox/HttpStack.java:42
↓ 1 callersMethodperformRequest
(Request<?> request)
VolleyLibrary/src/com/cjj/volley/toolbox/BasicNetwork.java:82
↓ 1 callersMethodpositiveColor
(String _positiveColour)
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomDialog.java:395
↓ 1 callersMethodpruneIfNeeded
Prunes the cache to fit the amount of bytes specified. @param neededSpace The amount of bytes we are trying to fit into the cache.
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:249
↓ 1 callersMethodput
Puts the entry with the specified key into the cache.
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:193
↓ 1 callersMethodputBitmap
(String url, Bitmap bitmap)
VolleyLibrary/src/com/cjj/volley/toolbox/ImageLoader.java:77
↓ 1 callersMethodreadRawResource
(Resources res, int resId)
VolleyLibrary/tests/src/com/android/volley/toolbox/ImageRequestTest.java:88
↓ 1 callersMethodreadSharedSetting
(Context ctx, String settingName, String defaultValue)
Nices20/src/com/cjj/nices/fragment/NavigationDrawerFragment.java:203
↓ 1 callersMethodrefreshNeeded
True if a refresh is needed from the original data source.
VolleyLibrary/src/com/cjj/volley/Cache.java:92
↓ 1 callersMethodremove
Removes the specified key from the cache if it exists.
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:216
↓ 1 callersMethodremoveAllMessages
()
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Manager.java:404
↓ 1 callersMethodremoveCroutonImmediately
Removes a {@link Crouton} immediately, even when it's currently being displayed. @param crouton The {@link Crouton} that should be removed.
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Manager.java:329
↓ 1 callersMethodremoveEntry
Removes the entry identified by 'key' from the cache.
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:304
↓ 1 callersMethodremoveFooter
(View v)
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:497
↓ 1 callersMethodremoveHeader
(View v)
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:483
↓ 1 callersMethodretry
Prepares for the next retry by applying a backoff to the timeout. @param error The error code of the last attempt. @throws VolleyError In the event th
VolleyLibrary/src/com/cjj/volley/RetryPolicy.java:40
↓ 1 callersMethodreverse
()
Nices20/src/cn/sharesdk/onekeyshare/FollowList.java:533
↓ 1 callersMethodrewriteUrl
Returns a URL to use instead of the provided one, or null to indicate this URL should not be used at all.
VolleyLibrary/src/com/cjj/volley/toolbox/HurlStack.java:61
↓ 1 callersMethodrun
()
NicesLibrary/src/com/viewpagerindicator/UnderlinePageIndicator.java:62
↓ 1 callersMethodsaveSharedSetting
(Context ctx, String settingName, String settingValue)
Nices20/src/com/cjj/nices/fragment/NavigationDrawerFragment.java:196
↓ 1 callersMethodselectAll
()
NicesLibrary/src/com/cjj/custom/CustomPopWindow.java:82
↓ 1 callersMethodselectFragment
选择fragment
Nices20/src/com/cjj/nices/activity/MainActivity.java:187
↓ 1 callersMethodselectItem
()
NicesLibrary/src/com/cjj/custom/CustomPopWindow.java:81
↓ 1 callersMethodselectPosition
(int position)
Nices20/src/com/cjj/nices/adapter/NavigationDrawerAdapter.java:120
↓ 1 callersMethodsetBackPage
(EditPage page)
Nices20/src/cn/sharesdk/onekeyshare/FollowList.java:155
↓ 1 callersMethodsetClipChildren
(boolean clipChildren)
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:97
↓ 1 callersMethodsetCloseInterpolator
(Interpolator interpolator)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuListView.java:85
↓ 1 callersMethodsetConfiguration
Set the {@link Configuration} on this {@link Crouton}, prior to showing it. @param configuration a {@link Configuration} built using the {@link C
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:639
↓ 1 callersMethodsetCurrentGlobalAngle
(float currentGlobalAngle)
NicesLibrary/src/com/cjj/loading/CircularProgress.java:251
↓ 1 callersMethodsetCurrentSweepAngle
(float currentSweepAngle)
NicesLibrary/src/com/cjj/loading/CircularProgress.java:260
↓ 1 callersMethodsetCustomerLogos
设置自己图标的点击事件
Nices20/src/cn/sharesdk/onekeyshare/PlatformGridView.java:206
↓ 1 callersMethodsetDefaultRippleAlpha
(int alpha)
NicesLibrary/src/com/balysv/materialripple/MaterialRippleLayout.java:542
↓ 1 callersMethodsetDividerDrawable
(Drawable divider)
NicesLibrary/src/com/viewpagerindicator/IcsLinearLayout.java:44
↓ 1 callersMethodsetError
Set the error for this response
VolleyLibrary/src/com/cjj/volley/toolbox/ImageLoader.java:390
↓ 1 callersMethodsetFadeDelay
(int fadeDelay)
NicesLibrary/src/com/viewpagerindicator/UnderlinePageIndicator.java:134
↓ 1 callersMethodsetFadeLength
(int fadeLength)
NicesLibrary/src/com/viewpagerindicator/UnderlinePageIndicator.java:142
↓ 1 callersMethodsetFades
(boolean fades)
NicesLibrary/src/com/viewpagerindicator/UnderlinePageIndicator.java:117
← previousnext →501–600 of 1,505, ranked by callers