MCPcopy Create free account

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

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

↓ 158 callersMethodgetContext
()
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenu.java:25
↓ 133 callersMethodget
Retrieves an entry from the cache. @param key Cache key @return An {@link Entry} or null in the event of a cache miss
VolleyLibrary/src/com/cjj/volley/Cache.java:31
↓ 94 callersMethodput
Adds or replaces an entry to the cache. @param key Cache key @param entry Data to store and metadata for cache coherency, TTL, etc.
VolleyLibrary/src/com/cjj/volley/Cache.java:38
↓ 71 callersMethodaddView
(View child, int index, ViewGroup.LayoutParams params)
NicesLibrary/src/com/balysv/materialripple/MaterialRippleLayout.java:149
↓ 61 callersMethodinvalidate
Invalidates an entry in the cache. @param key Cache key @param fullExpire True to fully expire the entry, false to soft expire
VolleyLibrary/src/com/cjj/volley/Cache.java:51
↓ 50 callersMethodgetActivity
@return the activity
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:752
↓ 34 callersMethodgetWidth
()
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuItem.java:88
↓ 33 callersMethodadd
Inserts a {@link Crouton} to be displayed. @param crouton The {@link Crouton} to be displayed.
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Manager.java:79
↓ 33 callersMethodgetCount
()
NicesLibrary/src/com/viewpagerindicator/IconPagerAdapter.java:10
↓ 30 callersMethodshow
(Context context)
Nices20/src/cn/sharesdk/onekeyshare/OnekeyShare.java:89
↓ 28 callersMethodadd
Adds a Request to the dispatch queue. @param request The request to service @return The passed-in request
VolleyLibrary/src/com/cjj/volley/RequestQueue.java:216
↓ 28 callersMethodisEmpty
is null or its size is 0 <pre> isEmpty(null) = true; isEmpty({}) = true; isEmpty({1}) = false; </pre> @param <V> @param sourceList @r
Nices20/src/com/cjj/nices/util/ListUtils.java:47
↓ 27 callersMethodgetMethod
Return the method for this request. Can be one of the values in {@link Method}.
VolleyLibrary/src/com/cjj/volley/Request.java:143
↓ 26 callersMethodsetText
text是分享文本,所有平台都需要这个字段
Nices20/src/cn/sharesdk/onekeyshare/OnekeyShare.java:118
↓ 26 callersMethodwrite
(byte[] buffer, int offset, int len)
VolleyLibrary/src/com/cjj/volley/toolbox/PoolingByteArrayOutputStream.java:82
↓ 25 callersMethodmakeText
Creates a {@link Crouton} with provided text and style for a given activity. @param activity The {@link Activity} that the {@link Crouton} should
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:194
↓ 23 callersMethodremove
Removes an entry from the cache. @param key Cache key
VolleyLibrary/src/com/cjj/volley/Cache.java:57
↓ 22 callersMethodsetTextColor
(int textColor)
NicesLibrary/src/com/viewpagerindicator/TitlePageIndicator.java:298
↓ 18 callersMethodsetOnClickListener
Allows setting of an {@link OnClickListener} directly to a {@link Crouton} without having to use a custom view. @param onClickListener The {@link
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:626
↓ 17 callersMethodgetUrl
Returns the URL of this request.
VolleyLibrary/src/com/cjj/volley/Request.java:263
↓ 16 callersMethodaddMarker
Adds an event to this request's event log; for debugging.
VolleyLibrary/src/com/cjj/volley/Request.java:186
↓ 16 callersMethodclose
()
VolleyLibrary/src/com/cjj/volley/toolbox/PoolingByteArrayOutputStream.java:56
↓ 16 callersMethodgetBuf
Returns a buffer from the pool if one is available in the requested size, or allocates a new one if a pooled one is not available. @param len the min
VolleyLibrary/src/com/cjj/volley/toolbox/ByteArrayPool.java:91
↓ 16 callersMethodtoString
()
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Style.java:541
↓ 15 callersMethodapply
(Request<?> request)
VolleyLibrary/src/com/cjj/volley/RequestQueue.java:178
↓ 15 callersMethodparseCacheHeaders
Extracts a {@link Cache.Entry} from a {@link NetworkResponse}. @param response The network response to parse headers from @return a cache entry for t
VolleyLibrary/src/com/cjj/volley/toolbox/HttpHeaderParser.java:39
↓ 15 callersMethodsetCurrentItem
<p>Set the current page of both the ViewPager and indicator.</p> <p>This <strong>must</strong> be used if you need to set the page before the views a
NicesLibrary/src/com/viewpagerindicator/PageIndicator.java:50
↓ 15 callersMethodsetImageBitmap
设置图片用于浏览
Nices20/src/cn/sharesdk/onekeyshare/PicViewer.java:25
↓ 15 callersMethodsetTextSize
(float textSize)
NicesLibrary/src/com/viewpagerindicator/TitlePageIndicator.java:308
↓ 14 callersMethodcreateHttpRequest
Creates the appropriate subclass of HttpUriRequest for passed in request.
VolleyLibrary/src/com/cjj/volley/toolbox/HttpClientStack.java:93
↓ 14 callersMethodd
(String format, Object... args)
VolleyLibrary/src/com/cjj/volley/VolleyLog.java:54
↓ 14 callersMethodsetConnectionParametersForRequest
(HttpURLConnection connection, Request<?> request)
VolleyLibrary/src/com/cjj/volley/toolbox/HurlStack.java:178
↓ 13 callersMethodgetDoOutput
()
VolleyLibrary/tests/src/com/android/volley/mock/MockHttpURLConnection.java:44
↓ 13 callersMethodgetDrawable
()
Nices20/src/com/cjj/nices/model/NavigationItem.java:22
↓ 13 callersMethodgetName
(String platform)
Nices20/src/cn/sharesdk/onekeyshare/EditPage.java:452
↓ 13 callersMethodgetRequestMethod
()
VolleyLibrary/tests/src/com/android/volley/mock/MockHttpURLConnection.java:54
↓ 13 callersMethodsetOrientation
(int orientation)
NicesLibrary/src/com/viewpagerindicator/CirclePageIndicator.java:145
↓ 13 callersMethodtypeface
Return spannable string with default typeface style (style: Typeface.NORMAL) see: http://stackoverflow.com/questions/8607707/how-to-set-a-custom-font-
NicesLibrary/src/com/norbsoft/typefacehelper/TypefaceHelper.java:48
↓ 12 callersMethoderror
Returns a failed response containing the given error code and an optional localized message displayed to the user.
VolleyLibrary/src/com/cjj/volley/Response.java:50
↓ 12 callersMethodparseCharset
Returns the charset specified in the Content-Type of this header, or the HTTP default (ISO-8859-1) if none can be found.
VolleyLibrary/src/com/cjj/volley/toolbox/HttpHeaderParser.java:121
↓ 12 callersMethodread
Simple wrapper around {@link InputStream#read()} that throws EOFException instead of returning -1.
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:470
↓ 12 callersMethodrfc1123Date
(long millis)
VolleyLibrary/tests/src/com/android/volley/toolbox/HttpHeaderParserTest.java:164
↓ 12 callersMethodsendMessage
Sends a {@link Crouton} within a {@link Message}. @param crouton The {@link Crouton} that should be sent. @param messageId The {@link Message
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Manager.java:126
↓ 12 callersMethodsetGravity
Set the gravity option for the {@link Crouton}. @param gravity The text's gravity as provided by {@link Gravity}. @return the {@link Builder}.
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Style.java:435
↓ 12 callersMethodsetOnPageChangeListener
Set a page change listener which will receive forwarded events. @param listener
NicesLibrary/src/com/viewpagerindicator/PageIndicator.java:57
↓ 12 callersMethodsetTypeface
(Typeface typeface)
NicesLibrary/src/com/viewpagerindicator/TitlePageIndicator.java:340
↓ 12 callersMethodwriteInt
(OutputStream os, int n)
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:478
↓ 11 callersMethodLogMsg_I
输出info的信息
VolleyLibrary/src/com/cjj/volley/utils/LogUtil.java:14
↓ 11 callersMethodgetBitmap
(String url)
VolleyLibrary/src/com/cjj/volley/toolbox/ImageLoader.java:76
↓ 11 callersMethodgetView
@return the view
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:773
↓ 11 callersFunctionl
(t)
Nices20/assets/www/zepto.min.js:2
↓ 11 callersMethodreadInt
(InputStream is)
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:485
↓ 11 callersMethodreadLong
(InputStream is)
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:505
↓ 11 callersMethodverifyResize
(NetworkResponse networkResponse, int maxWidth, int maxHeight, int expectedWidth, int expectedHeig
VolleyLibrary/tests/src/com/android/volley/toolbox/ImageRequestTest.java:61
↓ 11 callersMethodwriteLong
(OutputStream os, long n)
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:494
↓ 10 callersMethodcreate
(SwipeMenu menu)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuCreator.java:12
↓ 10 callersMethodfinish
()
Nices20/src/cn/sharesdk/onekeyshare/EditPage.java:669
↓ 10 callersMethodgetItem
(int position)
Nices20/src/cn/sharesdk/onekeyshare/FollowList.java:272
↓ 10 callersMethodreturnBuf
Returns a buffer to the pool, throwing away old buffers if the pool would exceed its allotted size. @param buf the buffer to return to the pool.
VolleyLibrary/src/com/cjj/volley/toolbox/ByteArrayPool.java:110
↓ 10 callersMethodsetDuration
Set the durationInMilliseconds option of the {@link Crouton}. @param duration The durationInMilliseconds the crouton will be displayed {@link Cro
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Configuration.java:76
↓ 10 callersMethodsetTag
Set a tag on this request. Can be used to cancel all requests with this tag by {@link RequestQueue#cancelAll(Object)}. @return This Request object to
VolleyLibrary/src/com/cjj/volley/Request.java:153
↓ 9 callersFunction$
(t)
Nices20/assets/www/zepto.min.js:2
↓ 9 callersFunctionJ
(t,e,n,i)
Nices20/assets/www/zepto.min.js:2
↓ 9 callersMethodcancel
Cancels a {@link Crouton} immediately.
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:563
↓ 9 callersFunctionh
(t,e,n,i)
Nices20/assets/www/zepto.min.js:2
↓ 9 callersFunctiono
(t)
Nices20/assets/www/zepto.min.js:2
↓ 9 callersMethodsetBackgroundDrawable
Set the backgroundDrawableResourceId option for the {@link Crouton}. @param backgroundDrawableResourceId Resource ID of a backgroundDrawableResourc
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Style.java:319
↓ 9 callersMethodsetImageResource
Set the image resource option for the {@link Crouton}. @param imageResId An additional image to display in the {@link Crouton}. @return the {@link
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Style.java:463
↓ 9 callersMethodsetRequestMethod
(String method)
VolleyLibrary/tests/src/com/android/volley/mock/MockHttpURLConnection.java:49
↓ 9 callersMethodsuccess
Returns a successful response containing the parsed result.
VolleyLibrary/src/com/cjj/volley/Response.java:42
↓ 9 callersMethodtoString
()
VolleyLibrary/src/com/cjj/volley/Request.java:567
↓ 9 callersMethodwaitUntilEmpty
(long timeoutMillis)
VolleyLibrary/tests/src/com/android/volley/mock/WaitableQueue.java:35
↓ 8 callersMethodexecute
(Runnable command)
VolleyLibrary/src/com/cjj/volley/ExecutorDelivery.java:37
↓ 8 callersMethodgetHeadersCount
()
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:459
↓ 8 callersMethodgetInstance
单例模式
Nices20/src/com/cjj/nices/dao/UserDao.java:31
↓ 8 callersMethodgetSize
get size of list <pre> getSize(null) = 0; getSize({}) = 0; getSize({1}) = 1; </pre> @param <V> @param sourceList @return if list is n
Nices20/src/com/cjj/nices/util/ListUtils.java:30
↓ 8 callersMethodnotifyDataSetChanged
Notify the indicator that the fragment list has changed.
NicesLibrary/src/com/viewpagerindicator/PageIndicator.java:62
↓ 8 callersMethodonResponse
Listens for non-error changes to the loading of the image request. @param response Holds all information pertaining to the request, as well as the bi
VolleyLibrary/src/com/cjj/volley/toolbox/ImageLoader.java:143
↓ 8 callersMethodsetAdapter
(ListAdapter adapter)
NicesLibrary/src/com/baoyz/swipemenulistview/SwipeMenuListView.java:60
↓ 8 callersMethodsetBackgroundColor
Set the backgroundColorResourceId option of the {@link Crouton}. @param backgroundColorResourceId The backgroundColorResourceId's resource id. @re
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Style.java:292
↓ 8 callersMethodshowNotification
(long cancelTime, String text)
Nices20/src/cn/sharesdk/onekeyshare/OnekeyShare.java:652
↓ 7 callersFunctionW
(e,n)
Nices20/assets/www/zepto.min.js:2
↓ 7 callersFunctionZ
(t)
Nices20/assets/www/zepto.min.js:2
↓ 7 callersMethodbuild
()
NicesLibrary/src/uk/me/lewisdeane/ldialogs/CustomDialog.java:517
↓ 7 callersMethodclear
Empties the cache.
VolleyLibrary/src/com/cjj/volley/Cache.java:62
↓ 7 callersMethodcompareTo
Our comparator sorts from high to low priority, and secondarily by sequence number to provide FIFO ordering.
VolleyLibrary/src/com/cjj/volley/Request.java:555
↓ 7 callersMethodgetConfiguration
@return this croutons configuration
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Crouton.java:742
↓ 7 callersMethodgetKatongTypeface
Multiple custom typefaces support
Nices20/src/com/cjj/nices/model/NicesApplication.java:92
↓ 7 callersMethodread
()
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:440
↓ 7 callersMethodreadString
(InputStream is)
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:524
↓ 7 callersMethodstart
()
NicesLibrary/src/com/cjj/loading/CircularProgress.java:90
↓ 7 callersMethodv
(String format, Object... args)
VolleyLibrary/src/com/cjj/volley/VolleyLog.java:48
↓ 7 callersMethodwriteString
(OutputStream os, String s)
VolleyLibrary/src/com/cjj/volley/toolbox/DiskBasedCache.java:518
↓ 6 callersFunctionD
(t)
Nices20/assets/www/zepto.min.js:2
↓ 6 callersMethodLOgMsg_W
输出警告的信息
VolleyLibrary/src/com/cjj/volley/utils/LogUtil.java:20
↓ 6 callersMethodareAllListInfosSelectable
(ArrayList<FixedViewInfo> infos)
NicesLibrary/src/in/srain/cube/views/GridViewWithHeaderAndFooter.java:472
↓ 6 callersMethodbuild
@return a configured {@link Style} object.
NicesLibrary/src/de/keyboardsurfer/android/widget/crouton/Style.java:536
↓ 6 callersMethodbuildMessage
Formats the caller's provided message and prepends useful info like calling thread ID and method name.
VolleyLibrary/src/com/cjj/volley/VolleyLog.java:78
↓ 6 callersMethode
(String format, Object... args)
VolleyLibrary/src/com/cjj/volley/VolleyLog.java:58
↓ 6 callersMethodfinish
Notifies the request queue that this request has finished (successfully or with error). <p>Also dumps all events from this request's event log; for d
VolleyLibrary/src/com/cjj/volley/Request.java:199
next →1–100 of 1,505, ranked by callers