Class CalendarAnimationsManager
Inheritance
System.Object
CalendarAnimationsManager
Namespace: Com.Telerik.Widget.Calendar
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class CalendarAnimationsManager : Object
Constructors
CalendarAnimationsManager(RadCalendarView)
Declaration
public CalendarAnimationsManager(RadCalendarView owner)
Parameters
RadCalendarView
owner
|
CalendarAnimationsManager(IntPtr, JniHandleOwnership)
Declaration
protected CalendarAnimationsManager(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
ActiveDateRefreshRequested
Declaration
protected bool ActiveDateRefreshRequested { get; set; }
Property Value
System.Boolean
|
CurrentSnapDistance
Declaration
protected int CurrentSnapDistance { get; set; }
Property Value
System.Int32
|
CurrentSnapFrameCount
Declaration
protected int CurrentSnapFrameCount { get; set; }
Property Value
System.Int32
|
CurrentSnapFramesCount
Declaration
protected int CurrentSnapFramesCount { get; set; }
Property Value
System.Int32
|
CurrentSnapOffsetX
Declaration
protected int CurrentSnapOffsetX { get; set; }
Property Value
System.Int32
|
CurrentSnapOffsetY
Declaration
protected int CurrentSnapOffsetY { get; set; }
Property Value
System.Int32
|
FlingSpeed
Declaration
public virtual double FlingSpeed { get; set; }
Property Value
System.Double
|
FlingVelocityX
Declaration
protected double FlingVelocityX { get; set; }
Property Value
System.Double
|
FlingVelocityY
Declaration
protected double FlingVelocityY { get; set; }
Property Value
System.Double
|
Friction
Declaration
public virtual double Friction { get; set; }
Property Value
System.Double
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
MinFlingDistance
Declaration
public virtual int MinFlingDistance { get; set; }
Property Value
System.Int32
|
Owner
ScrollManager
Declaration
protected CalendarScrollManager ScrollManager { get; set; }
Property Value
CalendarScrollManager
|
SnapSpeed
Declaration
public virtual double SnapSpeed { get; }
Property Value
System.Double
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
AnimateToNextDate()
Declaration
public virtual void AnimateToNextDate()
AnimateToPreviousDate()
Declaration
public virtual void AnimateToPreviousDate()
AnimationInProcess()
Declaration
public virtual bool AnimationInProcess()
Returns
System.Boolean
|
BeginAnimation(CalendarFragment, CalendarFragment, Rect)
Declaration
public virtual void BeginAnimation(CalendarFragment monthFragment, CalendarFragment yearFragment, Rect monthCellBounds)
Parameters
CalendarFragment
monthFragment
|
CalendarFragment
yearFragment
|
Android.Graphics.Rect
monthCellBounds
|
OnFlingComplete()
Declaration
protected virtual void OnFlingComplete()
OnInvalidate()
Declaration
public virtual void OnInvalidate()
OnSnapComplete()
Declaration
protected virtual void OnSnapComplete()
Reset()
Declaration
public virtual void Reset()
SetSnapSpeed(Single)
Declaration
public virtual void SetSnapSpeed(float speed)
Parameters
System.Single
speed
|
SetVelocity(Double, Double)
Declaration
public virtual void SetVelocity(double velocityX, double velocityY)
Parameters
System.Double
velocityX
|
System.Double
velocityY
|
SnapFragments()
Declaration
protected virtual void SnapFragments()