Skip navigation links
A B C D G H I L M O R S T V 

A

AbsListViewOverScrollDecorAdapter - Class in me.everything.android.ui.overscroll.adapters
An adapter to enable over-scrolling over object of AbsListView, namely ListView and it's extensions, and GridView.
AbsListViewOverScrollDecorAdapter(AbsListView) - Constructor for class me.everything.android.ui.overscroll.adapters.AbsListViewOverScrollDecorAdapter
 
AnimationAttributes() - Constructor for class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.AnimationAttributes
 
AnimationAttributesHorizontal() - Constructor for class me.everything.android.ui.overscroll.HorizontalOverScrollBounceEffectDecorator.AnimationAttributesHorizontal
 
AnimationAttributesVertical() - Constructor for class me.everything.android.ui.overscroll.VerticalOverScrollBounceEffectDecorator.AnimationAttributesVertical
 
attach() - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 

B

BounceBackState(float) - Constructor for class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 

C

canScrollListDown() - Method in class me.everything.android.ui.overscroll.adapters.AbsListViewOverScrollDecorAdapter
 
canScrollListUp() - Method in class me.everything.android.ui.overscroll.adapters.AbsListViewOverScrollDecorAdapter
 
createAnimationAttributes() - Method in class me.everything.android.ui.overscroll.HorizontalOverScrollBounceEffectDecorator
 
createAnimationAttributes() - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
createAnimationAttributes() - Method in class me.everything.android.ui.overscroll.VerticalOverScrollBounceEffectDecorator
 
createAnimator() - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
createBounceBackAnimator(float) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
createMotionAttributes() - Method in class me.everything.android.ui.overscroll.HorizontalOverScrollBounceEffectDecorator
 
createMotionAttributes() - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
createMotionAttributes() - Method in class me.everything.android.ui.overscroll.VerticalOverScrollBounceEffectDecorator
 
createSlowdownAnimator(View, int, float) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 

D

DEFAULT_DECELERATE_FACTOR - Static variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
DEFAULT_TOUCH_DRAG_MOVE_RATIO_BCK - Static variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
DEFAULT_TOUCH_DRAG_MOVE_RATIO_FWD - Static variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
detach() - Method in interface me.everything.android.ui.overscroll.IOverScrollDecor
Detach the decorator from its associated view, thus disabling it entirely.
detach() - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 

G

getCurrentState() - Method in interface me.everything.android.ui.overscroll.IOverScrollDecor
Get the current decorator's runtime state, i.e.
getCurrentState() - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
getStateId() - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
getStateId() - Method in interface me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.IDecoratorState
The client-perspective ID of the state associated with this (internal) one.
getStateId() - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.IdleState
 
getStateId() - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.OverScrollingState
 
getView() - Method in class me.everything.android.ui.overscroll.adapters.AbsListViewOverScrollDecorAdapter
 
getView() - Method in class me.everything.android.ui.overscroll.adapters.HorizontalScrollViewOverScrollDecorAdapter
 
getView() - Method in interface me.everything.android.ui.overscroll.adapters.IOverScrollDecoratorAdapter
 
getView() - Method in class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter
 
getView() - Method in class me.everything.android.ui.overscroll.adapters.ScrollViewOverScrollDecorAdapter
 
getView() - Method in class me.everything.android.ui.overscroll.adapters.StaticOverScrollDecorAdapter
 
getView() - Method in class me.everything.android.ui.overscroll.adapters.ViewPagerOverScrollDecorAdapter
 
getView() - Method in interface me.everything.android.ui.overscroll.IOverScrollDecor
 
getView() - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 

H

handleEntryTransition(OverScrollBounceEffectDecoratorBase.IDecoratorState) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
handleEntryTransition(OverScrollBounceEffectDecoratorBase.IDecoratorState) - Method in interface me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.IDecoratorState
Handle a transition onto this state, as it becomes 'current' state.
handleEntryTransition(OverScrollBounceEffectDecoratorBase.IDecoratorState) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.IdleState
 
handleEntryTransition(OverScrollBounceEffectDecoratorBase.IDecoratorState) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.OverScrollingState
 
handleMoveTouchEvent(MotionEvent) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
handleMoveTouchEvent(MotionEvent) - Method in interface me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.IDecoratorState
Handle a motion (touch) event.
handleMoveTouchEvent(MotionEvent) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.IdleState
 
handleMoveTouchEvent(MotionEvent) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.OverScrollingState
 
handleUpOrCancelTouchEvent(MotionEvent) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
handleUpOrCancelTouchEvent(MotionEvent) - Method in interface me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.IDecoratorState
Handle up / touch-cancel events.
handleUpOrCancelTouchEvent(MotionEvent) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.IdleState
 
handleUpOrCancelTouchEvent(MotionEvent) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.OverScrollingState
 
HorizontalOverScrollBounceEffectDecorator - Class in me.everything.android.ui.overscroll
A concrete implementation of OverScrollBounceEffectDecoratorBase for a horizontal orientation.
HorizontalOverScrollBounceEffectDecorator(IOverScrollDecoratorAdapter) - Constructor for class me.everything.android.ui.overscroll.HorizontalOverScrollBounceEffectDecorator
C'tor, creating the effect with default arguments:
Touch-drag ratio in 'forward' direction will be set to DEFAULT_TOUCH_DRAG_MOVE_RATIO_FWD.
HorizontalOverScrollBounceEffectDecorator(IOverScrollDecoratorAdapter, float, float, float) - Constructor for class me.everything.android.ui.overscroll.HorizontalOverScrollBounceEffectDecorator
C'tor, creating the effect with explicit arguments.
HorizontalOverScrollBounceEffectDecorator.AnimationAttributesHorizontal - Class in me.everything.android.ui.overscroll
 
HorizontalOverScrollBounceEffectDecorator.MotionAttributesHorizontal - Class in me.everything.android.ui.overscroll
 
HorizontalScrollViewOverScrollDecorAdapter - Class in me.everything.android.ui.overscroll.adapters
An adapter that enables over-scrolling support over a HorizontalScrollView.
HorizontalScrollViewOverScrollDecorAdapter(HorizontalScrollView) - Constructor for class me.everything.android.ui.overscroll.adapters.HorizontalScrollViewOverScrollDecorAdapter
 

I

IdleState() - Constructor for class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.IdleState
 
ImplHorizLayout() - Constructor for class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter.ImplHorizLayout
 
ImplVerticalLayout() - Constructor for class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter.ImplVerticalLayout
 
init(View) - Method in class me.everything.android.ui.overscroll.HorizontalOverScrollBounceEffectDecorator.AnimationAttributesHorizontal
 
init(View, MotionEvent) - Method in class me.everything.android.ui.overscroll.HorizontalOverScrollBounceEffectDecorator.MotionAttributesHorizontal
 
init(View) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.AnimationAttributes
 
init(View, MotionEvent) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.MotionAttributes
 
init(View) - Method in class me.everything.android.ui.overscroll.VerticalOverScrollBounceEffectDecorator.AnimationAttributesVertical
 
init(View, MotionEvent) - Method in class me.everything.android.ui.overscroll.VerticalOverScrollBounceEffectDecorator.MotionAttributesVertical
 
IOverScrollDecor - Interface in me.everything.android.ui.overscroll
 
IOverScrollDecoratorAdapter - Interface in me.everything.android.ui.overscroll.adapters
 
IOverScrollState - Interface in me.everything.android.ui.overscroll
 
IOverScrollStateListener - Interface in me.everything.android.ui.overscroll
A callback-listener enabling over-scroll effect clients to be notified of effect state transitions.
IOverScrollUpdateListener - Interface in me.everything.android.ui.overscroll
A callback-listener enabling over-scroll effect clients to subscribe to real-time updates of over-scrolling intensity, provided as the view-translation offset from pre-scroll position.
isInAbsoluteEnd() - Method in class me.everything.android.ui.overscroll.adapters.AbsListViewOverScrollDecorAdapter
 
isInAbsoluteEnd() - Method in class me.everything.android.ui.overscroll.adapters.HorizontalScrollViewOverScrollDecorAdapter
 
isInAbsoluteEnd() - Method in interface me.everything.android.ui.overscroll.adapters.IOverScrollDecoratorAdapter
Is view in it's absolute end position - such that an over-scroll can potentially be initiated.
isInAbsoluteEnd() - Method in interface me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter.Impl
 
isInAbsoluteEnd() - Method in class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter.ImplHorizLayout
 
isInAbsoluteEnd() - Method in class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter.ImplVerticalLayout
 
isInAbsoluteEnd() - Method in class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter
 
isInAbsoluteEnd() - Method in class me.everything.android.ui.overscroll.adapters.ScrollViewOverScrollDecorAdapter
 
isInAbsoluteEnd() - Method in class me.everything.android.ui.overscroll.adapters.StaticOverScrollDecorAdapter
 
isInAbsoluteEnd() - Method in class me.everything.android.ui.overscroll.adapters.ViewPagerOverScrollDecorAdapter
 
isInAbsoluteStart() - Method in class me.everything.android.ui.overscroll.adapters.AbsListViewOverScrollDecorAdapter
 
isInAbsoluteStart() - Method in class me.everything.android.ui.overscroll.adapters.HorizontalScrollViewOverScrollDecorAdapter
 
isInAbsoluteStart() - Method in interface me.everything.android.ui.overscroll.adapters.IOverScrollDecoratorAdapter
Is view in it's absolute start position - such that a negative over-scroll can potentially be initiated.
isInAbsoluteStart() - Method in interface me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter.Impl
 
isInAbsoluteStart() - Method in class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter.ImplHorizLayout
 
isInAbsoluteStart() - Method in class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter.ImplVerticalLayout
 
isInAbsoluteStart() - Method in class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter
 
isInAbsoluteStart() - Method in class me.everything.android.ui.overscroll.adapters.ScrollViewOverScrollDecorAdapter
 
isInAbsoluteStart() - Method in class me.everything.android.ui.overscroll.adapters.StaticOverScrollDecorAdapter
 
isInAbsoluteStart() - Method in class me.everything.android.ui.overscroll.adapters.ViewPagerOverScrollDecorAdapter
 
issueStateTransition(OverScrollBounceEffectDecoratorBase.IDecoratorState) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 

L

ListenerStubs - Interface in me.everything.android.ui.overscroll
 
ListenerStubs.OverScrollStateListenerStub - Class in me.everything.android.ui.overscroll
 
ListenerStubs.OverScrollUpdateListenerStub - Class in me.everything.android.ui.overscroll
 

M

mAbsOffset - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.AnimationAttributes
 
mAbsOffset - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.MotionAttributes
 
mAbsOffset - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.OverScrollStartAttributes
 
mAnimAttributes - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
MAX_BOUNCE_BACK_DURATION_MS - Static variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
mBounceBackInterpolator - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
mBounceBackState - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
mCurrentState - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
mDecelerateFactor - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
mDeltaOffset - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.MotionAttributes
 
mDir - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.MotionAttributes
 
mDir - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.OverScrollStartAttributes
 
mDoubleDecelerateFactor - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
me.everything.android.ui.overscroll - package me.everything.android.ui.overscroll
 
me.everything.android.ui.overscroll.adapters - package me.everything.android.ui.overscroll.adapters
 
mIdleState - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
mImpl - Variable in class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter
 
MIN_BOUNCE_BACK_DURATION_MS - Static variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
mIsItemTouchInEffect - Variable in class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter
 
mLastPagerPosition - Variable in class me.everything.android.ui.overscroll.adapters.ViewPagerOverScrollDecorAdapter
 
mLastPagerScrollOffset - Variable in class me.everything.android.ui.overscroll.adapters.ViewPagerOverScrollDecorAdapter
 
mMaxOffset - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.AnimationAttributes
 
MotionAttributes() - Constructor for class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.MotionAttributes
 
MotionAttributesHorizontal() - Constructor for class me.everything.android.ui.overscroll.HorizontalOverScrollBounceEffectDecorator.MotionAttributesHorizontal
 
MotionAttributesVertical() - Constructor for class me.everything.android.ui.overscroll.VerticalOverScrollBounceEffectDecorator.MotionAttributesVertical
 
mOverScrollingState - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
mPointerId - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.OverScrollStartAttributes
 
mProperty - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.AnimationAttributes
 
mRecyclerView - Variable in class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter
 
mStartAttr - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
mStateListener - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
mTouchDragRatioBck - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.OverScrollingState
 
mTouchDragRatioFwd - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.OverScrollingState
 
mUpdateListener - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
mVelocity - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
When in over-scroll mode, keep track of dragging velocity to provide a smooth slow-down for the bounce-back effect.
mView - Variable in class me.everything.android.ui.overscroll.adapters.AbsListViewOverScrollDecorAdapter
 
mView - Variable in class me.everything.android.ui.overscroll.adapters.HorizontalScrollViewOverScrollDecorAdapter
 
mView - Variable in class me.everything.android.ui.overscroll.adapters.ScrollViewOverScrollDecorAdapter
 
mView - Variable in class me.everything.android.ui.overscroll.adapters.StaticOverScrollDecorAdapter
 
mViewAdapter - Variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
mViewPager - Variable in class me.everything.android.ui.overscroll.adapters.ViewPagerOverScrollDecorAdapter
 

O

onAnimationCancel(Animator) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
onAnimationEnd(Animator) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
onAnimationRepeat(Animator) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
onAnimationStart(Animator) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
onAnimationUpdate(ValueAnimator) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.BounceBackState
 
onOverScrollStateChange(IOverScrollDecor, int, int) - Method in interface me.everything.android.ui.overscroll.IOverScrollStateListener
The invoked callback.
onOverScrollStateChange(IOverScrollDecor, int, int) - Method in class me.everything.android.ui.overscroll.ListenerStubs.OverScrollStateListenerStub
 
onOverScrollUpdate(IOverScrollDecor, int, float) - Method in interface me.everything.android.ui.overscroll.IOverScrollUpdateListener
The invoked callback.
onOverScrollUpdate(IOverScrollDecor, int, float) - Method in class me.everything.android.ui.overscroll.ListenerStubs.OverScrollUpdateListenerStub
 
onPageScrolled(int, float, int) - Method in class me.everything.android.ui.overscroll.adapters.ViewPagerOverScrollDecorAdapter
 
onPageScrollStateChanged(int) - Method in class me.everything.android.ui.overscroll.adapters.ViewPagerOverScrollDecorAdapter
 
onPageSelected(int) - Method in class me.everything.android.ui.overscroll.adapters.ViewPagerOverScrollDecorAdapter
 
onTouch(View, MotionEvent) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
ORIENTATION_HORIZONTAL - Static variable in class me.everything.android.ui.overscroll.OverScrollDecoratorHelper
 
ORIENTATION_VERTICAL - Static variable in class me.everything.android.ui.overscroll.OverScrollDecoratorHelper
 
OverScrollBounceEffectDecoratorBase - Class in me.everything.android.ui.overscroll
A standalone view decorator adding over-scroll with a smooth bounce-back effect to (potentially) any view - provided that an appropriate IOverScrollDecoratorAdapter implementation exists / can be written for that view type (e.g.
OverScrollBounceEffectDecoratorBase(IOverScrollDecoratorAdapter, float, float, float) - Constructor for class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
OverScrollBounceEffectDecoratorBase.AnimationAttributes - Class in me.everything.android.ui.overscroll
 
OverScrollBounceEffectDecoratorBase.BounceBackState - Class in me.everything.android.ui.overscroll
When entered, starts the bounce-back animation.
OverScrollBounceEffectDecoratorBase.IDecoratorState - Interface in me.everything.android.ui.overscroll
Interface of decorator-state delegation classes.
OverScrollBounceEffectDecoratorBase.IdleState - Class in me.everything.android.ui.overscroll
Idle state: monitors move events, trying to figure out whether over-scrolling should be initiated (i.e.
OverScrollBounceEffectDecoratorBase.MotionAttributes - Class in me.everything.android.ui.overscroll
Motion attributes: keeps data describing current motion event.
OverScrollBounceEffectDecoratorBase.OverScrollingState - Class in me.everything.android.ui.overscroll
Handles the actual over-scrolling: thus translating the view according to configuration and user interactions, dynamically.
OverScrollBounceEffectDecoratorBase.OverScrollStartAttributes - Class in me.everything.android.ui.overscroll
 
OverScrollDecoratorHelper - Class in me.everything.android.ui.overscroll
 
OverScrollDecoratorHelper() - Constructor for class me.everything.android.ui.overscroll.OverScrollDecoratorHelper
 
OverScrollingState(float, float) - Constructor for class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.OverScrollingState
 
OverScrollStartAttributes() - Constructor for class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase.OverScrollStartAttributes
 
OverScrollStateListenerStub() - Constructor for class me.everything.android.ui.overscroll.ListenerStubs.OverScrollStateListenerStub
 
OverScrollUpdateListenerStub() - Constructor for class me.everything.android.ui.overscroll.ListenerStubs.OverScrollUpdateListenerStub
 

R

RecyclerViewOverScrollDecorAdapter - Class in me.everything.android.ui.overscroll.adapters
 
RecyclerViewOverScrollDecorAdapter(RecyclerView) - Constructor for class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter
 
RecyclerViewOverScrollDecorAdapter(RecyclerView, RecyclerViewOverScrollDecorAdapter.Impl) - Constructor for class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter
 
RecyclerViewOverScrollDecorAdapter(RecyclerView, ItemTouchHelper.Callback) - Constructor for class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter
 
RecyclerViewOverScrollDecorAdapter(RecyclerView, RecyclerViewOverScrollDecorAdapter.Impl, ItemTouchHelper.Callback) - Constructor for class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter
 
RecyclerViewOverScrollDecorAdapter.Impl - Interface in me.everything.android.ui.overscroll.adapters
A delegation of the adapter implementation of this view that should provide the processing of RecyclerViewOverScrollDecorAdapter.Impl.isInAbsoluteStart() and RecyclerViewOverScrollDecorAdapter.Impl.isInAbsoluteEnd().
RecyclerViewOverScrollDecorAdapter.ImplHorizLayout - Class in me.everything.android.ui.overscroll.adapters
 
RecyclerViewOverScrollDecorAdapter.ImplVerticalLayout - Class in me.everything.android.ui.overscroll.adapters
 

S

ScrollViewOverScrollDecorAdapter - Class in me.everything.android.ui.overscroll.adapters
An adapter that enables over-scrolling over a ScrollView.
ScrollViewOverScrollDecorAdapter(ScrollView) - Constructor for class me.everything.android.ui.overscroll.adapters.ScrollViewOverScrollDecorAdapter
 
setOverScrollStateListener(IOverScrollStateListener) - Method in interface me.everything.android.ui.overscroll.IOverScrollDecor
 
setOverScrollStateListener(IOverScrollStateListener) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
setOverScrollUpdateListener(IOverScrollUpdateListener) - Method in interface me.everything.android.ui.overscroll.IOverScrollDecor
 
setOverScrollUpdateListener(IOverScrollUpdateListener) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
setUpOverScroll(RecyclerView, int) - Static method in class me.everything.android.ui.overscroll.OverScrollDecoratorHelper
Set up the over-scroll effect over a specified RecyclerView view.
setUpOverScroll(ListView) - Static method in class me.everything.android.ui.overscroll.OverScrollDecoratorHelper
 
setUpOverScroll(GridView) - Static method in class me.everything.android.ui.overscroll.OverScrollDecoratorHelper
 
setUpOverScroll(ScrollView) - Static method in class me.everything.android.ui.overscroll.OverScrollDecoratorHelper
 
setUpOverScroll(HorizontalScrollView) - Static method in class me.everything.android.ui.overscroll.OverScrollDecoratorHelper
 
setUpOverScroll(ViewPager) - Static method in class me.everything.android.ui.overscroll.OverScrollDecoratorHelper
 
setUpStaticOverScroll(View, int) - Static method in class me.everything.android.ui.overscroll.OverScrollDecoratorHelper
Set up the over-scroll over a generic view, assumed to always be over-scroll ready (e.g.
setUpTouchHelperCallback(ItemTouchHelper.Callback) - Method in class me.everything.android.ui.overscroll.adapters.RecyclerViewOverScrollDecorAdapter
 
STATE_BOUNCE_BACK - Static variable in interface me.everything.android.ui.overscroll.IOverScrollState
User has released their touch, thus throwing the view back into place via bounce-back animation.
STATE_DRAG_END_SIDE - Static variable in interface me.everything.android.ui.overscroll.IOverScrollState
User is actively touch-dragging, thus enabling over-scroll at the view's end side.
STATE_DRAG_START_SIDE - Static variable in interface me.everything.android.ui.overscroll.IOverScrollState
User is actively touch-dragging, thus enabling over-scroll at the view's start side.
STATE_IDLE - Static variable in interface me.everything.android.ui.overscroll.IOverScrollState
No over-scroll is in-effect.
StaticOverScrollDecorAdapter - Class in me.everything.android.ui.overscroll.adapters
A static adapter for views that are ALWAYS over-scroll-able (e.g.
StaticOverScrollDecorAdapter(View) - Constructor for class me.everything.android.ui.overscroll.adapters.StaticOverScrollDecorAdapter
 

T

TAG - Static variable in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
translateView(View, float) - Method in class me.everything.android.ui.overscroll.HorizontalOverScrollBounceEffectDecorator
 
translateView(View, float) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
translateView(View, float) - Method in class me.everything.android.ui.overscroll.VerticalOverScrollBounceEffectDecorator
 
translateViewAndEvent(View, float, MotionEvent) - Method in class me.everything.android.ui.overscroll.HorizontalOverScrollBounceEffectDecorator
 
translateViewAndEvent(View, float, MotionEvent) - Method in class me.everything.android.ui.overscroll.OverScrollBounceEffectDecoratorBase
 
translateViewAndEvent(View, float, MotionEvent) - Method in class me.everything.android.ui.overscroll.VerticalOverScrollBounceEffectDecorator
 

V

VerticalOverScrollBounceEffectDecorator - Class in me.everything.android.ui.overscroll
A concrete implementation of OverScrollBounceEffectDecoratorBase for a vertical orientation.
VerticalOverScrollBounceEffectDecorator(IOverScrollDecoratorAdapter) - Constructor for class me.everything.android.ui.overscroll.VerticalOverScrollBounceEffectDecorator
C'tor, creating the effect with default arguments:
Touch-drag ratio in 'forward' direction will be set to DEFAULT_TOUCH_DRAG_MOVE_RATIO_FWD.
VerticalOverScrollBounceEffectDecorator(IOverScrollDecoratorAdapter, float, float, float) - Constructor for class me.everything.android.ui.overscroll.VerticalOverScrollBounceEffectDecorator
C'tor, creating the effect with explicit arguments.
VerticalOverScrollBounceEffectDecorator.AnimationAttributesVertical - Class in me.everything.android.ui.overscroll
 
VerticalOverScrollBounceEffectDecorator.MotionAttributesVertical - Class in me.everything.android.ui.overscroll
 
ViewPagerOverScrollDecorAdapter - Class in me.everything.android.ui.overscroll.adapters
An adapter to enable over-scrolling over object of ViewPager
ViewPagerOverScrollDecorAdapter(ViewPager) - Constructor for class me.everything.android.ui.overscroll.adapters.ViewPagerOverScrollDecorAdapter
 
A B C D G H I L M O R S T V 
Skip navigation links