uifw/AvKon/src/Aknslider.cpp
branchRCL_3
changeset 16 71dd06cfe933
parent 4 8ca85d2f0db7
child 23 3d340a0166ff
equal deleted inserted replaced
15:08e69e956a8c 16:71dd06cfe933
    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.