camerauis/cameraapp/generic/src/CamNaviCounterModel.cpp
changeset 3 8b2d6d0384b0
parent 0 1ddebce53859
child 7 dbec5787fa68
equal deleted inserted replaced
2:e8773a61782d 3:8b2d6d0384b0
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1931     iPhotoTextItem->SetLayoutL( camIndicatorPane.Rect(),
  1931     iPhotoTextItem->SetLayoutL( camIndicatorPane.Rect(),
  1932                 AknLayoutScalable_Apps::cam4_indicators_pane_t1( indicatorVariant ) );
  1932                 AknLayoutScalable_Apps::cam4_indicators_pane_t1( indicatorVariant ) );
  1933 
  1933 
  1934     TAknLayoutRect vidIndicatorPane;
  1934     TAknLayoutRect vidIndicatorPane;
  1935     vidIndicatorPane.LayoutRect( iExtent,
  1935     vidIndicatorPane.LayoutRect( iExtent,
  1936             AknLayoutScalable_Apps::vid4_indicators_pane( variant ) );
  1936         AknLayoutScalable_Apps::vid4_progress_pane( variant ) );// vid4_indicators_pane should be used
  1937 
  1937 
  1938     iVidPreStorageIconRect.LayoutRect( vidIndicatorPane.Rect(),
  1938     iVidPreStorageIconRect.LayoutRect( vidIndicatorPane.Rect(),
  1939             AknLayoutScalable_Apps::vid4_indicators_pane_g3( indicatorVariant ) );
  1939             AknLayoutScalable_Apps::vid4_indicators_pane_g3( indicatorVariant ) );
  1940       
  1940       
  1941     #ifdef PRODUCT_SUPPORTS_POST_CAPTURE_INDICATORS
  1941     #ifdef PRODUCT_SUPPORTS_POST_CAPTURE_INDICATORS
  2068         }
  2068         }
  2069     else
  2069     else
  2070         {
  2070         {
  2071         iAudioMuteIconRect.LayoutRect(
  2071         iAudioMuteIconRect.LayoutRect(
  2072             iExtent,
  2072             iExtent,
  2073             AknLayoutScalable_Apps::main_video4_pane_g3( variant ) );
  2073             AknLayoutScalable_Apps::main_video4_pane_g2( variant ) );
  2074         }
  2074         }
  2075     }
  2075     }
  2076 
  2076 
  2077 // End of File
  2077 // End of File