Skip navigation links
A C D E F G I L M O P S T U V 

A

animateOffsetTo(int, int, boolean) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Moves the drawer to the position passed.
animateOffsetTo(int, int) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
ANIMATION_DELAY - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
The time between each frame when animating the drawer.
arrowBottom - Variable in class com.hannesdorfmann.swipeback.transformer.DefaultSwipeBackTransformer
 
arrowBottom - Variable in class com.hannesdorfmann.swipeback.transformer.SlideSwipeBackTransformer
 
arrowTop - Variable in class com.hannesdorfmann.swipeback.transformer.DefaultSwipeBackTransformer
 
arrowTop - Variable in class com.hannesdorfmann.swipeback.transformer.SlideSwipeBackTransformer
 
attach(Activity) - Static method in class com.hannesdorfmann.swipeback.SwipeBack
Attaches the SwipeBack to the Activity.
attach(Activity, SwipeBackTransformer) - Static method in class com.hannesdorfmann.swipeback.SwipeBack
Attaches the SwipeBack to the Activity.
attach(Activity, SwipeBack.Type) - Static method in class com.hannesdorfmann.swipeback.SwipeBack
Attaches the SwipeBack to the Activity.
attach(Activity, SwipeBack.Type, SwipeBackTransformer) - Static method in class com.hannesdorfmann.swipeback.SwipeBack
Attaches the SwipeBack to the Activity.
attach(Activity, Position, SwipeBackTransformer) - Static method in class com.hannesdorfmann.swipeback.SwipeBack
Attaches the SwipeBack to the Activity.
attach(Activity, Position) - Static method in class com.hannesdorfmann.swipeback.SwipeBack
Attaches the SwipeBack to the Activity.
attach(Activity, SwipeBack.Type, Position, SwipeBackTransformer) - Static method in class com.hannesdorfmann.swipeback.SwipeBack
Attaches the SwipeBack to the Activity.
attach(Activity, SwipeBack.Type, Position, int) - Static method in class com.hannesdorfmann.swipeback.SwipeBack
Attaches the SwipeBack to the Activity
attach(Activity, SwipeBack.Type, Position) - Static method in class com.hannesdorfmann.swipeback.SwipeBack
Attaches the SwipeBack to the Activity
attach(Activity, SwipeBack.Type, Position, int, SwipeBackTransformer) - Static method in class com.hannesdorfmann.swipeback.SwipeBack
Attaches the SwipeBack to the Activity.

C

cancelContentTouch() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
canChildrenScroll(int, int, int, int) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
canChildScrollHorizontally(View, boolean, int, int, int) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Tests scrollability within child views of v given a delta of dx.
canChildScrollVertically(View, boolean, int, int, int) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Tests scrollability within child views of v given a delta of dx.
checkTouchSlop(float, float) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
checkTouchSlop(float, float) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
clearColorFilter() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
close(boolean) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
close(boolean) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
close() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Animates the swipe back closed.
close(boolean) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Closes the swipe back.
com.hannesdorfmann.swipeback - package com.hannesdorfmann.swipeback
 
com.hannesdorfmann.swipeback.interpolator - package com.hannesdorfmann.swipeback.interpolator
 
com.hannesdorfmann.swipeback.transformer - package com.hannesdorfmann.swipeback.transformer
 
com.hannesdorfmann.swipeback.util - package com.hannesdorfmann.swipeback.util
 
com.hannesdorfmann.swipeback.view - package com.hannesdorfmann.swipeback.view
 

D

DefaultSwipeBackTransformer - Class in com.hannesdorfmann.swipeback.transformer
 
DefaultSwipeBackTransformer() - Constructor for class com.hannesdorfmann.swipeback.transformer.DefaultSwipeBackTransformer
 
disable() - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
dispatchDraw(Canvas) - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
dispatchOnDrawerSlide(float, int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
dpToPx(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
DRAG_CONTENT - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
Drag mode for sliding only the content view.
DRAG_WINDOW - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
Drag mode for sliding the entire window.
DraggableSwipeBack - Class in com.hannesdorfmann.swipeback
 
DraggableSwipeBack(Context) - Constructor for class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
DraggableSwipeBack(Context, AttributeSet) - Constructor for class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
DraggableSwipeBack(Context, AttributeSet, int) - Constructor for class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
draw(Canvas) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
drawOverlay(Canvas) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
drawOverlay(Canvas) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
drawOverlay(Canvas) - Method in class com.hannesdorfmann.swipeback.SwipeBack
 

E

endDrag() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Called when a drag has been ended.
endPeek() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Stops ongoing peek drawer animation.

F

fitSystemWindows(Rect) - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
fromValue(int) - Static method in enum com.hannesdorfmann.swipeback.Position
 

G

getChangingConfigurations() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getConstantState() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getContentContainer() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Returns the ViewGroup used as a parent for the content view.
getCurrent() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getDivider() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Returns the drawable of the divider.
getDividerOrientation() - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
getDividerOrientation() - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
getDrawOverlay() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Gets whether an overlay is drawn when sliding the swipe back view.
getInterpolation(float) - Method in class com.hannesdorfmann.swipeback.interpolator.PeekInterpolator
 
getInterpolation(float) - Method in class com.hannesdorfmann.swipeback.interpolator.SinusoidalInterpolator
 
getInterpolation(float) - Method in class com.hannesdorfmann.swipeback.interpolator.SmoothInterpolator
 
getIntrinsicHeight() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getIntrinsicWidth() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getMinimumHeight() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getMinimumWidth() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getOffset() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getOffsetSwipeBackEnabled() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
getOffsetSwipeBackEnabled() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Indicates whether the swipe back is being offset when dragging the drawer.
getOpacity() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getPadding(Rect) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getPosition() - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
getSize() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Returns the size of the swipe back.
getState() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getState() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Get the current state of the drawer.
getSwipeBackContainer() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Returns the ViewGroup used as a parent for the swipe back view.
getSwipeBackTransformer() - Method in class com.hannesdorfmann.swipeback.SwipeBack
getSwipeBackView() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Returns the swipe back view.
getTouchBezelSize() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
getTouchBezelSize() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Returns the size of the touch bezel in px.
getTouchMode() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
getTouchMode() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Returns the touch mode.
getTransparentRegion() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
getXVelocity(VelocityTracker) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
getYVelocity(VelocityTracker) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 

I

init(Context, AttributeSet, int) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
init(Context, AttributeSet, int) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
init(Context, AttributeSet, int) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
init(Context, AttributeSet, int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
initPeekScroller() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
initPeekScroller() - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
initPeekScroller() - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
INVALID_POINTER - Static variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
invalidateDrawable(Drawable) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
isActivitiyDestroyed() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Determines if the activity has been destroyed or finished.
isBetween(float, float, float) - Static method in class com.hannesdorfmann.swipeback.util.MathUtils
Checks if a value is between up and down (inclusive up and down)
isCloseEnough() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
isStateful() - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
isViewDescendant(View) - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
isViewDraggable(View, int, int, int) - Method in interface com.hannesdorfmann.swipeback.SwipeBack.OnInterceptMoveEventListener
Called for each child the pointer i on when the drawer is deciding whether to intercept the touch event.
isVisible() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
isVisible() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Indicates whether the swipe back is currently visible.

L

logDrawerState(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
 

M

mActivePointerId - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
The current pointer id.
mActivePosition - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Position of the active view.
mActiveRect - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Used when reading the position of the active view.
mActiveView - Variable in class com.hannesdorfmann.swipeback.SwipeBack
The currently active view.
mapPoint(float, float, float, float, float) - Static method in class com.hannesdorfmann.swipeback.util.MathUtils
This method maps a number x, which is in the range [sourceStart, sourceEnd], to a new range [targetStart, targetEnd] sourceStart <= x <= sourceEnd
targetStart <= returnValue <= targetEnd
mapPoint(float, float, float, int, int) - Static method in class com.hannesdorfmann.swipeback.util.MathUtils
This is the same as mapPoint(float, float, float, float, float)but without rounding the integer up.
mapPointRound(float, float, float, int, int) - Static method in class com.hannesdorfmann.swipeback.util.MathUtils
This is the same as mapPoint(float, float, float, float, float)but rounds to integer.
MathUtils - Class in com.hannesdorfmann.swipeback.util
Little helper class that provides some useful mathematical methods
MathUtils() - Constructor for class com.hannesdorfmann.swipeback.util.MathUtils
 
MAX_MENU_OVERLAY_ALPHA - Static variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
The maximum alpha of the dark menu overlay used for dimming the menu.
mCloseEnough - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Distance in px from closed position from where the drawer is considered closed with regards to touch events.
mContentContainer - Variable in class com.hannesdorfmann.swipeback.SwipeBack
The parent of the content view.
mDividerAsShadowColor - Variable in class com.hannesdorfmann.swipeback.SwipeBack
The color of the shadow that will be used as divider .
mDividerDrawable - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Drawable used as content to swipe back view divider.
mDividerEnabled - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Defines if the divider is enabled (will be drawn)
mDividerRect - Variable in class com.hannesdorfmann.swipeback.SwipeBack
 
mDividerSize - Variable in class com.hannesdorfmann.swipeback.SwipeBack
The size (width) of the content to swipe back view divider.
mDrawerState - Variable in class com.hannesdorfmann.swipeback.SwipeBack
The current drawer state.
mDrawOverlay - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Whether an overlay should be drawn as the drawer is opened and closed.
mHardwareLayersEnabled - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Indicates whether to use View.LAYER_TYPE_HARDWARE when animating the drawer.
mInitialMotionX - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
The initial X position of a drag.
mInitialMotionY - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
The initial Y position of a drag.
mIsDragging - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Indicates whether the drawer is currently being dragged.
mIsStatic - Variable in class com.hannesdorfmann.swipeback.SwipeBack
 
mLastMotionX - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
The last X position of a drag.
mLastMotionY - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
The last Y position of a drag.
mLayerTypeHardware - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Indicates whether the current layer type is View.LAYER_TYPE_HARDWARE.
mMaxAnimationDuration - Variable in class com.hannesdorfmann.swipeback.SwipeBack
The maximum duration of open/close animations.
mMaxVelocity - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Maximum velocity allowed when animating the drawer open/closed.
mOffsetMenu - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Indicates whether the menu should be offset when dragging the drawer.
mOffsetPixels - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Current offset.
mOnInterceptMoveEventListener - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Callback that lets the listener override intercepting of touch events.
mPeekDelay - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Default delay between each subsequent animation, after DraggableSwipeBack.peekSwipeBack() has been called.
mPeekRunnable - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Runnable used when the peek animation is running.
mPeekScroller - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Scroller used for the peek drawer animation.
mPreviousTouchMode - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Used for storing the previous touch mode, while disabling Swipe Back temporarly
mSwipeBackContainer - Variable in class com.hannesdorfmann.swipeback.SwipeBack
The parent of the swipe back view.
mSwipeBackOverlay - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Drawable used as swipe back view overlay.
mSwipeBackTransformer - Variable in class com.hannesdorfmann.swipeback.SwipeBack
The SwipeBackTransformer
mSwipeBackViewSize - Variable in class com.hannesdorfmann.swipeback.SwipeBack
The size of the swipe back view (width or height depending on the gravity).
mSwipeBackViewVisible - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Indicates whether the swipe back view is currently visible.
mTouchBezelSize - Variable in class com.hannesdorfmann.swipeback.SwipeBack
The touch bezel size of the swipe back in px.
mTouchMode - Variable in class com.hannesdorfmann.swipeback.SwipeBack
Touch mode for the Drawer.
mTouchSize - Variable in class com.hannesdorfmann.swipeback.SwipeBack
The touch area size of the swipe back in px.
mTouchSlop - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Slop before starting a drag.
mVelocityTracker - Variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Velocity tracker used when animating the drawer open/closed after a drag.

O

onAttachedToWindow() - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
onBoundsChange(Rect) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
onDetachedFromWindow() - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
onDownAllowDrag(int, int) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
onDownAllowDrag(int, int) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
onDraw(Canvas) - Method in class com.hannesdorfmann.swipeback.view.VerticalTextView
 
onFinishInflate() - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
onInterceptTouchEvent(MotionEvent) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
onInterceptTouchEvent(MotionEvent) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
onLayout(boolean, int, int, int, int) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
onLayout(boolean, int, int, int, int) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
onMeasure(int, int) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
onMeasure(int, int) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
onMeasure(int, int) - Method in class com.hannesdorfmann.swipeback.view.VerticalTextView
 
onMoveAllowDrag(int, int, float, float) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
onMoveAllowDrag(int, int, float, float) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
onMoveEvent(float, float) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
onMoveEvent(float, float) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
onOffsetPixelsChanged(int) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
onOffsetPixelsChanged(int) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
onOffsetPixelsChanged(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Called when the number of pixels the content should be offset by has changed.
onRtlPropertiesChanged(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
onSizeChanged(int, int, int, int) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
onSizeChanged(int, int, int, int) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
onSlide(float, int) - Method in interface com.hannesdorfmann.swipeback.SwipeBack.OnStateChangeListener
Called when the swipe back slides.
onStateChange(int[]) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
onStateChanged(int, int) - Method in interface com.hannesdorfmann.swipeback.SwipeBack.OnStateChangeListener
Called when the internal state has changed.
onSwipeBackCompleted(SwipeBack, Activity) - Method in class com.hannesdorfmann.swipeback.transformer.DefaultSwipeBackTransformer
 
onSwipeBackCompleted(SwipeBack, Activity) - Method in class com.hannesdorfmann.swipeback.transformer.SlideSwipeBackTransformer
 
onSwipeBackCompleted(SwipeBack, Activity) - Method in interface com.hannesdorfmann.swipeback.transformer.SwipeBackTransformer
This method is called after the swipe back has completed.
onSwipeBackReseted(SwipeBack, Activity) - Method in class com.hannesdorfmann.swipeback.transformer.DefaultSwipeBackTransformer
 
onSwipeBackReseted(SwipeBack, Activity) - Method in class com.hannesdorfmann.swipeback.transformer.SlideSwipeBackTransformer
 
onSwipeBackReseted(SwipeBack, Activity) - Method in interface com.hannesdorfmann.swipeback.transformer.SwipeBackTransformer
This method is called if the swipe back has been canceled / reseted.
onSwipeBackViewCreated(SwipeBack, Activity, View) - Method in class com.hannesdorfmann.swipeback.transformer.DefaultSwipeBackTransformer
 
onSwipeBackViewCreated(SwipeBack, Activity, View) - Method in class com.hannesdorfmann.swipeback.transformer.SlideSwipeBackTransformer
 
onSwipeBackViewCreated(SwipeBack, Activity, View) - Method in interface com.hannesdorfmann.swipeback.transformer.SwipeBackTransformer
This is called if the swipe back view has been created.
onSwiping(SwipeBack, float, int) - Method in class com.hannesdorfmann.swipeback.transformer.DefaultSwipeBackTransformer
 
onSwiping(SwipeBack, float, int) - Method in class com.hannesdorfmann.swipeback.transformer.SlideSwipeBackTransformer
 
onSwiping(SwipeBack, float, int) - Method in interface com.hannesdorfmann.swipeback.transformer.SwipeBackTransformer
Called while the swipe back view is opening or closing.
onTouchEvent(MotionEvent) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
onTouchEvent(MotionEvent) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
onUpEvent(int, int) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
onUpEvent(int, int) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
open(boolean) - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
open(boolean) - Method in class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
open() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Animates the swipe back open.
open(boolean) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Opens the swipe back.
OverlaySwipeBack - Class in com.hannesdorfmann.swipeback
 
OverlaySwipeBack(Context) - Constructor for class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
OverlaySwipeBack(Context, AttributeSet) - Constructor for class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
OverlaySwipeBack(Context, AttributeSet, int) - Constructor for class com.hannesdorfmann.swipeback.OverlaySwipeBack
 

P

PEEK_DURATION - Static variable in class com.hannesdorfmann.swipeback.DraggableSwipeBack
The duration of the peek animation.
PeekInterpolator - Class in com.hannesdorfmann.swipeback.interpolator
 
PeekInterpolator() - Constructor for class com.hannesdorfmann.swipeback.interpolator.PeekInterpolator
 
peekSwipeBack() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
peekSwipeBack(long) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
peekSwipeBack(long, long) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
peekSwipeBack() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Animates the swipe back view slightly open until the user opens it completely.
peekSwipeBack(long) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Animates the swipe back view slightly open.
peekSwipeBack(long, long) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Animates the swipe back view slightly open.
Position - Enum in com.hannesdorfmann.swipeback
Enums used for positioning the drawer.
postOnAnimation(Runnable) - Method in class com.hannesdorfmann.swipeback.SwipeBack
 

S

safeGetX(MotionEvent) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
safeGetY(MotionEvent) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
scheduleDrawable(Drawable, Runnable, long) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
setAlpha(int) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
setChangingConfigurations(int) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
setColorFilter(ColorFilter) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
setColorFilter(int, PorterDuff.Mode) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
setContentView(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Set the content from a layout resource.
setContentView(View) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Set the content to an explicit view.
setContentView(View, ViewGroup.LayoutParams) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Set the content to an explicit view.
setDither(boolean) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
setDivider(Drawable) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Sets the drawable of the divider.
setDivider(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Sets the drawable resource id of the divider .
setDividerAsShadowColor(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Sets the color of the divider, if you have set the option to use a shadow gradient as divider You must enable the divider by calling SwipeBack.setDividerEnabled(boolean)
setDividerAsSolidColor(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Draw the divider as solid color (using ColorDrawable).
setDividerEnabled(boolean) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Defines whether the drop shadow is enabled.
setDividerSize(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Sets the size (width) of the divider.
setDividerSizeInPixel(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Sets the size (width) of the divider.
setDrawerState(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
setDrawOverlay(boolean) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Sets whether an overlay should be drawn when sliding the swipe back view.
setFilterBitmap(boolean) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
setHardwareLayerEnabled(boolean) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
setHardwareLayerEnabled(boolean) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Enables or disables the user of View.LAYER_TYPE_HARDWARE when animations views.
setMaxAnimationDuration(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Sets the maximum duration of open/close animations.
setOffset(float) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
setOffsetPixels(float) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Sets the number of pixels the content should be offset.
setOffsetSwipeBackViewEnabled(boolean) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
setOffsetSwipeBackViewEnabled(boolean) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Enables or disables offsetting the swipe back when dragging the drawer.
setOnInterceptMoveEventListener(SwipeBack.OnInterceptMoveEventListener) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Register a callback that will be invoked when the drawer is about to intercept touch events.
setOnStateChangeListener(SwipeBack.OnStateChangeListener) - Method in class com.hannesdorfmann.swipeback.SwipeBack
An additional SwipeBack.OnStateChangeListener which will be plugged in to the internal delegate to allow to observe the internal state from outside
setSize(int) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
setSize(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Set the size of the swipe back when open.
setState(int[]) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
setSwipeBackContainerBackgroundColor(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Set the background color of the swipe back view container (The container where the swipe back view is inflated into)
setSwipeBackContainerBackgroundDrawable(Drawable) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Set the background of the wipe swipe back view container (The container where the swipe back view is inflated into)
setSwipeBackContainerBackgroundDrawable(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Set the background of the wipe swipe back view container (The container where the swipe back view is inflated into)
setSwipeBackTransformer(SwipeBackTransformer) - Method in class com.hannesdorfmann.swipeback.SwipeBack
setSwipeBackView(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Set the swipe back view from a layout resource.
setSwipeBackView(View) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Set the swipe back view to an explicit view.
setSwipeBackView(View, ViewGroup.LayoutParams) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Set the swipe back view to an explicit view.
setTouchBezelSize(int) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
setTouchBezelSize(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Sets the size of the touch bezel.
setTouchEnabled(boolean) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Disable or enable Touch.
setTouchMode(int) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
setTouchMode(int) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Sets the drawer touch mode.
setVisible(boolean, boolean) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
SinusoidalInterpolator - Class in com.hannesdorfmann.swipeback.interpolator
Interpolator which, when drawn from 0 to 1, looks like half a sine-wave.
SinusoidalInterpolator() - Constructor for class com.hannesdorfmann.swipeback.interpolator.SinusoidalInterpolator
 
SlideDrawable - Class in com.hannesdorfmann.swipeback
 
SlideDrawable(Drawable) - Constructor for class com.hannesdorfmann.swipeback.SlideDrawable
 
SlideSwipeBackTransformer - Class in com.hannesdorfmann.swipeback.transformer
The default SwipeBackTransformator Created by Hannes Dorfmann on 03.01.14.
SlideSwipeBackTransformer() - Constructor for class com.hannesdorfmann.swipeback.transformer.SlideSwipeBackTransformer
 
SlidingSwipeBack - Class in com.hannesdorfmann.swipeback
 
SlidingSwipeBack(Context) - Constructor for class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
SlidingSwipeBack(Context, AttributeSet) - Constructor for class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
SlidingSwipeBack(Context, AttributeSet, int) - Constructor for class com.hannesdorfmann.swipeback.SlidingSwipeBack
 
SMOOTH_INTERPOLATOR - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
Interpolator used when animating the drawer open/closed.
SmoothInterpolator - Class in com.hannesdorfmann.swipeback.interpolator
 
SmoothInterpolator() - Constructor for class com.hannesdorfmann.swipeback.interpolator.SmoothInterpolator
 
startLayerTranslation() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
If possible, set the layer type to View.LAYER_TYPE_HARDWARE.
startLayerTranslation() - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
startPeek() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Starts peek drawer animation.
STATE_CLOSED - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
Indicates that the drawer is currently closed.
STATE_CLOSING - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
Indicates that the drawer is currently closing.
STATE_DRAGGING - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
Indicates that the drawer is currently being dragged by the user.
STATE_OPEN - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
Indicates that the drawer is currently open.
STATE_OPENING - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
Indicates that the drawer is currently opening.
stopAnimation() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
Stops ongoing animation of the drawer.
stopAnimation() - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
stopLayerTranslation() - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
If the current layer type is View.LAYER_TYPE_HARDWARE, this will set it to View.LAYER_TYPE_NONE.
stopLayerTranslation() - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
SwipeBack - Class in com.hannesdorfmann.swipeback
 
SwipeBack(Context) - Constructor for class com.hannesdorfmann.swipeback.SwipeBack
 
SwipeBack(Context, AttributeSet) - Constructor for class com.hannesdorfmann.swipeback.SwipeBack
 
SwipeBack(Context, AttributeSet, int) - Constructor for class com.hannesdorfmann.swipeback.SwipeBack
 
SwipeBack.OnInterceptMoveEventListener - Interface in com.hannesdorfmann.swipeback
Callback that is invoked when the drawer is in the process of deciding whether it should intercept the touch event.
SwipeBack.OnStateChangeListener - Interface in com.hannesdorfmann.swipeback
Callback interface for changing state of the swipe back.
SwipeBack.Type - Enum in com.hannesdorfmann.swipeback
 
SwipeBackTransformer - Interface in com.hannesdorfmann.swipeback.transformer
A SwipeBackTransformer is responsible to manipulate the swipe back view according to its current state (opening or closing) #onSwiping(com.hannesdorfmann.swipeback.SwipeBack, float, int, int) with some nice animations.

T

textView - Variable in class com.hannesdorfmann.swipeback.transformer.DefaultSwipeBackTransformer
 
textView - Variable in class com.hannesdorfmann.swipeback.transformer.SlideSwipeBackTransformer
 
toggle(boolean) - Method in class com.hannesdorfmann.swipeback.DraggableSwipeBack
 
toggle() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Toggles the swipe back open and close with animation.
toggle(boolean) - Method in class com.hannesdorfmann.swipeback.SwipeBack
Toggles the swipe back open and close.
TOUCH_MODE_BEZEL - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
Allow opening drawer only by dragging on the edge of the screen.
TOUCH_MODE_FULLSCREEN - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
Allow opening drawer by dragging anywhere on the screen.
TOUCH_MODE_NONE - Static variable in class com.hannesdorfmann.swipeback.SwipeBack
Disallow opening the drawer by dragging the screen.

U

unscheduleDrawable(Drawable, Runnable) - Method in class com.hannesdorfmann.swipeback.SlideDrawable
 
updateDividerRect() - Method in class com.hannesdorfmann.swipeback.OverlaySwipeBack
 
updateDividerRect() - Method in class com.hannesdorfmann.swipeback.SwipeBack
 
updateTouchAreaSize() - Method in class com.hannesdorfmann.swipeback.SwipeBack
Compute the touch area based on the touch mode.

V

valueOf(String) - Static method in enum com.hannesdorfmann.swipeback.Position
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.hannesdorfmann.swipeback.SwipeBack.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.hannesdorfmann.swipeback.Position
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.hannesdorfmann.swipeback.SwipeBack.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalTextView - Class in com.hannesdorfmann.swipeback.view
Created by Hannes Dorfmann on 04.01.14.
VerticalTextView(Context, AttributeSet) - Constructor for class com.hannesdorfmann.swipeback.view.VerticalTextView
 
A C D E F G I L M O P S T U V