uifw/AvKon/src/Aknslider.cpp
changeset 33 b3425bf29f82
parent 14 3320e4e6e8bb
equal deleted inserted replaced
21:558113899881 33:b3425bf29f82
    61 const TInt KAknSliderFeedbackActionTime = 160 * 1000; // Interval, microseconds
    61 const TInt KAknSliderFeedbackActionTime = 160 * 1000; // Interval, microseconds
    62 
    62 
    63 // Default draw color 
    63 // Default draw color 
    64 const TInt KAknSliderDefaultDrawColor = 120;
    64 const TInt KAknSliderDefaultDrawColor = 120;
    65 const TInt KScrollRepeatTimeout = 250000; // 0.25 seconds
    65 const TInt KScrollRepeatTimeout = 250000; // 0.25 seconds
    66 const TInt KStableFeedbackIntesity = 50;
    66 const TInt KStableFeedbackIntesity = 100;
    67 const TInt KFeedbackTimeout = 100000;
    67 const TInt KFeedbackTimeout = 100000;
    68 const TInt KNoFeedbackTimeout = 0;
    68 const TInt KNoFeedbackTimeout = 0;
    69 const TInt KStepThreshold = 15;
    69 const TInt KStepThreshold = 15;
    70 // ============================================================================
    70 // ============================================================================
    71 // Internal class to hold slider control data, primarily coming from resource.
    71 // Internal class to hold slider control data, primarily coming from resource.