A C D E G H I L O R S T V 

A

addListener(SupportAnimator.AnimatorListener) - Method in class io.codetail.animation.SupportAnimator
Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end.
attachRevealInfo(RevealAnimator.RevealInfo) - Method in interface io.codetail.animation.RevealAnimator
ViewAnimationUtils.createCircularReveal(View, int, int, float, float) is called it creates new RevealAnimator.RevealInfo and attaches to parent, here is necessary data about animation
attachRevealInfo(RevealAnimator.RevealInfo) - Method in class io.codetail.widget.RevealFrameLayout
 
attachRevealInfo(RevealAnimator.RevealInfo) - Method in class io.codetail.widget.RevealLinearLayout
 

C

cancel() - Method in class io.codetail.animation.SupportAnimator
Cancels the animation.
centerX - Variable in class io.codetail.animation.RevealAnimator.RevealInfo
 
centerY - Variable in class io.codetail.animation.RevealAnimator.RevealInfo
 
CLIP_RADIUS - Static variable in interface io.codetail.animation.RevealAnimator
 
createCircularReveal(View, int, int, float, float) - Static method in class io.codetail.animation.ViewAnimationUtils
Returns an Animator which can animate a clipping circle.
createCircularReveal(View, int, int, float, float, int) - Static method in class io.codetail.animation.ViewAnimationUtils
Returns an Animator which can animate a clipping circle.

D

drawChild(Canvas, View, long) - Method in class io.codetail.widget.RevealFrameLayout
 
drawChild(Canvas, View, long) - Method in class io.codetail.widget.RevealLinearLayout
 

E

end() - Method in class io.codetail.animation.SupportAnimator
Ends the animation.
endRadius - Variable in class io.codetail.animation.RevealAnimator.RevealInfo
 

G

get(RevealAnimator) - Method in class io.codetail.animation.RevealAnimator.RevealRadius
 
get() - Method in class io.codetail.animation.SupportAnimator
 
getRevealRadius() - Method in interface io.codetail.animation.RevealAnimator
Used with animator to animate view clipping
getRevealRadius() - Method in class io.codetail.widget.RevealFrameLayout
Circle radius size
getRevealRadius() - Method in class io.codetail.widget.RevealLinearLayout
Circle radius size
getTarget() - Method in class io.codetail.animation.RevealAnimator.RevealInfo
 

H

hasTarget() - Method in class io.codetail.animation.RevealAnimator.RevealInfo
 

I

invalidate(Rect) - Method in interface io.codetail.animation.RevealAnimator
Invalidate certain rectangle
io.codetail.animation - package io.codetail.animation
 
io.codetail.widget - package io.codetail.widget
 
isNativeAnimator() - Method in class io.codetail.animation.SupportAnimator
 
isRunning() - Method in class io.codetail.animation.SupportAnimator
Returns whether this Animator is currently running (having been started and gone past any initial startDelay period and not yet ended).

L

liftingFromBottom(View, float, float, int, int) - Static method in class io.codetail.animation.ViewAnimationUtils
Deprecated.
liftingFromBottom(View, float, int, int) - Static method in class io.codetail.animation.ViewAnimationUtils
Deprecated.
liftingFromBottom(View, float, int) - Static method in class io.codetail.animation.ViewAnimationUtils
Deprecated.

O

onAnimationCancel(Animator) - Method in class io.codetail.animation.RevealAnimator.RevealFinishedIceCreamSandwich
 
onAnimationCancel() - Method in interface io.codetail.animation.SupportAnimator.AnimatorListener
Notifies the cancellation of the animation.
onAnimationCancel() - Method in class io.codetail.animation.SupportAnimator.SimpleAnimatorListener
 
onAnimationEnd(Animator) - Method in class io.codetail.animation.RevealAnimator.RevealFinishedIceCreamSandwich
 
onAnimationEnd() - Method in interface io.codetail.animation.SupportAnimator.AnimatorListener
Notifies the end of the animation.
onAnimationEnd() - Method in class io.codetail.animation.SupportAnimator.SimpleAnimatorListener
 
onAnimationRepeat() - Method in interface io.codetail.animation.SupportAnimator.AnimatorListener
Notifies the repetition of the animation.
onAnimationRepeat() - Method in class io.codetail.animation.SupportAnimator.SimpleAnimatorListener
 
onAnimationStart(Animator) - Method in class io.codetail.animation.RevealAnimator.RevealFinishedIceCreamSandwich
 
onAnimationStart() - Method in interface io.codetail.animation.SupportAnimator.AnimatorListener
Notifies the start of the animation.
onAnimationStart() - Method in class io.codetail.animation.SupportAnimator.SimpleAnimatorListener
 
onRevealAnimationCancel() - Method in interface io.codetail.animation.RevealAnimator
 
onRevealAnimationCancel() - Method in class io.codetail.widget.RevealFrameLayout
 
onRevealAnimationCancel() - Method in class io.codetail.widget.RevealLinearLayout
 
onRevealAnimationEnd() - Method in interface io.codetail.animation.RevealAnimator
 
onRevealAnimationEnd() - Method in class io.codetail.widget.RevealFrameLayout
 
onRevealAnimationEnd() - Method in class io.codetail.widget.RevealLinearLayout
 
onRevealAnimationStart() - Method in interface io.codetail.animation.RevealAnimator
Listen when animation start/end/cancel and setup view for it
onRevealAnimationStart() - Method in class io.codetail.widget.RevealFrameLayout
 
onRevealAnimationStart() - Method in class io.codetail.widget.RevealLinearLayout
 

R

RevealAnimator - Interface in io.codetail.animation
 
RevealAnimator.RevealFinishedIceCreamSandwich - Class in io.codetail.animation
 
RevealAnimator.RevealInfo - Class in io.codetail.animation
 
RevealAnimator.RevealInfo(int, int, float, float, WeakReference<View>) - Constructor for class io.codetail.animation.RevealAnimator.RevealInfo
 
RevealAnimator.RevealRadius - Class in io.codetail.animation
 
RevealAnimator.RevealRadius() - Constructor for class io.codetail.animation.RevealAnimator.RevealRadius
 
RevealFrameLayout - Class in io.codetail.widget
 
RevealFrameLayout(Context) - Constructor for class io.codetail.widget.RevealFrameLayout
 
RevealFrameLayout(Context, AttributeSet) - Constructor for class io.codetail.widget.RevealFrameLayout
 
RevealFrameLayout(Context, AttributeSet, int) - Constructor for class io.codetail.widget.RevealFrameLayout
 
RevealLinearLayout - Class in io.codetail.widget
 
RevealLinearLayout(Context) - Constructor for class io.codetail.widget.RevealLinearLayout
 
RevealLinearLayout(Context, AttributeSet) - Constructor for class io.codetail.widget.RevealLinearLayout
 
RevealLinearLayout(Context, AttributeSet, int) - Constructor for class io.codetail.widget.RevealLinearLayout
 
reverse() - Method in class io.codetail.animation.SupportAnimator
Experimental feature

S

SCALE_UP_DURATION - Static variable in class io.codetail.animation.ViewAnimationUtils
 
set(RevealAnimator, Float) - Method in class io.codetail.animation.RevealAnimator.RevealRadius
 
setRevealRadius(float) - Method in interface io.codetail.animation.RevealAnimator
Used with animator to animate view clipping
setRevealRadius(float) - Method in class io.codetail.widget.RevealFrameLayout
Circle radius size
setRevealRadius(float) - Method in class io.codetail.widget.RevealLinearLayout
Circle radius size
setupEndValues() - Method in class io.codetail.animation.SupportAnimator
This method tells the object to use appropriate information to extract ending values for the animation.
setupStartValues() - Method in class io.codetail.animation.SupportAnimator
This method tells the object to use appropriate information to extract starting values for the animation.
start() - Method in class io.codetail.animation.SupportAnimator
Starts this animation.
startRadius - Variable in class io.codetail.animation.RevealAnimator.RevealInfo
 
startReverseAnimation() - Method in interface io.codetail.animation.RevealAnimator
Returns new SupportAnimator that plays reversed animation of current one This method might be temporary, you should call SupportAnimator.reverse() instead
startReverseAnimation() - Method in class io.codetail.widget.RevealFrameLayout
 
startReverseAnimation() - Method in class io.codetail.widget.RevealLinearLayout
 
SupportAnimator - Class in io.codetail.animation
 
SupportAnimator(RevealAnimator) - Constructor for class io.codetail.animation.SupportAnimator
 
SupportAnimator.AnimatorListener - Interface in io.codetail.animation
An animation listener receives notifications from an animation.
SupportAnimator.SimpleAnimatorListener - Class in io.codetail.animation
Provides default implementation for AnimatorListener.
SupportAnimator.SimpleAnimatorListener() - Constructor for class io.codetail.animation.SupportAnimator.SimpleAnimatorListener
 

T

target - Variable in class io.codetail.animation.RevealAnimator.RevealInfo
 

V

ViewAnimationUtils - Class in io.codetail.animation
 
ViewAnimationUtils() - Constructor for class io.codetail.animation.ViewAnimationUtils
 
A C D E G H I L O R S T V