camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamQualitySettingSlider.cpp
branchRCL_3
changeset 67 756ad29ed18e
parent 57 2c87b2808fd7
--- a/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamQualitySettingSlider.cpp	Wed Sep 15 11:51:19 2010 +0300
+++ b/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamQualitySettingSlider.cpp	Wed Oct 13 14:09:54 2010 +0300
@@ -535,7 +535,7 @@
 
     if( iSettingType == ECamSettingItemVideoQuality )
     	{
-        if ( AknLayoutUtils::PenEnabled() )
+        if ( CamUtility::IsNhdDevice() )
             {
             TouchLayoutVideo();
             }
@@ -549,7 +549,7 @@
     	}   
     else // iSettingType == ECamSettingItemPhotoQuality 
     	{
-        if ( AknLayoutUtils::PenEnabled() )
+        if ( CamUtility::IsNhdDevice() )
             {
             TouchLayoutPhoto();
             }
@@ -653,7 +653,7 @@
         // get positioning info
         if ( iSettingType == ECamSettingItemVideoQuality )
             {
-            if ( AknLayoutUtils::PenEnabled() )
+            if ( CamUtility::IsNhdDevice() )
                 {
                 layout = GetTouchVideoLegendLayout( Rect(), 
                                                     i/2 + aNumSliderValues );   
@@ -666,7 +666,7 @@
             }
         else
             {  
-            if ( AknLayoutUtils::PenEnabled() )
+            if ( CamUtility::IsNhdDevice() )
                 {
                 if ( IsThreeTicksSlider() )
                     {