public class FadeAnimationView
Allows to play a progress fade animation with bounce or linear interpolator
public static int MAX_ALPHA
public static long ANIMATION_LINEAR_DURATION
public static long ANIMATION_DURATION
public static long ANIMATION_UNFADE_DURATION
public static int ANIMATION_MAX_VALUE
public static io.scanbot.sdk.ui.FadeAnimationView.Companion Companion
public FadeAnimationView(@NotNull
android.content.Context context,
@Nullable
android.util.AttributeSet attrs)
Allows to play a progress fade animation with bounce or linear interpolator
public FadeAnimationView(@NotNull
android.content.Context context)
public boolean getUseBounceInterpolator()
Sets if should fade animation play with bounce or with linear interpolator
public void setUseBounceInterpolator(boolean p)
Sets if should fade animation play with bounce or with linear interpolator
protected void onMeasure(int widthMeasureSpec,
int heightMeasureSpec)
protected void onLayout(boolean changed,
int left,
int top,
int right,
int bottom)
protected void onDraw(@NotNull
android.graphics.Canvas canvas)
protected void onDetachedFromWindow()
public void startProgressAnimation()
public void stopProgressAnimation()