MCPcopy Create free account

hub / github.com/alienjun/AJWaveRefreshForAndroid / functions

Functions341 in github.com/alienjun/AJWaveRefreshForAndroid

↓ 15 callersMethodshowFooterLoadingLayout
@return true if this mode wants the Loading Layout Footer to be shown
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1425
↓ 15 callersMethodshowHeaderLoadingLayout
@return true if this mode wants the Loading Layout Header to be shown
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1418
↓ 11 callersMethodgetPullToRefreshScrollDirection
@return Either {@link Orientation#VERTICAL} or {@link Orientation#HORIZONTAL} depending on the scroll direction.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:537
↓ 11 callersMethodsetState
(State state, final boolean... params)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:539
↓ 10 callersMethodaddView
(View child, int index, ViewGroup.LayoutParams params)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:129
↓ 9 callersMethodsmoothScrollTo
Smooth Scroll to position using the default duration of {@value #SMOOTH_SCROLL_DURATION_MS} ms. @param scrollValue - Position to scroll to
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:994
↓ 8 callersMethodgetLoadingLayoutProxy
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:167
↓ 8 callersMethodstartAnimation
开始动画
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/WaveAnimationView.java:190
↓ 7 callersMethodgetShowIndicatorInternal
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:369
↓ 7 callersMethodsetEmptyView
Should call PullToRefreshBase.setEmptyView() which will then automatically call through to setEmptyViewInternal() @param emptyView - to set as Empty
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.java:41
↓ 6 callersMethodisRefreshing
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:215
↓ 6 callersMethodoverScrollBy
Helper method for Overscrolling that encapsulates all of the necessary function. <p/> This should only be used on AdapterView's such as ListView as it
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/OverscrollHelper.java:51
↓ 6 callersMethodsetHeaderScroll
Helper method which just calls scrollTo() in the correct scrolling direction. @param value - New Scroll value
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:948
↓ 5 callersMethodgetFooterSize
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:634
↓ 5 callersMethodgetHeaderSize
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:642
↓ 5 callersMethodgetIntValue
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1429
↓ 5 callersMethodreset
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:268
↓ 5 callersMethodsetOnRefreshListener
Set OnRefreshListener for the Widget @param listener - Listener to be used when the Widget is set to Refresh
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:188
↓ 5 callersMethodsetXfermode
(PorterDuff.Mode mode)
app/src/main/java/alienjun/com/demo/XfermodeView.java:116
↓ 4 callersMethodaddLayout
This allows you to add extra LoadingLayout instances to this proxy. This is only necessary if you keep your own instances, and want to have them inclu
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:27
↓ 4 callersMethodcreateLoadingLayout
(Context context, Mode mode, TypedArray attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:586
↓ 4 callersMethodgetCurrentMode
Get the mode that this view is currently in. This is only really useful when using <code>Mode.BOTH</code>. @return Mode that the view is currently in
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:46
↓ 4 callersMethodgetRefreshableView
Get the Wrapped Refreshable View. Anything returned here has already been added to the content view. @return The View which is currently wrapped
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:102
↓ 4 callersMethodgetRefreshableViewWrapper
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:654
↓ 4 callersMethodinit
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1073
↓ 4 callersMethodisReadyForPullEnd
Implemented by derived class to return whether the View is in a state where the user can Pull to Refresh by scrolling from the end. @return true if t
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:674
↓ 4 callersMethodisReadyForPullStart
Implemented by derived class to return whether the View is in a state where the user can Pull to Refresh by scrolling from the start. @return true if
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:683
↓ 4 callersMethodisVisible
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/IndicatorLayout.java:99
↓ 4 callersMethodpullToRefresh
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:231
↓ 4 callersMethodreleaseToRefresh
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:259
↓ 4 callersMethodsetOnScrollListener
(OnScrollListener listener)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:215
↓ 3 callersMethodaddViewInternal
Used internally for adding view. Need because we override addView to pass-through to the Refreshable View
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:574
↓ 3 callersMethodcreateBitamp
(int w, int h)
app/src/main/java/alienjun/com/demo/XfermodeView.java:79
↓ 3 callersMethodgetDefault
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1397
↓ 3 callersMethodgetMode
Get the mode that this view has been set to. If this returns <code>Mode.BOTH</code>, you can use <code>getCurrentMode()</code> to check which mode the
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:94
↓ 3 callersMethodisReadyForPull
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1145
↓ 3 callersMethodisRefreshing
Returns whether the Widget is currently in the Refreshing mState @return true if the Widget is currently refreshing
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:139
↓ 3 callersMethodmapIntToValue
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
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1386
↓ 3 callersMethodrefreshing
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:241
↓ 3 callersMethodsetLastUpdatedLabel
Set the Last Updated Text. This displayed under the main label when Pulling @param label - Label to set
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/ILoadingLayout.java:14
↓ 3 callersMethodsetLoadingDrawable
Set the drawable used in the loading layout. This is the same as calling <code>setLoadingDrawable(drawable, Mode.BOTH)</code> @param drawable - Drawa
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/ILoadingLayout.java:22
↓ 3 callersMethodsetPullLabel
Set Text to show when the Widget is being Pulled <code>setPullLabel(releaseLabel, Mode.BOTH)</code> @param pullLabel - CharSequence to display
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/ILoadingLayout.java:30
↓ 3 callersMethodsetRefreshingLabel
Set Text to show when the Widget is refreshing <code>setRefreshingLabel(releaseLabel, Mode.BOTH)</code> @param refreshingLabel - CharSequence to disp
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/ILoadingLayout.java:38
↓ 3 callersMethodupdateIndicatorViewsVisibility
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:450
↓ 3 callersMethodwarnDeprecation
(String depreacted, String replacement)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/Utils.java:9
↓ 2 callersMethodaddIndicatorViews
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:334
↓ 2 callersMethodcallRefreshListener
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1061
↓ 2 callersMethodcreateXfermodeBitmap
()
app/src/main/java/alienjun/com/demo/XfermodeView.java:102
↓ 2 callersMethodgetContentSize
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:197
↓ 2 callersMethodgetFooterLayout
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:630
↓ 2 callersMethodgetHeaderLayout
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:638
↓ 2 callersMethodgetMaximumPullScroll
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1227
↓ 2 callersMethodgetPullToRefreshScrollDuration
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:646
↓ 2 callersMethodgetRefreshableView
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:182
↓ 2 callersMethodgetState
@return - The state that the View is currently in.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:115
↓ 2 callersMethodhide
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/IndicatorLayout.java:108
↓ 2 callersMethodisPullToRefreshEnabled
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:204
↓ 2 callersMethodisPullToRefreshOverScrollEnabled
Gets whether Overscroll support is enabled. This is different to Android's standard Overscroll support (the edge-glow) which is available from GINGERB
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:132
↓ 2 callersMethodonPull
(float scaleOfLayout)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:225
↓ 2 callersMethodonRefreshComplete
Mark the current Refresh as complete. Will Reset the UI and hide the Refreshing View
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:153
↓ 2 callersMethodpermitsPullToRefresh
@return true if the mode permits Pull-to-Refresh
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1411
↓ 2 callersMethodpostOnAnimation
(View view, Runnable runnable)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/ViewCompat.java:27
↓ 2 callersMethodrefreshLoadingViewsSize
Re-measure the Loading Views height, and adjust internal padding as necessary
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:873
↓ 2 callersMethodremoveIndicatorViews
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:438
↓ 2 callersMethodsetBackground
(View view, Drawable background)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/ViewCompat.java:35
↓ 2 callersMethodsetHeight
(int height)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:185
↓ 2 callersMethodsetLayerType
(View view, int layerType)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/ViewCompat.java:43
↓ 2 callersMethodsetMode
(Mode mode)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:421
↓ 2 callersMethodsetReleaseLabel
Set Text to show when the Widget is being pulled, and will refresh when released. This is the same as calling <code>setReleaseLabel(releaseLabel, Mode
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/ILoadingLayout.java:47
↓ 2 callersMethodsetTextAppearance
(int value)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:386
↓ 2 callersMethodsetTextColor
(ColorStateList color)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:395
↓ 2 callersMethodsetWidth
(int width)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:191
↓ 2 callersMethodshow
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/IndicatorLayout.java:112
↓ 2 callersMethodsmoothScrollToAndBack
(int y)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1279
↓ 2 callersMethodstart
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/WaveAnimationView.java:171
↓ 2 callersMethodstartAnimation
开始动画
app/src/main/java/alienjun/com/demo/WaveAnimationView.java:192
↓ 2 callersMethodstop
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/WaveAnimationView.java:180
↓ 2 callersMethodupdateUIForMode
Updates the View State when the mode has been set. This does not do any checking that the mode is different to current state so always updates.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1023
↓ 1 callersMethodaddRefreshableView
(Context context, T refreshableView)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1052
↓ 1 callersMethodconvertEmptyViewLayoutParams
(ViewGroup.LayoutParams lp)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:41
↓ 1 callersMethodcreateListView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:205
↓ 1 callersMethodcreateLoadingLayoutProxy
Used internally for {@link #getLoadingLayoutProxy(boolean, boolean)}. Allows derivative classes to include any extra LoadingLayouts.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:597
↓ 1 callersMethodcreateRefreshableView
This is implemented by derived classes to return the created View. If you need to use a custom View (such as a custom ListView), override this method
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:624
↓ 1 callersMethoddisableLoadingLayoutVisibilityChanges
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:626
↓ 1 callersMethodgetDefault
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1302
↓ 1 callersMethodgetDefaultDrawableResId
Callbacks for derivative Layouts
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:344
↓ 1 callersMethodgetDrawableRotationAngle
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.java:122
↓ 1 callersMethodgetLoadingLayoutLayoutParams
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1215
↓ 1 callersMethodgetLoadingLayoutProxy
Returns a proxy object which allows you to call methods on all of the LoadingLayouts (the Views which show when Pulling/Refreshing). <p /> You should
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:69
↓ 1 callersMethodgetPullToRefreshScrollDurationLonger
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:650
↓ 1 callersMethodgetScrollRange
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshWebView.java:160
↓ 1 callersMethodgetScrollRange
Taken from the AOSP ScrollView source
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java:100
↓ 1 callersMethodgetScrollRange
Taken from the AOSP ScrollView source
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.java:101
↓ 1 callersMethodgetShowViewWhileRefreshing
Get whether the 'Refreshing' View should be automatically shown when refreshing. Returns true by default. @return - true if the Refreshing View will
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:110
↓ 1 callersMethodhandleStyledAttributes
Allows Derivative classes to handle the XML Attrs without creating a TypedArray themsevles @param a - TypedArray of PullToRefresh Attributes
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:664
↓ 1 callersMethodhideAllViews
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:207
↓ 1 callersMethodisAndroidOverScrollEnabled
(View view)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/OverscrollHelper.java:175
↓ 1 callersMethodisFirstItemVisible
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:373
↓ 1 callersMethodisLastItemVisible
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:402
↓ 1 callersMethodisPullToRefreshEnabled
Whether Pull-to-Refresh is enabled @return enabled
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:122
next →1–100 of 341, ranked by callers