API:FMX.InertialMovement

From RAD Studio API Documentation
Jump to: navigation, search

Classes

TAniCalculationsProvides support for the inertial scrolling of the viewport window within the larger content. Scrolling can be managed with the mouse or finger.
TTargetForward declaration of the TAniCalculations.TTarget type, which is required for the C++ compiler.

Types

TPointDDefines the point coordinates in logical units.
TRectDDefines a rectangle with coordinates in logical units.

Constants

DecelerationRateFastDecelerationRateFast: Comp = 9.5;
DecelerationRateNormalDecelerationRateNormal: Comp = 1.95;
DefaultDeadZoneDefaultDeadZone: Integer = 8;
DefaultElasticityDefaultElasticity: Integer = $64;
DefaultIntervalOfAniDefaultIntervalOfAni: Integer = $A;
DefaultMaxVelocityDefaultMaxVelocity: Integer = $1388;
DefaultMinVelocityDefaultMinVelocity: Integer = $A;
DefaultStorageTimeDefaultStorageTime: Comp = 0.15;