Class AccumulatingVelocityTrackerStrategy

    Definition

    Namespace:
    Tizen.NUI.Utility
    Assembly:
    Tizen.NUI.dll

    Accumulating Velocity Tracker

    public class AccumulatingVelocityTrackerStrategy : VelocityTrackerStrategy
    Inheritance
    object
    VelocityTrackerStrategy
    AccumulatingVelocityTrackerStrategy

    Constructors

    View Source

    AccumulatingVelocityTrackerStrategy(uint)

    Create an instance of AccumulatingVelocityTrackerStrategy.

    Declaration
    public AccumulatingVelocityTrackerStrategy(uint maximumTime)
    Parameters
    Type Name Description
    uint maximumTime

    Fields

    View Source

    mMovements

    Declaration
    protected SortedDictionary<int, List<AccumulatingVelocityTrackerStrategy.Movement>> mMovements
    Field Value
    Type Description
    SortedDictionary<, ><int, List<><Movement>>

    Methods

    View Source

    AddMovement(uint, int, float)

    Adds movement information

    Declaration
    public override void AddMovement(uint eventTime, int pointerId, float position)
    Parameters
    Type Name Description
    uint eventTime
    int pointerId
    float position
    Overrides
    VelocityTrackerStrategy.AddMovement(uint, int, float)
    View Source

    Clear()

    Resets the velocity tracker state.

    Declaration
    public override void Clear()
    Overrides
    VelocityTrackerStrategy.Clear()

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX