MCPcopy Create free account

hub / github.com/alienjun/AJWaveRefreshForAndroid / functions

Functions341 in github.com/alienjun/AJWaveRefreshForAndroid

↓ 1 callersMethodisReadyForPullEnd
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:310
↓ 1 callersMethodisReadyForPullStart
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:306
↓ 1 callersMethodisScrollingWhileRefreshingEnabled
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:220
↓ 1 callersMethodmakeDst
(int width, int height)
app/src/main/java/alienjun/com/demo/XfermodeView.java:60
↓ 1 callersMethodmakeSrc
(int width, int height)
app/src/main/java/alienjun/com/demo/XfermodeView.java:70
↓ 1 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:1314
↓ 1 callersMethodmapIntToValue
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
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1567
↓ 1 callersMethodonLastItemVisible
Called when the user has scrolled to the end of the list
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1451
↓ 1 callersMethodonPtrRestoreInstanceState
Called by {@link #onRestoreInstanceState(Parcelable)} so that derivative classes can handle their saved instance state. @param savedInstanceState - B
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:691
↓ 1 callersMethodonPtrSaveInstanceState
Called by {@link #onSaveInstanceState()} so that derivative classes can save their instance state. @param saveState - Bundle to be updated with saved
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:700
↓ 1 callersMethodonPullDownToRefresh
onPullDownToRefresh will be called only when the user has Pulled from the start, and released.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1510
↓ 1 callersMethodonPullEvent
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
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1477
↓ 1 callersMethodonPullImpl
(float scaleOfLayout)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:348
↓ 1 callersMethodonPullToRefresh
Called when the UI has been to be updated to be in the {@link State#PULL_TO_REFRESH} state.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:707
↓ 1 callersMethodonPullUpToRefresh
onPullUpToRefresh will be called only when the user has Pulled from the end, and released.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1516
↓ 1 callersMethodonRefresh
onRefresh will be called for both a Pull from start, and Pull from end
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1492
↓ 1 callersMethodonRefreshing
Called when the UI has been to be updated to be in the {@link State#REFRESHING} or {@link State#MANUAL_REFRESHING} state. @param doScroll - Whether t
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:727
↓ 1 callersMethodonReleaseToRefresh
Called when the UI has been to be updated to be in the {@link State#RELEASE_TO_REFRESH} state.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:769
↓ 1 callersMethodonReset
Called when the UI has been to be updated to be in the {@link State#RESET} state.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:787
↓ 1 callersMethodonSmoothScrollFinished
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1650
↓ 1 callersMethodplaySound
(int resId)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java:83
↓ 1 callersMethodpostOnAnimation
(View view, Runnable runnable)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/ViewCompat.java:60
↓ 1 callersMethodpullEvent
Actions a Pull Event @return true if the Event has been handled, false if there has been no change
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1164
↓ 1 callersMethodpullToRefreshImpl
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:350
↓ 1 callersMethodrefreshRefreshableViewSize
(int width, int height)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:921
↓ 1 callersMethodrefreshingImpl
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:352
↓ 1 callersMethodreleaseToRefreshImpl
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:354
↓ 1 callersMethodresetImageRotation
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.java:88
↓ 1 callersMethodresetImpl
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:356
↓ 1 callersMethodsetAdapter
Pass-through method for {@link PullToRefreshBase#getRefreshableView() getRefreshableView()}. {@link AdapterView#setAdapter(android.widget.Adapter)} se
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:151
↓ 1 callersMethodsetBackground
(View view, Drawable background)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/ViewCompat.java:64
↓ 1 callersMethodsetEmptyViewInternal
Calls upto AdapterView.setEmptyView() @param emptyView - to set as Empty View
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/EmptyViewMethodAccessor.java:33
↓ 1 callersMethodsetLayerType
(View view, int layerType)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/ViewCompat.java:52
↓ 1 callersMethodsetLoadingDrawable
(Drawable imageDrawable)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:296
↓ 1 callersMethodsetScrollingWhileRefreshingEnabled
(boolean allowScrollingWhileRefreshing)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:375
↓ 1 callersMethodsetScrollingWhileRefreshingEnabled
By default the Widget disables scrolling on the Refreshable View while refreshing. This method can change this behaviour. @param scrollingWhileRefres
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:236
↓ 1 callersMethodsetSubHeaderText
(CharSequence label)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:358
↓ 1 callersMethodsetSubTextAppearance
(int value)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:374
↓ 1 callersMethodsetSubTextColor
(ColorStateList color)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:380
↓ 1 callersMethodsetTextTypeface
Set's the Sets the typeface and style in which the text should be displayed. Please see {@link android.widget.TextView#setTypeface(Typeface) TextView#
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/ILoadingLayout.java:55
↓ 1 callersMethodshowInvisibleViews
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:322
↓ 1 callersMethodstart
()
app/src/main/java/alienjun/com/demo/WaveAnimationView.java:173
↓ 1 callersMethodstop
()
app/src/main/java/alienjun/com/demo/WaveAnimationView.java:182
↓ 1 callersMethodstop
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1643
↓ 1 callersMethodstopAnimation
结束动画
app/src/main/java/alienjun/com/demo/WaveAnimationView.java:203
↓ 1 callersMethodstopAnimation
结束动画
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/WaveAnimationView.java:201
MethodApplicationTest
()
app/src/androidTest/java/alienjun/com/demo/ApplicationTest.java:10
MethodFlipLoadingLayout
(Context context, final Mode mode, final Orientation scrollDirection, TypedArray attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.java:40
MethodIndicatorLayout
(Context context, PullToRefreshBase.Mode mode)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/IndicatorLayout.java:46
MethodInternalExpandableListView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java:67
MethodInternalExpandableListViewSDK9
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java:85
MethodInternalGridView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java:67
MethodInternalGridViewSDK9
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java:85
MethodInternalHorizontalScrollViewSDK9
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.java:80
MethodInternalListView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:281
MethodInternalListViewSDK9
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:259
MethodInternalScrollViewSDK9
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java:79
MethodInternalWebViewSDK9
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshWebView.java:142
MethodLoadingLayout
(Context context, final Mode mode, final Orientation scrollDirection, TypedArray attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/LoadingLayout.java:68
MethodLoadingLayoutProxy
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/LoadingLayoutProxy.java:14
MethodMode
(int modeInt)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1404
MethodMyTimerTask
(Handler handler)
app/src/main/java/alienjun/com/demo/WaveAnimationView.java:217
MethodMyTimerTask
(Handler handler)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/WaveAnimationView.java:215
MethodPullToRefreshAdapterViewBase
(Context context)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshAdapterViewBase.java:68
MethodPullToRefreshBase
(Context context)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:106
MethodPullToRefreshExpandableListView
(Context context)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java:30
MethodPullToRefreshGridView
(Context context)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java:30
MethodPullToRefreshHorizontalScrollView
(Context context)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.java:28
MethodPullToRefreshListView
(Context context)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:44
MethodPullToRefreshScrollView
(Context context)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java:28
MethodPullToRefreshWebView
(Context context)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshWebView.java:50
MethodPullToRefreshWebView2
(Context context)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2.java:68
MethodRotateLoadingLayout
(Context context, Mode mode, Orientation scrollDirection, TypedArray attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.java:41
MethodSmoothScrollRunnable
(int fromY, int toY, long duration, OnSmoothScrollFinishedListener listener)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1600
MethodSoundPullEventListener
Constructor @param context - Context
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java:40
MethodState
(int intValue)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1580
MethodWaveAnimationView
(Context context, AttributeSet attrs)
app/src/main/java/alienjun/com/demo/WaveAnimationView.java:61
MethodWaveAnimationView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/WaveAnimationView.java:59
MethodXfermodeView
(Context context)
app/src/main/java/alienjun/com/demo/XfermodeView.java:25
MethodaddSoundEvent
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
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java:65
MethodclearSounds
Clears all of the previously set sounds and events.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java:72
MethodcreateLoadingLayout
(Context context, Mode mode, Orientation scrollDirection, TypedArray attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:1324
MethodcreateLoadingLayoutProxy
(final boolean includeStart, final boolean includeEnd)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:187
MethodcreateRefreshableView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshWebView.java:95
MethodcreateRefreshableView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshExpandableListView.java:51
MethodcreateRefreshableView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshScrollView.java:49
MethodcreateRefreshableView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshGridView.java:51
MethodcreateRefreshableView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshHorizontalScrollView.java:49
MethodcreateRefreshableView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:215
MethodcreateRefreshableView
(Context context, AttributeSet attrs)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/PullToRefreshWebView2.java:84
Methoddemo
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:144
Methoddemo
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.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/IPullToRefresh.java:38
MethoddispatchDraw
(Canvas canvas)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:285
MethoddispatchTouchEvent
(MotionEvent ev)
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshListView.java:299
MethoddoInBackground
(Void... params)
app/src/main/java/alienjun/com/demo/MyListActivity.java:58
MethodgetCurrentMediaPlayer
Gets the current (or last) MediaPlayer instance.
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/extras/SoundPullEventListener.java:79
MethodgetCurrentMode
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:157
MethodgetDefaultDrawableResId
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/RotateLoadingLayout.java:105
MethodgetDefaultDrawableResId
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/internal/FlipLoadingLayout.java:117
MethodgetFilterTouchEvents
()
Libs/refresh/src/main/java/com/handmark/pulltorefresh/library/PullToRefreshBase.java:162
← previousnext →101–200 of 341, ranked by callers