emailuis/uicomponents/inc/fscenrepkeys.h
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  This file contains Central Repository key values.
       
    15  *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef FSCENREPKEYS_H
       
    20 #define FSCENREPKEYS_H
       
    21 
       
    22 #include <e32cmn.h>  //TUid
       
    23 #include <e32def.h>
       
    24 
       
    25 // <cmail> S60 UID update
       
    26 const TUid KCRUidFSGenericUI = {0x2001E280};
       
    27 // </cmail> S60 UID update
       
    28 
       
    29 const TUint32 KFSGenericUIDefScrollSpeed       = {0x00000001};
       
    30 const TInt KFsListDefaultScrollSpeed           = 400;
       
    31 
       
    32 const TUint32 KFSGenericUIFadeIn               = {0x00000002};
       
    33 const TInt KFsListDefaultFadeInTime            = 1000;
       
    34 
       
    35 const TUint32 KFSGenericUIFadeOut              = {0x00000003};
       
    36 const TInt KFsListDefaultFadeOutTime           = 1000;
       
    37 
       
    38 const TUint32 KFSGenericUISlideInTime          = {0x00000004};
       
    39 const TInt KFsListDefaultSlideInTime           = 1000;
       
    40 
       
    41 const TUint32 KFSGenericUISlideOutTime         = {0x00000005};
       
    42 const TInt KFsListDefaultSlideOutTime          = 1000;
       
    43 
       
    44 const TUint32 KFSGenericUISlideInDir           = {0x00000006};
       
    45 const TInt KFsListDefaultSlideInDir            = 0;
       
    46 
       
    47 const TUint32 KFSGenericUISlideOutDir          = {0x00000007};
       
    48 const TInt KFsListDefaultSlideOutDir           = 0;
       
    49 
       
    50 const TUint32 KFSGenericUIListExpTimeOut       = {0x00000008};
       
    51 const TInt KFsListDefaultListExpTimeOut        = 400;
       
    52 
       
    53 const TUint32 KFSGenericUIListLooping          = {0x00000009};
       
    54 const TInt KFsListDefaultListLooping           = 0;
       
    55 
       
    56 const TUint32 KFSGenericUITextViewScrollOffset = {0x0000000A};
       
    57 const TInt KFsListDefaultScrollOffset          = 30;
       
    58 
       
    59 const TUint32 KFSGenericUITextViewScrollDelay  = {0x0000000B};
       
    60 const TInt KFsListDefaultScrollDelay           = 1000;
       
    61 
       
    62 const TUint32 KFSGenericUITextViewEmbedDelay   = {0x0000000C};
       
    63 const TInt KFsListDefaultEmbedDelay            = 1000;
       
    64 
       
    65 const TUint32 KFSGenericUITextViewCursorDelay  = {0x0000000D};
       
    66 const TInt KFsListDefaultCursorDelay           = 300;
       
    67 
       
    68 #endif //FSCENREPKEYS_H