uifw/AvKon/src/Aknslider.cpp
branchGCC_SURGE
changeset 44 484cb5040995
parent 39 407d15c32f24
equal deleted inserted replaced
32:512f698a535d 44:484cb5040995
    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.