A C G O P S U

S

scrollToPage(int) - Method in class uk.co.jasonfry.android.tools.ui.SwipeView
Go directly to the specified page
setActiveDrawable(Drawable) - Method in class uk.co.jasonfry.android.tools.ui.PageControl
Set the drawable object for an active page indicator
setCurrentPage(int) - Method in class uk.co.jasonfry.android.tools.ui.PageControl
Set the current page the PageControl should be on
setInactiveDrawable(Drawable) - Method in class uk.co.jasonfry.android.tools.ui.PageControl
Set the drawable object for an inactive page indicator
setIndicatorSize(int) - Method in class uk.co.jasonfry.android.tools.ui.PageControl
Set the size of the page indicator drawables
setOnPageChangedListener(SwipeView.OnPageChangedListener) - Method in class uk.co.jasonfry.android.tools.ui.SwipeView
Set the current OnPageChangedListsner
setOnPageControlClickListener(PageControl.OnPageControlClickListener) - Method in class uk.co.jasonfry.android.tools.ui.PageControl
Set the OnPageControlClickListener object for this PageControl
setOnTouchListener(View.OnTouchListener) - Method in class uk.co.jasonfry.android.tools.ui.SwipeView
 
setPageControl(PageControl) - Method in class uk.co.jasonfry.android.tools.ui.SwipeView
Assign a PageControl object to this SwipeView.
setPageCount(int) - Method in class uk.co.jasonfry.android.tools.ui.PageControl
Set the number of pages this PageControl should have
setPageWidth(int) - Method in class uk.co.jasonfry.android.tools.ui.SwipeView
Set the width of each page.
setSwipeThreshold(int) - Method in class uk.co.jasonfry.android.tools.ui.SwipeView
Set the swiping threshold distance to make the screens change
smoothScrollToPage(int) - Method in class uk.co.jasonfry.android.tools.ui.SwipeView
Animate a scroll to the specified page
SwipeView - Class in uk.co.jasonfry.android.tools.ui
 
SwipeView(Context) - Constructor for class uk.co.jasonfry.android.tools.ui.SwipeView
 
SwipeView(Context, AttributeSet) - Constructor for class uk.co.jasonfry.android.tools.ui.SwipeView
 
SwipeView(Context, AttributeSet, int) - Constructor for class uk.co.jasonfry.android.tools.ui.SwipeView
 
SwipeView.OnPageChangedListener - Interface in uk.co.jasonfry.android.tools.ui
Implement this listener to listen for page change events

A C G O P S U