MCPcopy Create free account

hub / github.com/Uphie/ONE-Unofficial / functions

Functions556 in github.com/Uphie/ONE-Unofficial

Methodrun
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:863
Methodrun
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1609
Methodrun
()
app/src/main/java/studio/uphie/one/utils/CrashHandler.java:87
Methodrun
()
app/src/main/java/studio/uphie/one/ui/MainActivity.java:415
MethodsetAdapter
Pass-through method for {@link PullToRefreshBase#getRefreshableView() getRefreshableView()}. {@link AdapterView#setAdapter(android.widget.Adapter)} se
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:152
MethodsetAdapter
(ListAdapter adapter)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:315
MethodsetDisableScrollingWhileRefreshing
@deprecated See {@link #setScrollingWhileRefreshingEnabled(boolean)}
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:383
MethodsetEmptyView
(View emptyView)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java:71
MethodsetEmptyView
Sets the Empty View to be used by the Adapter View. <p/> We need it handle it ourselves so that we can Pull-to-Refresh when the Empty View is shown. <
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:169
MethodsetEmptyView
(View emptyView)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java:72
MethodsetEmptyView
(View emptyView)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:326
MethodsetEmptyViewInternal
(View emptyView)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java:76
MethodsetEmptyViewInternal
(View emptyView)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java:77
MethodsetEmptyViewInternal
(View emptyView)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:331
MethodsetFilterTouchEvents
(boolean filterEvents)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:387
MethodsetFilterTouchEvents
Set the Touch Events to be filtered or not. If set to true, then the View will only use touch events where the difference in the Y-axis is greater tha
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:166
MethodsetLastUpdatedLabel
@deprecated You should now call this method on the result of {@link #getLoadingLayoutProxy()}.
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:396
MethodsetLastUpdatedLabel
(CharSequence label)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:33
MethodsetLastUpdatedLabel
(CharSequence label)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:283
MethodsetLoadingDrawable
@deprecated You should now call this method on the result of {@link #getLoadingLayoutProxy()}.
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:404
MethodsetLoadingDrawable
(Drawable drawable)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:40
MethodsetLongClickable
(boolean longClickable)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:417
MethodsetOnItemClickListener
Pass-through method for {@link PullToRefreshBase#getRefreshableView() getRefreshableView()}. {@link AdapterView#setOnItemClickListener(OnItemClickList
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:208
MethodsetOnLastItemVisibleListener
(OnLastItemVisibleListener listener)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:212
MethodsetOnPullEventListener
(OnPullEventListener<T> listener)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:433
MethodsetOnPullEventListener
Set OnPullEventListener for the Widget @param listener - Listener to be used when the Widget has a pull event to propogate.
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:181
MethodsetOnRefreshListener
(OnRefreshListener<T> listener)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:437
MethodsetPullLabel
@deprecated You should now call this method on the result of {@link #getLoadingLayoutProxy()}.
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:453
MethodsetPullLabel
(CharSequence label)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:54
MethodsetPullLabel
(CharSequence pullLabel)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:297
MethodsetPullToRefreshEnabled
@param enable Whether Pull-To-Refresh should be used @deprecated This simple calls setMode with an appropriate mode based on the passed va
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:470
MethodsetPullToRefreshOverScrollEnabled
(boolean enabled)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:474
MethodsetPullToRefreshOverScrollEnabled
Sets whether Overscroll support is enabled. This is different to Android's standard Overscroll support (the edge-glow). This setting only takes effect
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:204
MethodsetRefreshing
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:479
MethodsetRefreshing
Sets the Widget to be in the refresh state. The UI will be updated to show the 'Refreshing' view, and be scrolled to show such.
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:210
MethodsetRefreshingLabel
@deprecated You should now call this method on the result of {@link #getLoadingLayoutProxy()}.
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:495
MethodsetRefreshingLabel
(CharSequence refreshingLabel)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:47
MethodsetRefreshingLabel
(CharSequence refreshingLabel)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:301
MethodsetReleaseLabel
@deprecated You should now call this method on the result of {@link #getLoadingLayoutProxy()}.
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:512
MethodsetReleaseLabel
(CharSequence label)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:61
MethodsetReleaseLabel
(CharSequence releaseLabel)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:305
MethodsetScrollAnimationInterpolator
(Interpolator interpolator)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:525
MethodsetScrollAnimationInterpolator
Sets the Animation Interpolator that is used for animated scrolling. Defaults to a DecelerateInterpolator @param interpolator - Interpolator to use
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:227
MethodsetScrollEmptyView
(boolean doScroll)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:220
MethodsetShakeAnimation
()
app/src/main/java/studio/uphie/one/widgets/ClearEditText.java:92
MethodsetShowIndicator
Sets whether an indicator graphic should be displayed when the View is in a state where a Pull-to-Refresh can happen. An example of this state is when
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:232
MethodsetShowViewWhileRefreshing
(boolean showView)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:529
MethodsetShowViewWhileRefreshing
A mutator to enable/disable whether the 'Refreshing' View should be automatically shown when refreshing. @param showView
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:244
MethodsetTextTypeface
(Typeface tf)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:68
MethodsetTextTypeface
(Typeface tf)
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:309
Methodshare
(int channel, Object data)
app/src/main/java/studio/uphie/one/abs/AbsModuleFragment.java:102
MethodsmoothScrollToLonger
Smooth Scroll to position using the longer default duration of {@value #SMOOTH_SCROLL_LONG_DURATION_MS} ms. @param scrollValue - Position to scroll t
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1016
MethoduncaughtException
(Thread thread, Throwable ex)
app/src/main/java/studio/uphie/one/utils/CrashHandler.java:60
MethodupdateUIForMode
()
PullToRefresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:323
MethodwriteBoolean
写boolean配置到本地 @param file 存储的文件名 @param key key @param value 结果
app/src/main/java/studio/uphie/one/utils/ConfigUtil.java:52
MethodwriteInt
写int到本地 @param file 存储的文件名 @param key key @param value 写入的值
app/src/main/java/studio/uphie/one/utils/ConfigUtil.java:75
← previous501–556 of 556, ranked by callers