Skip navigation links
A C D G I O R S V 

A

animateRipple(MotionEvent) - Method in class com.andexert.library.RippleView
Launch Ripple animation for the current view with a MotionEvent
animateRipple(float, float) - Method in class com.andexert.library.RippleView
Launch Ripple animation for the current view centered at x and y position

C

com.andexert.library - package com.andexert.library
 

D

draw(Canvas) - Method in class com.andexert.library.RippleView
 

G

getFrameRate() - Method in class com.andexert.library.RippleView
 
getRippleAlpha() - Method in class com.andexert.library.RippleView
 
getRippleColor() - Method in class com.andexert.library.RippleView
 
getRippleDuration() - Method in class com.andexert.library.RippleView
 
getRipplePadding() - Method in class com.andexert.library.RippleView
 
getRippleType() - Method in class com.andexert.library.RippleView
 
getZoomDuration() - Method in class com.andexert.library.RippleView
 
getZoomScale() - Method in class com.andexert.library.RippleView
 

I

isCentered() - Method in class com.andexert.library.RippleView
 
isZooming() - Method in class com.andexert.library.RippleView
 

O

onComplete(RippleView) - Method in interface com.andexert.library.RippleView.OnRippleCompleteListener
 
onInterceptTouchEvent(MotionEvent) - Method in class com.andexert.library.RippleView
 
onSizeChanged(int, int, int, int) - Method in class com.andexert.library.RippleView
 
onTouchEvent(MotionEvent) - Method in class com.andexert.library.RippleView
 

R

RippleView - Class in com.andexert.library
RippleView custom layout Custom Layout that allows to use Ripple UI pattern above API 21
RippleView(Context) - Constructor for class com.andexert.library.RippleView
 
RippleView(Context, AttributeSet) - Constructor for class com.andexert.library.RippleView
 
RippleView(Context, AttributeSet, int) - Constructor for class com.andexert.library.RippleView
 
RippleView.OnRippleCompleteListener - Interface in com.andexert.library
Defines a callback called at the end of the Ripple effect
RippleView.RippleType - Enum in com.andexert.library
 

S

setCentered(Boolean) - Method in class com.andexert.library.RippleView
Set if ripple animation has to be centered in its parent view or not, default is False
setFrameRate(int) - Method in class com.andexert.library.RippleView
Set framerate for Ripple animation
setOnRippleCompleteListener(RippleView.OnRippleCompleteListener) - Method in class com.andexert.library.RippleView
 
setRippleAlpha(int) - Method in class com.andexert.library.RippleView
Set alpha for ripple effect color
setRippleColor(int) - Method in class com.andexert.library.RippleView
Set Ripple color, default is #FFFFFF
setRippleDuration(int) - Method in class com.andexert.library.RippleView
Duration of the Ripple animation in ms
setRipplePadding(int) - Method in class com.andexert.library.RippleView
Set Ripple padding if you want to avoid some graphic glitch
setRippleType(RippleView.RippleType) - Method in class com.andexert.library.RippleView
Set Ripple type, default is RippleType.SIMPLE
setZoomDuration(int) - Method in class com.andexert.library.RippleView
Duration of the ending animation in ms
setZooming(Boolean) - Method in class com.andexert.library.RippleView
At the end of Ripple effect, the child views has to zoom
setZoomScale(float) - Method in class com.andexert.library.RippleView
Scale of the end animation

V

valueOf(String) - Static method in enum com.andexert.library.RippleView.RippleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.andexert.library.RippleView.RippleType
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G I O R S V 
Skip navigation links