photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h
changeset 1 9ba538e329bd
parent 0 4e91876724a2
child 2 7d9067c6fcb1
equal deleted inserted replaced
0:4e91876724a2 1:9ba538e329bd
   225     static TInt TimeOut(TAny* aSelf);
   225     static TInt TimeOut(TAny* aSelf);
   226       
   226       
   227     /*
   227     /*
   228     * Calculates and returns the Initial Zoom factor
   228     * Calculates and returns the Initial Zoom factor
   229     */		
   229     */		
   230     TInt GetIntialZoomLevel();
   230     TInt GetInitialZoomLevel();
   231     
   231     
   232     /*
   232     /*
   233     * Calls GetIntialZoomLevel() to get the Zoom Level and Sets the Value to the
   233     * Calls GetInitialZoomLevel() to get the Zoom Level and Sets the Value to the
   234     * Slider Level
   234     * Slider Level
   235     */
   235     */
   236     void SetSliderLevel();
   236     void SetSliderLevel();
   237     
   237     
   238     /*
   238     /*