- setColorScheme(int...) - Method in class com.omadahealth.github.swipyrefreshlayout.library.SwipyRefreshLayout
-
- setColorSchemeColors(int...) - Method in class com.omadahealth.github.swipyrefreshlayout.library.SwipyRefreshLayout
-
Set the colors used in the progress animation.
- setColorSchemeResources(int...) - Method in class com.omadahealth.github.swipyrefreshlayout.library.SwipyRefreshLayout
-
Set the color resources used in the progress animation from color resources.
- setDirection(SwipyRefreshLayoutDirection) - Method in class com.omadahealth.github.swipyrefreshlayout.library.SwipyRefreshLayout
-
- setDistanceToTriggerSync(int) - Method in class com.omadahealth.github.swipyrefreshlayout.library.SwipyRefreshLayout
-
Set the distance to trigger a sync in dips
- setOnRefreshListener(SwipyRefreshLayout.OnRefreshListener) - Method in class com.omadahealth.github.swipyrefreshlayout.library.SwipyRefreshLayout
-
Set the listener to be notified when a refresh is triggered via the swipe
gesture.
- setProgressBackgroundColor(int) - Method in class com.omadahealth.github.swipyrefreshlayout.library.SwipyRefreshLayout
-
Set the background color of the progress spinner disc.
- setRefreshing(boolean) - Method in class com.omadahealth.github.swipyrefreshlayout.library.SwipyRefreshLayout
-
Notify the widget that refresh state has changed.
- setSize(int) - Method in class com.omadahealth.github.swipyrefreshlayout.library.SwipyRefreshLayout
-
One of DEFAULT, or LARGE.
- SwipyRefreshLayout - Class in com.omadahealth.github.swipyrefreshlayout.library
-
The SwipeRefreshLayout should be used whenever the user can refresh the
contents of a view via a vertical swipe gesture.
- SwipyRefreshLayout(Context) - Constructor for class com.omadahealth.github.swipyrefreshlayout.library.SwipyRefreshLayout
-
Simple constructor to use when creating a SwipeRefreshLayout from code.
- SwipyRefreshLayout(Context, AttributeSet) - Constructor for class com.omadahealth.github.swipyrefreshlayout.library.SwipyRefreshLayout
-
Constructor that is called when inflating SwipeRefreshLayout from XML.
- SwipyRefreshLayout.OnRefreshListener - Interface in com.omadahealth.github.swipyrefreshlayout.library
-
Classes that wish to be notified when the swipe gesture correctly
triggers a refresh should implement this interface.
- SwipyRefreshLayoutDirection - Enum in com.omadahealth.github.swipyrefreshlayout.library
-
Created by oliviergoutay on 1/23/15.