Class FadeAnimationView
- Namespace
- IO.Scanbot.Sdk.UI
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class FadeAnimationView : View
- Inheritance
-
FadeAnimationView
Constructors
FadeAnimationView(Context)
public FadeAnimationView(Context context)
Parameters
context
Context
FadeAnimationView(Context, IAttributeSet)
public FadeAnimationView(Context context, IAttributeSet attrs)
Parameters
context
Context
attrs
IAttributeSet
Fields
AnimationDuration
public const long AnimationDuration = 3000
Field Value
- long
AnimationLinearDuration
public const long AnimationLinearDuration = 500
Field Value
- long
AnimationMaxValue
public const int AnimationMaxValue = 100
Field Value
- int
AnimationUnfadeDuration
public const long AnimationUnfadeDuration = 100
Field Value
- long
MaxAlpha
public const int MaxAlpha = 150
Field Value
- int
Properties
C
public BounceInterpolator C { get; set; }
Property Value
- BounceInterpolator
D
public LinearInterpolator D { get; set; }
Property Value
- LinearInterpolator
E
public bool E { get; set; }
Property Value
- bool
F
public Paint F { get; set; }
Property Value
- Paint
G
public ValueAnimator G { get; set; }
Property Value
- ValueAnimator
UseBounceInterpolator
public bool UseBounceInterpolator { get; set; }
Property Value
- bool
Methods
A(FadeAnimationView)
public static void A(FadeAnimationView this_0)
Parameters
this_0
FadeAnimationView
A(FadeAnimationView, ValueAnimator)
public static void A(FadeAnimationView this_0, ValueAnimator it)
Parameters
this_0
FadeAnimationView
it
ValueAnimator
B(FadeAnimationView)
public static void B(FadeAnimationView this_0)
Parameters
this_0
FadeAnimationView
OnDetachedFromWindow()
public void OnDetachedFromWindow()
OnDraw(Canvas)
public void OnDraw(Canvas canvas)
Parameters
canvas
Canvas
OnLayout(bool, int, int, int, int)
public void OnLayout(bool changed, int left, int top, int right, int bottom)
Parameters
changed
bool
left
int
top
int
right
int
bottom
int
OnMeasure(int, int)
public void OnMeasure(int widthMeasureSpec, int heightMeasureSpec)
Parameters
widthMeasureSpec
int
heightMeasureSpec
int
StartProgressAnimation()
public void StartProgressAnimation()
StopProgressAnimation()
public void StopProgressAnimation()