Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccliu2015/love
/ functions
Functions
2,057 in github.com/ccliu2015/love
⨍
Functions
2,057
◇
Types & classes
303
↓ 1 callers
Method
login
(HttpManager httpManager)
app/src/main/java/com/wisedu/scc/love/widget/http/Platform.java:116
↓ 1 callers
Method
loginOffline
()
app/src/main/java/com/wisedu/scc/love/widget/http/RequestInterpator.java:12
↓ 1 callers
Method
makeDefault
()
app/src/main/java/com/wisedu/scc/love/widget/crop/CropImage.java:541
↓ 1 callers
Method
makeRequestWithRetries
(HttpUriRequest request)
app/src/main/java/com/wisedu/scc/love/widget/http/SyncRequestHandler.java:45
↓ 1 callers
Method
mapIntToValue
Maps an int to a specific mode. This is needed when saving state, or inflating the view from XML where the mode is given through a attr int. @param m
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1398
↓ 1 callers
Method
mapIntToValue
Maps an int to a specific state. This is needed when saving state. @param stateInt - int to map a State to @return State that stateInt maps to
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1651
↓ 1 callers
Method
maxZoom
()
app/src/main/java/com/wisedu/scc/love/widget/crop/ImageViewTouchBase.java:314
↓ 1 callers
Method
measureLayout
Perform layout measurements
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheelView.java:274
↓ 1 callers
Method
model
Return the content model vector of the element's type. Convenience method. @return The content model vector
app/src/main/java/com/wisedu/scc/love/widget/html/Element.java:104
↓ 1 callers
Method
moveBy
(float dx, float dy)
app/src/main/java/com/wisedu/scc/love/widget/crop/HighlightView.java:312
↓ 1 callers
Method
name
Returns the name of this element type. @return The name of the element type
app/src/main/java/com/wisedu/scc/love/widget/html/ElementType.java:103
↓ 1 callers
Method
newInstance
(Context context, OnGestureListener listener)
app/src/main/java/com/wisedu/scc/love/widget/gallery/VersionedGestureDetector.java:33
↓ 1 callers
Method
notifyChangingListeners
Notifies changing listeners @param oldValue the old spinnerwheel value @param newValue the new spinnerwheel value
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheel.java:657
↓ 1 callers
Method
notifyClickListenersAboutClick
Notifies listeners about clicking @param item clicked item
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheel.java:722
↓ 1 callers
Method
notifyScrollingListenersAboutEnd
Notifies listeners about ending scrolling
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheel.java:693
↓ 1 callers
Method
notifyScrollingListenersAboutStart
Notifies listeners about starting scrolling
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheel.java:684
↓ 1 callers
Method
onActivityCreated
(MonitoredActivity activity)
app/src/main/java/com/wisedu/scc/love/widget/crop/MonitoredActivity.java:31
↓ 1 callers
Method
onActivityDestroyed
(MonitoredActivity activity)
app/src/main/java/com/wisedu/scc/love/widget/crop/MonitoredActivity.java:33
↓ 1 callers
Method
onActivityStarted
(MonitoredActivity activity)
app/src/main/java/com/wisedu/scc/love/widget/crop/MonitoredActivity.java:39
↓ 1 callers
Method
onActivityStopped
(MonitoredActivity activity)
app/src/main/java/com/wisedu/scc/love/widget/crop/MonitoredActivity.java:41
↓ 1 callers
Method
onClick
(View v)
app/src/main/java/com/wisedu/scc/love/widget/gallery/PhotoActivity.java:135
↓ 1 callers
Method
onCorpusSelected
(Emoji emoji)
app/src/main/java/com/wisedu/scc/love/widget/emoji/EmojiLayout.java:351
↓ 1 callers
Method
onCreatePullToRefreshListView
Returns the {@link PullToRefreshBase} which will replace the ListView created from ListFragment. You should override this method if you wish to custom
sdk/pulltorefresh/src/com/handmark/pulltorefresh/extras/listfragment/PullToRefreshBaseListFragment.java:66
↓ 1 callers
Method
onDoubleTap
Notified when a double-tap occurs. @param e The down motion event of the first tap of the double-tap. @return true if the event is consume
app/src/main/java/com/wisedu/scc/love/widget/gallery/GestureDetector.java:151
↓ 1 callers
Method
onDown
Notified when a tap occurs with the down {@link android.view.MotionEvent} that triggered it. This will be triggered immediately for every down event.
app/src/main/java/com/wisedu/scc/love/widget/gallery/GestureDetector.java:46
↓ 1 callers
Method
onDrag
(float dx, float dy)
app/src/main/java/com/wisedu/scc/love/widget/gallery/VersionedGestureDetector.java:55
↓ 1 callers
Method
onFinished
Finishing callback called after justifying
sdk/spinnerwheel/src/antistatic/spinnerwheel/WheelScroller.java:68
↓ 1 callers
Method
onInvalidated
()
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheel.java:163
↓ 1 callers
Method
onItemClick
(AdapterView<?> arg0, View arg1, int arg2, long arg3)
app/src/main/java/com/wisedu/scc/love/widget/emoji/EmojiLayout.java:318
↓ 1 callers
Method
onItemClicked
Callback method to be invoked when current item clicked @param wheel the spinnerwheel view @param itemIndex the index of clicked item
sdk/spinnerwheel/src/antistatic/spinnerwheel/OnWheelClickedListener.java:39
↓ 1 callers
Method
onJustify
Justifying callback called to justify a view when scrolling is ended
sdk/spinnerwheel/src/antistatic/spinnerwheel/WheelScroller.java:73
↓ 1 callers
Method
onLastItemVisible
Called when the user has scrolled to the end of the list
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1535
↓ 1 callers
Method
onLoadMore
()
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:172
↓ 1 callers
Method
onLoadingDrawableSet
(Drawable imageDrawable)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:335
↓ 1 callers
Method
onLongPress
Notified when a long press occurs with the initial on down {@link android.view.MotionEvent} that trigged it. @param e The initial on down
app/src/main/java/com/wisedu/scc/love/widget/gallery/GestureDetector.java:101
↓ 1 callers
Method
onMatrixChanged
Callback for when the Matrix displaying the Drawable has changed. This could be because the View's bounds have changed, or the user has zoomed. @para
app/src/main/java/com/wisedu/scc/love/widget/gallery/PhotoViewAttacher.java:854
↓ 1 callers
Method
onMediaPlayError
()
app/src/main/java/com/wisedu/scc/love/widget/audio/IMediaManager.java:79
↓ 1 callers
Method
onMediaRecordCompletion
()
app/src/main/java/com/wisedu/scc/love/widget/audio/IMediaManager.java:77
↓ 1 callers
Method
onMediaRecordError
()
app/src/main/java/com/wisedu/scc/love/widget/audio/IMediaManager.java:81
↓ 1 callers
Method
onMenuClickChanged
(MenuDialog dialog, int index)
app/src/main/java/com/wisedu/scc/love/widget/dialog/MenuDialog.java:107
↓ 1 callers
Method
onPhotoTap
A callback to receive where the user taps on a photo. You will only receive a callback if the user taps on the actual photo, tapping on 'whitespace' w
app/src/main/java/com/wisedu/scc/love/widget/gallery/PhotoViewAttacher.java:879
↓ 1 callers
Method
onPtrRestoreInstanceState
Called by {@link #onRestoreInstanceState(Parcelable)} so that derivative classes can handle their saved instance state. @param savedInstanceState - B
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:772
↓ 1 callers
Method
onPtrSaveInstanceState
Called by {@link #onSaveInstanceState()} so that derivative classes can save their instance state. @param saveState - Bundle to be updated with saved
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:781
↓ 1 callers
Method
onPullDownToRefresh
onPullDownToRefresh will be called only when the user has Pulled from the start, and released.
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1594
↓ 1 callers
Method
onPullEvent
Called when the internal state has been changed, usually by the user pulling. @param refreshView - View which has had it's state change. @param state
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1561
↓ 1 callers
Method
onPullImpl
(float scaleOfLayout)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:337
↓ 1 callers
Method
onPullToRefresh
Called when the UI has been to be updated to be in the {@link com.handmark.pulltorefresh.library.PullToRefreshBase.State#PULL_TO_REFRESH} state.
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:788
↓ 1 callers
Method
onPullUpToRefresh
onPullUpToRefresh will be called only when the user has Pulled from the end, and released.
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1600
↓ 1 callers
Method
onRefresh
onRefresh will be called for both a Pull from start, and Pull from end
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1576
↓ 1 callers
Method
onRefreshing
Called when the UI has been to be updated to be in the {@link com.handmark.pulltorefresh.library.PullToRefreshBase.State#REFRESHING} or {@link com.han
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:808
↓ 1 callers
Method
onReleaseToRefresh
Called when the UI has been to be updated to be in the {@link com.handmark.pulltorefresh.library.PullToRefreshBase.State#RELEASE_TO_REFRESH} state.
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:850
↓ 1 callers
Method
onReset
Called when the UI has been to be updated to be in the {@link com.handmark.pulltorefresh.library.PullToRefreshBase.State#RESET} state.
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:868
↓ 1 callers
Method
onReturnContentLayout
()
app/src/main/java/com/wisedu/scc/love/widget/gallery/PhotoActivity.java:107
↓ 1 callers
Method
onSaveClicked
()
app/src/main/java/com/wisedu/scc/love/widget/crop/CropImage.java:311
↓ 1 callers
Method
onScale
(float scaleFactor, float focusX, float focusY)
app/src/main/java/com/wisedu/scc/love/widget/gallery/VersionedGestureDetector.java:59
↓ 1 callers
Method
onScale
Responds to scaling events for a gesture in progress. Reported by pointer motion. @param detector The detector reporting the event - use t
app/src/main/java/com/wisedu/scc/love/widget/gallery/ScaleGestureDetector.java:57
↓ 1 callers
Method
onScrollFinished
()
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheel.java:311
↓ 1 callers
Method
onScrollStarted
()
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheel.java:302
↓ 1 callers
Method
onScrollTouchedUp
()
sdk/spinnerwheel/src/antistatic/spinnerwheel/AbstractWheel.java:308
↓ 1 callers
Method
onScrollingFinished
Callback method to be invoked when scrolling ended. @param wheel the spinnerwheel view whose state has changed.
sdk/spinnerwheel/src/antistatic/spinnerwheel/OnWheelScrollListener.java:41
↓ 1 callers
Method
onScrollingStarted
Callback method to be invoked when scrolling started. @param wheel the spinnerwheel view whose state has changed.
sdk/spinnerwheel/src/antistatic/spinnerwheel/OnWheelScrollListener.java:35
↓ 1 callers
Method
onSelect
(int index, String name)
app/src/main/java/com/wisedu/scc/love/widget/dialog/SpinnerDialog.java:98
↓ 1 callers
Method
onShowPress
The user has performed a down {@link android.view.MotionEvent} and not performed a move or up yet. This event is commonly used to provide visual feedb
app/src/main/java/com/wisedu/scc/love/widget/gallery/GestureDetector.java:59
↓ 1 callers
Method
onSingleTapConfirmed
Notified when a single-tap occurs. <p> Unlike {@link OnGestureListener#onSingleTapUp(android.view.MotionEvent)}, this will only be called after the de
app/src/main/java/com/wisedu/scc/love/widget/gallery/GestureDetector.java:142
↓ 1 callers
Method
onSmoothScrollFinished
()
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1734
↓ 1 callers
Method
onStarted
Starting callback called when scrolling is started
sdk/spinnerwheel/src/antistatic/spinnerwheel/WheelScroller.java:63
↓ 1 callers
Method
onSuccess
Fired when a request returns successfully, override to handle in your own code @param statusCode the status code of the response @param headers
app/src/main/java/com/wisedu/scc/love/widget/http/AutoHttpResponseHandler.java:103
↓ 1 callers
Method
onTextEmojiSelected
(String emoji)
app/src/main/java/com/wisedu/scc/love/widget/emoji/EmojiLayout.java:355
↓ 1 callers
Method
onTouch
This callback is invoked when scroller has been touched
sdk/spinnerwheel/src/antistatic/spinnerwheel/WheelScroller.java:53
↓ 1 callers
Method
onTouchUp
This callback is invoked when touch is up
sdk/spinnerwheel/src/antistatic/spinnerwheel/WheelScroller.java:58
↓ 1 callers
Method
onTouchingLetterChanged
(String s)
app/src/main/java/com/wisedu/scc/love/widget/sortlist/SideBar.java:128
↓ 1 callers
Method
onUp
(MotionEvent e)
app/src/main/java/com/wisedu/scc/love/widget/gallery/GestureDetector.java:48
↓ 1 callers
Method
onViewTap
A callback to receive where the user taps on a ImageView. You will receive a callback if the user taps anywhere on the view, tapping on 'whitespace' w
app/src/main/java/com/wisedu/scc/love/widget/gallery/PhotoViewAttacher.java:902
↓ 1 callers
Method
openContentInputStream
打开ContentProvider中的Uri @param context @param uri @return
app/src/main/java/com/wisedu/scc/love/utils/BitmapUtil.java:252
↓ 1 callers
Method
openContentInputStream
(Context context, Uri uri)
app/src/main/java/com/wisedu/scc/love/utils/DecodeUtil.java:327
↓ 1 callers
Method
openDriver
Opens the camera driver and initializes the hardware parameters. @param holder The surface object which the camera will draw preview frames into. @th
app/src/main/java/com/wisedu/scc/love/widget/qrcode/camera/CameraManager.java:96
↓ 1 callers
Method
openFileInputStream
将路径转换为输入流 @param path @return
app/src/main/java/com/wisedu/scc/love/utils/BitmapUtil.java:195
↓ 1 callers
Method
openFileInputStream
将路径转换为输入流 @param path @return
app/src/main/java/com/wisedu/scc/love/utils/DecodeUtil.java:318
↓ 1 callers
Method
openRemoteInputStream
将远程文件转换为输入流 @param uri @return
app/src/main/java/com/wisedu/scc/love/utils/BitmapUtil.java:209
↓ 1 callers
Method
openRemoteInputStream
(Uri uri)
app/src/main/java/com/wisedu/scc/love/utils/DecodeUtil.java:336
↓ 1 callers
Method
panBy
(float dx, float dy)
app/src/main/java/com/wisedu/scc/love/widget/crop/ImageViewTouchBase.java:423
↓ 1 callers
Method
parseBookInfo
解析图书JSON数据,把解析的数据封装在一个Book对象中 @return Book
app/src/main/java/com/wisedu/scc/love/utils/BarCodeUtil.java:48
↓ 1 callers
Method
parseData
解析字符 @param data
app/src/main/java/com/wisedu/scc/love/widget/emoji/EmojiConversionUtil.java:172
↓ 1 callers
Method
parseProductInfo
解析商品 @return Book
app/src/main/java/com/wisedu/scc/love/utils/BarCodeUtil.java:96
↓ 1 callers
Method
parseTags
针对豆瓣图书的特殊信息,抽出一个parseTags方法解析图书标签信息 @return String
app/src/main/java/com/wisedu/scc/love/utils/BarCodeUtil.java:163
↓ 1 callers
Method
parseUnsignedIntAttribute
(CharSequence charSeq)
app/src/main/java/com/wisedu/scc/love/widget/html/XmlUtils.java:135
↓ 1 callers
Method
pcdata
(char[] buff, int offset, int length)
app/src/main/java/com/wisedu/scc/love/widget/html/Parser.java:995
↓ 1 callers
Method
performPinnedItemClick
()
sdk/pulltorefresh/src/com/hb/views/PinnedSectionListView.java:491
↓ 1 callers
Method
pickPhoto
选择照片
app/src/main/java/com/wisedu/scc/love/activity/RegisterActivity.java:178
↓ 1 callers
Method
playBeepSoundAndVibrate
发出响声
app/src/main/java/com/wisedu/scc/love/activity/ScanActivity.java:215
↓ 1 callers
Method
playSound
(int resId)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java:83
↓ 1 callers
Method
postOnAnimation
(View view, Runnable r)
app/src/main/java/com/wisedu/scc/love/widget/gallery/SDK16.java:24
↓ 1 callers
Method
postOnAnimation
(View view, Runnable runnable)
sdk/pulltorefresh/src/com/handmark/pulltorefresh/library/internal/ViewCompat.java:60
↓ 1 callers
Method
postServiceSync
(String url, Map<String, Object> pararms)
app/src/main/java/com/wisedu/scc/love/widget/http/HttpManager.java:222
↓ 1 callers
Method
postShowWindow
()
app/src/main/java/com/wisedu/scc/love/widget/dialog/PopupMenu.java:76
↓ 1 callers
Method
postSync
(final String url, final Map<String, Object> pararms)
app/src/main/java/com/wisedu/scc/love/widget/http/HttpManagerWrapper.java:111
↓ 1 callers
Method
preclose
Force this element to preclosed status, meaning that an end-tag has been seen but the element cannot yet be closed for structural reasons.
app/src/main/java/com/wisedu/scc/love/widget/html/Element.java:191
↓ 1 callers
Method
prepareBitmap
()
app/src/main/java/com/wisedu/scc/love/widget/crop/CropImage.java:578
↓ 1 callers
Method
processError
@param code error status code @return error desc
app/src/main/java/com/wisedu/scc/love/widget/http/ErrorCodeHandler.java:10
↓ 1 callers
Method
processingInstruction
(String target, String data)
app/src/main/java/com/wisedu/scc/love/widget/html/PYXWriter.java:169
← previous
next →
701–800 of 2,057, ranked by callers