photosgallery/contentharvesterplugin/inc/glxmapconstants.h
changeset 2 7d9067c6fcb1
parent 0 4e91876724a2
equal deleted inserted replaced
1:9ba538e329bd 2:7d9067c6fcb1
    50 const TInt KTimerInterval( 2000000 );
    50 const TInt KTimerInterval( 2000000 );
    51 //The Thumbnails to shown/fetched when the collection is in focus
    51 //The Thumbnails to shown/fetched when the collection is in focus
    52 const TInt KPreviewThumbnailFetchCount(15);
    52 const TInt KPreviewThumbnailFetchCount(15);
    53 //The Thumbnails to shown/fetched when the collection is not in focus
    53 //The Thumbnails to shown/fetched when the collection is not in focus
    54 const TInt KSinglePreviewThumbnail(1);
    54 const TInt KSinglePreviewThumbnail(1);
    55 
    55 // The preview item Index
       
    56 const TInt KPreviewItemIndex = 0;
    56 //The constants to identify the plugin/collection
    57 //The constants to identify the plugin/collection
    57 const TInt KMaxInt = 0x7fffffff;
    58 const TInt KMaxInt = 0x7fffffff;
    58 
    59 
    59 // Bug Fix @ ESLM-7VWF28 :: Change to Display the " ALL " collection folder as the very first collection folder in the Photos Matrix Menu View
    60 // Bug Fix @ ESLM-7VWF28 :: Change to Display the " ALL " collection folder as the very first collection folder in the Photos Matrix Menu View
    60 const TInt KItemIndexAll = 0;
    61 const TInt KItemIndexAll = 0;