Skip navigation links
A B C G H I N O R S T V W 

A

addSlideListener(SlideUp.Listener) - Method in class com.mancj.slideup.SlideUp
Add Listener which will be used in combination with this SlideUp

B

build() - Method in class com.mancj.slideup.SlideUpBuilder
Build the SlideUp and add behavior to view

C

com.mancj.slideup - package com.mancj.slideup
 

G

getAutoSlideDuration() - Method in class com.mancj.slideup.SlideUp
Returns duration of animation (whenever you use SlideUp.hide() or SlideUp.show() methods)
getInterpolator() - Method in class com.mancj.slideup.SlideUp
Returns current interpolator
getSliderView() - Method in class com.mancj.slideup.SlideUp
Returns typed view which was used as slider
getStartGravity() - Method in class com.mancj.slideup.SlideUp
Returns gravity which used in combination with this SlideUp
getTouchableAreaDp() - Method in class com.mancj.slideup.SlideUp
Returns touchable area (in dp) for interaction
getTouchableAreaPx() - Method in class com.mancj.slideup.SlideUp
Returns touchable area (in px) for interaction

H

hide() - Method in class com.mancj.slideup.SlideUp
Hide view with animation
hideImmediately() - Method in class com.mancj.slideup.SlideUp
Hide view without animation
hideSoftInput() - Method in class com.mancj.slideup.SlideUp
Trying hide soft input from window

I

isAnimationRunning() - Method in class com.mancj.slideup.SlideUp
Returns running status of animation
isGesturesEnabled() - Method in class com.mancj.slideup.SlideUp
Returns current status of gestures
isHideKeyboardWhenDisplayed() - Method in class com.mancj.slideup.SlideUp
Returns current behavior of soft input
isLoggingEnabled() - Method in class com.mancj.slideup.SlideUp
Returns current status of debug logging
isVisible() - Method in class com.mancj.slideup.SlideUp
Returns the visibility status for this view.

N

notifyPercentChanged(float) - Method in class com.mancj.slideup.SlideUp
 
notifyVisibilityChanged(int) - Method in class com.mancj.slideup.SlideUp
 

O

onAnimationCancel(Animator) - Method in class com.mancj.slideup.SlideUp
 
onAnimationEnd(Animator) - Method in class com.mancj.slideup.SlideUp
 
onAnimationRepeat(Animator) - Method in class com.mancj.slideup.SlideUp
 
onAnimationStart(Animator) - Method in class com.mancj.slideup.SlideUp
 
onAnimationUpdate(ValueAnimator) - Method in class com.mancj.slideup.SlideUp
 
onGlobalLayout() - Method in class com.mancj.slideup.OnGlobalLayoutSingleListener
 
OnGlobalLayoutSingleListener - Class in com.mancj.slideup
 
onSaveInstanceState(Bundle) - Method in class com.mancj.slideup.SlideUp
Saving current parameters of SlideUp
onSlide(float) - Method in interface com.mancj.slideup.SlideUp.Listener.Slide
 
onTouch(View, MotionEvent) - Method in class com.mancj.slideup.SlideUp
 
onVisibilityChanged(int) - Method in interface com.mancj.slideup.SlideUp.Listener.Visibility
 

R

removeSlideListener(SlideUp.Listener) - Method in class com.mancj.slideup.SlideUp
Remove Listener which was used in combination with this SlideUp

S

setAutoSlideDuration(int) - Method in class com.mancj.slideup.SlideUp
Set duration of animation (whenever you use SlideUp.hide() or SlideUp.show() methods)
setGesturesEnabled(boolean) - Method in class com.mancj.slideup.SlideUp
Turning on/off gestures
setHideKeyboardWhenDisplayed(boolean) - Method in class com.mancj.slideup.SlideUp
Sets behavior of soft input
setInterpolator(TimeInterpolator) - Method in class com.mancj.slideup.SlideUp
Sets interpolator for animation (whenever you use SlideUp.hide() or SlideUp.show() methods)
setLoggingEnabled(boolean) - Method in class com.mancj.slideup.SlideUp
Turning on/off debug logging
setTouchableAreaDp(float) - Method in class com.mancj.slideup.SlideUp
Set touchable area (in dp) for interaction
setTouchableAreaPx(float) - Method in class com.mancj.slideup.SlideUp
Set touchable area (in px) for interaction
show() - Method in class com.mancj.slideup.SlideUp
Show view with animation
showImmediately() - Method in class com.mancj.slideup.SlideUp
Show view without animation
showSoftInput() - Method in class com.mancj.slideup.SlideUp
Trying show soft input to window
SlideUp - Class in com.mancj.slideup
 
SlideUp.Listener - Interface in com.mancj.slideup
Interface to listen to all handled events taking place in the slider
SlideUp.Listener.Events - Interface in com.mancj.slideup
 
SlideUp.Listener.Slide - Interface in com.mancj.slideup
 
SlideUp.Listener.Visibility - Interface in com.mancj.slideup
 
SlideUp.State - Enum in com.mancj.slideup
Available start states
SlideUpBuilder - Class in com.mancj.slideup
Default constructor for SlideUp
SlideUpBuilder(View) - Constructor for class com.mancj.slideup.SlideUpBuilder
Construct a SlideUp by passing the view or his child to use for the generation

T

toggle() - Method in class com.mancj.slideup.SlideUp
Toggle current state with animation
toggleImmediately() - Method in class com.mancj.slideup.SlideUp
Toggle current state without animation

V

valueOf(String) - Static method in enum com.mancj.slideup.SlideUp.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mancj.slideup.SlideUp.State
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAutoSlideDuration(int) - Method in class com.mancj.slideup.SlideUpBuilder
Define duration of animation (whenever you use SlideUp.hide() or SlideUp.show() methods)
withGesturesEnabled(boolean) - Method in class com.mancj.slideup.SlideUpBuilder
Turning on/off sliding on touch event
withHideSoftInputWhenDisplayed(boolean) - Method in class com.mancj.slideup.SlideUpBuilder
Define behavior of soft input
withInterpolator(TimeInterpolator) - Method in class com.mancj.slideup.SlideUpBuilder
Define interpolator for animation (whenever you use SlideUp.hide() or SlideUp.show() methods)
withListeners(List<SlideUp.Listener>) - Method in class com.mancj.slideup.SlideUpBuilder
Define a SlideUp.Listener for this SlideUp
withListeners(SlideUp.Listener...) - Method in class com.mancj.slideup.SlideUpBuilder
Define a SlideUp.Listener for this SlideUp
withLoggingEnabled(boolean) - Method in class com.mancj.slideup.SlideUpBuilder
Turning on/off debug logging for all handled events
withSavedState(Bundle) - Method in class com.mancj.slideup.SlideUpBuilder
 
withStartGravity(int) - Method in class com.mancj.slideup.SlideUpBuilder
Define a start gravity, this parameter affects the motion vector slider
withStartState(SlideUp.State) - Method in class com.mancj.slideup.SlideUpBuilder
Define a start state on screen
withTouchableAreaDp(float) - Method in class com.mancj.slideup.SlideUpBuilder
Define touchable area (in dp) for interaction
withTouchableAreaPx(float) - Method in class com.mancj.slideup.SlideUpBuilder
Define touchable area (in px) for interaction
A B C G H I N O R S T V W 
Skip navigation links