scrsaver/scrsaverplugins/ScreenSaverAnimPlugin/src/ScreenSaverAnimPlugin.cpp
branchRCL_3
changeset 16 1f307dce3b5a
parent 6 04e92f1a7966
child 21 724d4ec22f0d
equal deleted inserted replaced
15:2e08ef6b6eda 16:1f307dce3b5a
    51 #endif
    51 #endif
    52 const TInt KSixteenBytes = 128;
    52 const TInt KSixteenBytes = 128;
    53 const TInt KUrlMaxLen = 1024;
    53 const TInt KUrlMaxLen = 1024;
    54 
    54 
    55 // Animation Timeout values
    55 // Animation Timeout values
    56 const TInt KMinDurationValue = 1;
    56 const TInt KMinDurationValue = 5;
    57 const TInt KMaxDurationValue = 60;
    57 const TInt KMaxDurationValue = 60;
    58 const TInt KDefaultDurationValue = 5;
    58 const TInt KDefaultDurationValue = 5;
    59 
    59 
    60 // Backlight Values
    60 // Backlight Values
    61 const TInt KMinBackLightValue = 0;
    61 const TInt KMinBackLightValue = 0;