Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Uphie/ONE-Unofficial
/ functions
Functions
556 in github.com/Uphie/ONE-Unofficial
⨍
Functions
556
◇
Types & classes
98
↓ 1 callers
Method
postOnAnimation
(View view, Runnable runnable)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/ViewCompat.java:60
↓ 1 callers
Method
pullEvent
Actions a Pull Event @return true if the Event has been handled, false if there has been no change
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1165
↓ 1 callers
Method
pullToRefreshImpl
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:339
↓ 1 callers
Method
readString
读取String @param file 存储的文件名 @param key key @return 结果
app/src/main/java/studio/uphie/one/utils/ConfigUtil.java:42
↓ 1 callers
Method
refresh
()
app/src/main/java/studio/uphie/one/abs/AbsModuleFragment.java:163
↓ 1 callers
Method
refreshRefreshableViewSize
(int width, int height)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:922
↓ 1 callers
Method
refreshingImpl
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:341
↓ 1 callers
Method
releaseToRefreshImpl
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:343
↓ 1 callers
Method
removeAll
删除所有的Fragment
app/src/main/java/studio/uphie/one/ui/FragmentAdapter.java:66
↓ 1 callers
Method
resetImageRotation
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.java:88
↓ 1 callers
Method
resetImpl
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:345
↓ 1 callers
Method
saveCatchInfo2File
(Throwable ex)
app/src/main/java/studio/uphie/one/utils/CrashHandler.java:127
↓ 1 callers
Method
setBackground
(View view, Drawable background)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/ViewCompat.java:64
↓ 1 callers
Method
setEmptyViewInternal
Calls upto AdapterView.setEmptyView() @param emptyView - to set as Empty View
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.java:33
↓ 1 callers
Method
setLayerType
(View view, int layerType)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/ViewCompat.java:52
↓ 1 callers
Method
setLoadingDrawable
(Drawable imageDrawable)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:288
↓ 1 callers
Method
setMode
Set the mode of Pull-to-Refresh that this view will use. @param mode - Mode to set the View to
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:173
↓ 1 callers
Method
setOnPageChangeListener
(OnPageChangeListener onPageChangeListener)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/extras/viewpager/PullToRefreshViewPager.java:77
↓ 1 callers
Method
setScrollingWhileRefreshingEnabled
(boolean allowScrollingWhileRefreshing)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:376
↓ 1 callers
Method
setScrollingWhileRefreshingEnabled
By default the Widget disables scrolling on the Refreshable View while refreshing. This method can change this behaviour. @param scrollingWhileRefres
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:236
↓ 1 callers
Method
setSubHeaderText
(CharSequence label)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:347
↓ 1 callers
Method
setSubTextAppearance
(int value)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:363
↓ 1 callers
Method
setSubTextColor
(ColorStateList color)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:369
↓ 1 callers
Method
setTextTypeface
Set's the Sets the typeface and style in which the text should be displayed. Please see {@link android.widget.TextView#setTypeface(Typeface) TextView#
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/ILoadingLayout.java:55
↓ 1 callers
Method
setUmeng
()
app/src/main/java/studio/uphie/one/ui/MainActivity.java:365
↓ 1 callers
Method
shakeAnimation
(int counts)
app/src/main/java/studio/uphie/one/widgets/ClearEditText.java:95
↓ 1 callers
Method
showInvisibleViews
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:314
↓ 1 callers
Method
showSharePanel
()
app/src/main/java/studio/uphie/one/ui/MainActivity.java:324
↓ 1 callers
Method
showUpdateDialog
(final UpdateResponse updateResponse)
app/src/main/java/studio/uphie/one/ui/MainActivity.java:441
↓ 1 callers
Method
toCommonTime
(Date date)
app/src/main/java/studio/uphie/one/utils/TimeUtil.java:250
↓ 1 callers
Method
toSimpleTime
转换成HH:mm的时间格式 @param date @return
app/src/main/java/studio/uphie/one/utils/TimeUtil.java:246
↓ 1 callers
Method
writeString
写String到本地 @param file 存储的文件名 @param key key @param value 结果
app/src/main/java/studio/uphie/one/utils/ConfigUtil.java:30
Method
ApplicationTest
()
app/src/androidTest/java/studio/uphie/one/ApplicationTest.java:10
Method
ClearEditText
(Context context)
app/src/main/java/studio/uphie/one/widgets/ClearEditText.java:22
Method
CrashHandler
()
app/src/main/java/studio/uphie/one/utils/CrashHandler.java:41
Method
FlipLoadingLayout
(Context context, final Mode mode, final Orientation scrollDirection, TypedArray attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.java:40
Method
FragmentAdapter
(FragmentManager fm, List<T> fragmentList)
app/src/main/java/studio/uphie/one/ui/FragmentAdapter.java:19
Method
HttpData
(String result, String data)
app/src/main/java/studio/uphie/one/common/HttpData.java:11
Method
HttpError
()
app/src/main/java/studio/uphie/one/common/HttpError.java:21
Method
IndicatorLayout
(Context context, PullToRefreshBase.Mode mode)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/IndicatorLayout.java:46
Method
InternalExpandableListView
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java:67
Method
InternalExpandableListViewSDK9
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java:85
Method
InternalGridView
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java:68
Method
InternalGridViewSDK9
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java:86
Method
InternalHorizontalScrollViewSDK9
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.java:82
Method
InternalListView
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:282
Method
InternalListViewSDK9
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:260
Method
InternalScrollViewSDK9
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java:81
Method
InternalWebViewSDK9
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshWebView.java:144
Method
LikeView
(Context context, AttributeSet attrs)
app/src/main/java/studio/uphie/one/widgets/LikeView.java:23
Method
LoadingLayout
(Context context, final Mode mode, final Orientation scrollDirection, TypedArray attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:67
Method
LoadingLayoutProxy
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:14
Method
MessageAdapter
(Conversation conversation)
app/src/main/java/studio/uphie/one/ui/personal/FeedbackActivity.java:157
Method
Mode
(int modeInt)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1405
Method
NetworkUtil
(Context context)
app/src/main/java/studio/uphie/one/utils/NetworkUtil.java:19
Method
OnResendListener
(Reply reply)
app/src/main/java/studio/uphie/one/ui/personal/FeedbackActivity.java:259
Method
PullToRefreshAdapterViewBase
(Context context)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:69
Method
PullToRefreshBase
(Context context)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:107
Method
PullToRefreshExpandableListView
(Context context)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java:30
Method
PullToRefreshGridView
(Context context)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java:31
Method
PullToRefreshHorizontalScrollView
(Context context)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.java:30
Method
PullToRefreshListView
(Context context)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:45
Method
PullToRefreshScrollView
(Context context)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java:30
Method
PullToRefreshViewPager
(Context context)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/extras/viewpager/PullToRefreshViewPager.java:29
Method
PullToRefreshWebView
(Context context)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshWebView.java:52
Method
PullToRefreshWebView2
(Context context)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2.java:68
Method
RotateLoadingLayout
(Context context, Mode mode, Orientation scrollDirection, TypedArray attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.java:41
Method
SmoothScrollRunnable
(int fromY, int toY, long duration, OnSmoothScrollFinishedListener listener)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1601
Method
SoundPullEventListener
Constructor @param context - Context
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java:40
Method
State
(int intValue)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1581
Method
Tab
(Context context, AttributeSet attrs)
app/src/main/java/studio/uphie/one/widgets/Tab.java:31
Method
addSoundEvent
Set the Sounds to be played when a Pull Event happens. You specify which sound plays for which events by calling this method multiple times for each e
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java:65
Method
afterTextChanged
(Editable s)
app/src/main/java/studio/uphie/one/widgets/ClearEditText.java:87
Method
afterTextChanged
(Editable s)
app/src/main/java/studio/uphie/one/ui/personal/FeedbackActivity.java:83
Method
beforeTextChanged
(CharSequence s, int start, int count, int after)
app/src/main/java/studio/uphie/one/widgets/ClearEditText.java:81
Method
beforeTextChanged
(CharSequence s, int start, int count, int after)
app/src/main/java/studio/uphie/one/ui/personal/FeedbackActivity.java:67
Method
canLoadMore
()
app/src/main/java/studio/uphie/one/ui/FragmentAdapter.java:37
Method
clearSounds
Clears all of the previously set sounds and events.
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java:72
Method
createLoadingLayout
(Context context, Mode mode, Orientation scrollDirection, TypedArray attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1325
Method
createLoadingLayoutProxy
(final boolean includeStart, final boolean includeEnd)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:188
Method
createRefreshableView
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshWebView.java:97
Method
createRefreshableView
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java:51
Method
createRefreshableView
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java:51
Method
createRefreshableView
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java:52
Method
createRefreshableView
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.java:51
Method
createRefreshableView
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:216
Method
createRefreshableView
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2.java:84
Method
createRefreshableView
(Context context, AttributeSet attrs)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/extras/viewpager/PullToRefreshViewPager.java:42
Method
demo
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:145
Method
demo
Demos the Pull-to-Refresh functionality to the user so that they are aware it is there. This could be useful when the user first opens your app, etc.
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:38
Method
dispatchDraw
(Canvas canvas)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:286
Method
dispatchTouchEvent
(MotionEvent ev)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:300
Method
dispatchTouchEvent
(MotionEvent ev)
app/src/main/java/studio/uphie/one/abs/AbsBaseActivity.java:124
Method
getContentData
()
app/src/main/java/studio/uphie/one/abs/AbsBaseFragment.java:142
Method
getCurrentMediaPlayer
Gets the current (or last) MediaPlayer instance.
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java:79
Method
getCurrentMode
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:158
Method
getDefaultDrawableResId
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.java:105
Method
getDefaultDrawableResId
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.java:117
Method
getEntities
将Json解析成对象数组 @param json json字符串 @param clazz 对象类 @param <T> @return
app/src/main/java/studio/uphie/one/utils/JsonUtil.java:39
Method
getFilterTouchEvents
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:163
← previous
next →
201–300 of 556, ranked by callers