MCPcopy Create free account

hub / github.com/alienjun/AJWaveRefreshForAndroid / functions

Functions341 in github.com/alienjun/AJWaveRefreshForAndroid

MethodsetEmptyViewInternal
(View emptyView)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java:76
MethodsetEmptyViewInternal
(View emptyView)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java:76
MethodsetEmptyViewInternal
(View emptyView)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:330
MethodsetFilterTouchEvents
(boolean filterEvents)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:386
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
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:166
MethodsetLastUpdatedLabel
@deprecated You should now call this method on the result of {@link #getLoadingLayoutProxy()}.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:395
MethodsetLastUpdatedLabel
(CharSequence label)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:33
MethodsetLastUpdatedLabel
(CharSequence label)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:291
MethodsetLoadingDrawable
@deprecated You should now call this method on the result of {@link #getLoadingLayoutProxy()}.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:403
MethodsetLoadingDrawable
(Drawable drawable)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:40
MethodsetLongClickable
(boolean longClickable)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:416
MethodsetMode
Set the mode of Pull-to-Refresh that this view will use. @param mode - Mode to set the View to
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:173
MethodsetOnItemClickListener
Pass-through method for {@link PullToRefreshBase#getRefreshableView() getRefreshableView()}. {@link AdapterView#setOnItemClickListener(OnItemClickList
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:207
MethodsetOnLastItemVisibleListener
(OnLastItemVisibleListener listener)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:211
MethodsetOnPullEventListener
(OnPullEventListener<T> listener)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:432
MethodsetOnPullEventListener
Set OnPullEventListener for the Widget @param listener - Listener to be used when the Widget has a pull event to propogate.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:181
MethodsetOnRefreshListener
(OnRefreshListener<T> listener)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:436
MethodsetPullLabel
@deprecated You should now call this method on the result of {@link #getLoadingLayoutProxy()}.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:452
MethodsetPullLabel
(CharSequence label)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:54
MethodsetPullLabel
(CharSequence pullLabel)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:305
MethodsetPullToRefreshEnabled
@param enable Whether Pull-To-Refresh should be used @deprecated This simple calls setMode with an appropriate mode based on the passed va
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:469
MethodsetPullToRefreshOverScrollEnabled
(boolean enabled)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:473
MethodsetPullToRefreshOverScrollEnabled
Sets whether Overscroll support is enabled. This is different to Android's standard Overscroll support (the edge-glow). This setting only takes effect
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:204
MethodsetRefreshing
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:478
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.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:210
MethodsetRefreshingLabel
@deprecated You should now call this method on the result of {@link #getLoadingLayoutProxy()}.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:494
MethodsetRefreshingLabel
(CharSequence refreshingLabel)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:47
MethodsetRefreshingLabel
(CharSequence refreshingLabel)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:309
MethodsetReleaseLabel
@deprecated You should now call this method on the result of {@link #getLoadingLayoutProxy()}.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:511
MethodsetReleaseLabel
(CharSequence label)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:61
MethodsetReleaseLabel
(CharSequence releaseLabel)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:313
MethodsetScrollAnimationInterpolator
(Interpolator interpolator)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:524
MethodsetScrollAnimationInterpolator
Sets the Animation Interpolator that is used for animated scrolling. Defaults to a DecelerateInterpolator @param interpolator - Interpolator to use
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:227
MethodsetScrollEmptyView
(boolean doScroll)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:219
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
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:231
MethodsetShowViewWhileRefreshing
(boolean showView)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:528
MethodsetShowViewWhileRefreshing
A mutator to enable/disable whether the 'Refreshing' View should be automatically shown when refreshing. @param showView
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:244
MethodsetTextTypeface
(Typeface tf)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:68
MethodsetTextTypeface
(Typeface tf)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:317
MethodsmoothScrollToLonger
Smooth Scroll to position using the longer default duration of {@value #SMOOTH_SCROLL_LONG_DURATION_MS} ms. @param scrollValue - Position to scroll t
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1015
MethodupdateUIForMode
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:322
← previous301–341 of 341, ranked by callers