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

A

addListener(SupportAnimator.AnimatorListener) - クラス のメソッド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) - インタフェース のメソッド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) - クラス のメソッドio.codetail.widget.RevealFrameLayout
 
attachRevealInfo(RevealAnimator.RevealInfo) - クラス のメソッドio.codetail.widget.RevealLinearLayout
 

C

cancel() - クラス のメソッドio.codetail.animation.SupportAnimator
Cancels the animation.
centerX - クラス の変数io.codetail.animation.RevealAnimator.RevealInfo
 
centerY - クラス の変数io.codetail.animation.RevealAnimator.RevealInfo
 
CLIP_RADIUS - インタフェース のstatic変数io.codetail.animation.RevealAnimator
 
com.konifar.fab_transformation - パッケージ com.konifar.fab_transformation
 
com.konifar.fab_transformation.animation - パッケージ com.konifar.fab_transformation.animation
 
createCircularReveal(View, int, int, float, float) - クラス のstaticメソッドio.codetail.animation.ViewAnimationUtils
Returns an Animator which can animate a clipping circle.

D

drawChild(Canvas, View, long) - クラス のメソッドio.codetail.widget.RevealFrameLayout
 
drawChild(Canvas, View, long) - クラス のメソッドio.codetail.widget.RevealLinearLayout
 
duration(long) - クラス のメソッドcom.konifar.fab_transformation.FabTransformation.Builder
 

E

end() - クラス のメソッドio.codetail.animation.SupportAnimator
Ends the animation.
endRadius - クラス の変数io.codetail.animation.RevealAnimator.RevealInfo
 

F

FabAnimator - com.konifar.fab_transformation.animationのクラス
 
FabAnimator() - クラス のコンストラクタcom.konifar.fab_transformation.animation.FabAnimator
 
FabAnimatorLollipop - com.konifar.fab_transformation.animationのクラス
 
FabAnimatorLollipop() - クラス のコンストラクタcom.konifar.fab_transformation.animation.FabAnimatorLollipop
 
FabAnimatorPreL - com.konifar.fab_transformation.animationのクラス
 
FabAnimatorPreL() - クラス のコンストラクタcom.konifar.fab_transformation.animation.FabAnimatorPreL
 
FabTransformation - com.konifar.fab_transformationのクラス
 
FabTransformation() - クラス のコンストラクタcom.konifar.fab_transformation.FabTransformation
 
FabTransformation.Builder - com.konifar.fab_transformationのクラス
 
FabTransformation.Builder(View) - クラス のコンストラクタcom.konifar.fab_transformation.FabTransformation.Builder
 
FabTransformation.OnTransformListener - com.konifar.fab_transformationのインタフェース
 

G

get(RevealAnimator) - クラス のメソッドio.codetail.animation.RevealAnimator.RevealRadius
 
get() - クラス のメソッドio.codetail.animation.SupportAnimator
 
getRelativeLeft(View) - クラス のstaticメソッドcom.konifar.fab_transformation.animation.ViewUtil
 
getRelativeTop(View) - クラス のstaticメソッドcom.konifar.fab_transformation.animation.ViewUtil
 
getRevealRadius() - インタフェース のメソッドio.codetail.animation.RevealAnimator
Used with animator to animate view clipping
getRevealRadius() - クラス のメソッドio.codetail.widget.RevealFrameLayout
Circle radius size
getRevealRadius() - クラス のメソッドio.codetail.widget.RevealLinearLayout
Circle radius size
getTarget() - クラス のメソッドio.codetail.animation.RevealAnimator.RevealInfo
 

H

hasTarget() - クラス のメソッドio.codetail.animation.RevealAnimator.RevealInfo
 

I

invalidate(Rect) - インタフェース のメソッドio.codetail.animation.RevealAnimator
Invalidate certain rectangle
io.codetail.animation - パッケージ io.codetail.animation
 
io.codetail.widget - パッケージ io.codetail.widget
 
isNativeAnimator() - クラス のメソッドio.codetail.animation.SupportAnimator
 
isRunning() - クラス のメソッド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メソッドio.codetail.animation.ViewAnimationUtils
非推奨です。
liftingFromBottom(View, float, int, int) - クラス のstaticメソッドio.codetail.animation.ViewAnimationUtils
非推奨です。
liftingFromBottom(View, float, int) - クラス のstaticメソッドio.codetail.animation.ViewAnimationUtils
非推奨です。

O

onAnimationCancel(Animator) - クラス のメソッドio.codetail.animation.RevealAnimator.RevealFinishedGingerbread
 
onAnimationCancel(Animator) - クラス のメソッドio.codetail.animation.RevealAnimator.RevealFinishedIceCreamSandwich
 
onAnimationCancel() - インタフェース のメソッドio.codetail.animation.SupportAnimator.AnimatorListener
Notifies the cancellation of the animation.
onAnimationCancel() - クラス のメソッドio.codetail.animation.SupportAnimator.SimpleAnimatorListener
 
onAnimationEnd(Animator) - クラス のメソッドio.codetail.animation.RevealAnimator.RevealFinishedGingerbread
 
onAnimationEnd(Animator) - クラス のメソッドio.codetail.animation.RevealAnimator.RevealFinishedIceCreamSandwich
 
onAnimationEnd() - インタフェース のメソッドio.codetail.animation.SupportAnimator.AnimatorListener
Notifies the end of the animation.
onAnimationEnd() - クラス のメソッドio.codetail.animation.SupportAnimator.SimpleAnimatorListener
 
onAnimationRepeat() - インタフェース のメソッドio.codetail.animation.SupportAnimator.AnimatorListener
Notifies the repetition of the animation.
onAnimationRepeat() - クラス のメソッドio.codetail.animation.SupportAnimator.SimpleAnimatorListener
 
onAnimationStart(Animator) - クラス のメソッドio.codetail.animation.RevealAnimator.RevealFinishedGingerbread
 
onAnimationStart(Animator) - クラス のメソッドio.codetail.animation.RevealAnimator.RevealFinishedIceCreamSandwich
 
onAnimationStart() - インタフェース のメソッドio.codetail.animation.SupportAnimator.AnimatorListener
Notifies the start of the animation.
onAnimationStart() - クラス のメソッドio.codetail.animation.SupportAnimator.SimpleAnimatorListener
 
onEndTransform() - インタフェース のメソッドcom.konifar.fab_transformation.FabTransformation.OnTransformListener
 
onRevealAnimationCancel() - インタフェース のメソッドio.codetail.animation.RevealAnimator
 
onRevealAnimationCancel() - クラス のメソッドio.codetail.widget.RevealFrameLayout
 
onRevealAnimationCancel() - クラス のメソッドio.codetail.widget.RevealLinearLayout
 
onRevealAnimationEnd() - インタフェース のメソッドio.codetail.animation.RevealAnimator
 
onRevealAnimationEnd() - クラス のメソッドio.codetail.widget.RevealFrameLayout
 
onRevealAnimationEnd() - クラス のメソッドio.codetail.widget.RevealLinearLayout
 
onRevealAnimationStart() - インタフェース のメソッドio.codetail.animation.RevealAnimator
Listen when animation start/end/cancel and setup view for it
onRevealAnimationStart() - クラス のメソッドio.codetail.widget.RevealFrameLayout
 
onRevealAnimationStart() - クラス のメソッドio.codetail.widget.RevealLinearLayout
 
onStartTransform() - インタフェース のメソッドcom.konifar.fab_transformation.FabTransformation.OnTransformListener
 

R

RevealAnimator - io.codetail.animationのインタフェース
 
RevealAnimator.RevealFinishedGingerbread - io.codetail.animationのクラス
 
RevealAnimator.RevealFinishedIceCreamSandwich - io.codetail.animationのクラス
 
RevealAnimator.RevealFinishedJellyBeanMr2 - io.codetail.animationのクラス
 
RevealAnimator.RevealInfo - io.codetail.animationのクラス
 
RevealAnimator.RevealInfo(int, int, float, float, WeakReference<View>) - クラス のコンストラクタio.codetail.animation.RevealAnimator.RevealInfo
 
RevealAnimator.RevealRadius - io.codetail.animationのクラス
 
RevealAnimator.RevealRadius() - クラス のコンストラクタio.codetail.animation.RevealAnimator.RevealRadius
 
RevealFrameLayout - io.codetail.widgetのクラス
 
RevealFrameLayout(Context) - クラス のコンストラクタio.codetail.widget.RevealFrameLayout
 
RevealFrameLayout(Context, AttributeSet) - クラス のコンストラクタio.codetail.widget.RevealFrameLayout
 
RevealFrameLayout(Context, AttributeSet, int) - クラス のコンストラクタio.codetail.widget.RevealFrameLayout
 
RevealLinearLayout - io.codetail.widgetのクラス
 
RevealLinearLayout(Context) - クラス のコンストラクタio.codetail.widget.RevealLinearLayout
 
RevealLinearLayout(Context, AttributeSet) - クラス のコンストラクタio.codetail.widget.RevealLinearLayout
 
RevealLinearLayout(Context, AttributeSet, int) - クラス のコンストラクタio.codetail.widget.RevealLinearLayout
 
reverse() - クラス のメソッドio.codetail.animation.SupportAnimator
Experimental feature

S

SCALE_UP_DURATION - クラス のstatic変数io.codetail.animation.ViewAnimationUtils
 
setDuration(int) - クラス のメソッドio.codetail.animation.SupportAnimator
Sets the duration of the animation.
setInterpolator(Interpolator) - クラス のメソッドio.codetail.animation.SupportAnimator
The time interpolator used in calculating the elapsed fraction of the animation.
setListener(FabTransformation.OnTransformListener) - クラス のメソッドcom.konifar.fab_transformation.FabTransformation.Builder
 
setOverlay(View) - クラス のメソッドcom.konifar.fab_transformation.FabTransformation.Builder
 
setRevealRadius(float) - インタフェース のメソッドio.codetail.animation.RevealAnimator
Used with animator to animate view clipping
setRevealRadius(float) - クラス のメソッドio.codetail.widget.RevealFrameLayout
Circle radius size
setRevealRadius(float) - クラス のメソッドio.codetail.widget.RevealLinearLayout
Circle radius size
setupEndValues() - クラス のメソッドio.codetail.animation.SupportAnimator
This method tells the object to use appropriate information to extract ending values for the animation.
setupStartValues() - クラス のメソッドio.codetail.animation.SupportAnimator
This method tells the object to use appropriate information to extract starting values for the animation.
setValue(RevealAnimator, float) - クラス のメソッドio.codetail.animation.RevealAnimator.RevealRadius
 
start() - クラス のメソッドio.codetail.animation.SupportAnimator
Starts this animation.
startRadius - クラス の変数io.codetail.animation.RevealAnimator.RevealInfo
 
startReverseAnimation() - インタフェース のメソッド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() - クラス のメソッドio.codetail.widget.RevealFrameLayout
 
startReverseAnimation() - クラス のメソッドio.codetail.widget.RevealLinearLayout
 
SupportAnimator - io.codetail.animationのクラス
 
SupportAnimator(RevealAnimator) - クラス のコンストラクタio.codetail.animation.SupportAnimator
 
SupportAnimator.AnimatorListener - io.codetail.animationのインタフェース
An animation listener receives notifications from an animation.
SupportAnimator.SimpleAnimatorListener - io.codetail.animationのクラス
Provides default implementation for AnimatorListener.
SupportAnimator.SimpleAnimatorListener() - クラス のコンストラクタio.codetail.animation.SupportAnimator.SimpleAnimatorListener
 

T

target - クラス の変数io.codetail.animation.RevealAnimator.RevealInfo
 
transformFrom(View) - クラス のメソッドcom.konifar.fab_transformation.FabTransformation.Builder
 
transformOut(View, View, long, View, FabTransformation.OnTransformListener) - クラス のメソッドcom.konifar.fab_transformation.animation.FabAnimator
 
transformTo(View, View, long, View, FabTransformation.OnTransformListener) - クラス のメソッドcom.konifar.fab_transformation.animation.FabAnimator
 
transformTo(View) - クラス のメソッドcom.konifar.fab_transformation.FabTransformation.Builder
 

V

ViewAnimationUtils - io.codetail.animationのクラス
 
ViewAnimationUtils() - クラス のコンストラクタio.codetail.animation.ViewAnimationUtils
 
ViewUtil - com.konifar.fab_transformation.animationのクラス
 
ViewUtil() - クラス のコンストラクタcom.konifar.fab_transformation.animation.ViewUtil
 

W

with(View) - クラス のstaticメソッドcom.konifar.fab_transformation.FabTransformation
 
A C D E F G H I L O R S T V W