camerauis/cameraapp/generic/src/CamNaviCounterModel.cpp
branchRCL_3
changeset 57 2c87b2808fd7
parent 54 bac7acad7cb3
child 67 756ad29ed18e
--- a/camerauis/cameraapp/generic/src/CamNaviCounterModel.cpp	Wed Sep 01 12:30:54 2010 +0100
+++ b/camerauis/cameraapp/generic/src/CamNaviCounterModel.cpp	Tue Sep 14 20:46:07 2010 +0300
@@ -13,17 +13,6 @@
 *
 * Description:  Control for displaying remaining images/videos in Navi Pane
 *
-*  Copyright © 2007-2008 Nokia.  All rights reserved.
-*  This material, including documentation and any related computer
-*  programs, is protected by copyright controlled by Nokia.  All
-*  rights are reserved.  Copying, including reproducing, storing,
-*  adapting or translating, any or all of this material requires the
-*  prior written consent of Nokia.  This material also contains
-*  confidential information which may not be disclosed to others
-*  without the prior written consent of Nokia.
-
-*
-*
 */
 
 
@@ -209,7 +198,7 @@
         
     iCamOrientation = appUi->CamOrientation();
 
-    if ( Layout_Meta_Data::IsLandscapeOrientation() || CamUtility::IsNhdDevice() )
+    if ( Layout_Meta_Data::IsLandscapeOrientation() || AknLayoutUtils::PenEnabled() )
         {
         TSize screenSize;
         AknLayoutUtils::LayoutMetricsSize( AknLayoutUtils::EScreen, screenSize ); 
@@ -222,7 +211,7 @@
         iExtent = screenRect;
         }
 
-    if ( CamUtility::IsNhdDevice() )
+    if ( AknLayoutUtils::PenEnabled() )
         {
         TouchLayoutL();
         }
@@ -1512,7 +1501,7 @@
     // Draw self timer icons, if set to on.
     if ( iDrawSelfTimer )
         {
-        if ( CamUtility::IsNhdDevice() )
+        if ( AknLayoutUtils::PenEnabled() )
             {
             aGc.SetBrushColor( KRgbWhite );
             aGc.SetBrushStyle( CGraphicsContext::ENullBrush );