equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2007 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". |
306 { |
306 { |
307 if ( CamUtility::IsNhdDevice() ) |
307 if ( CamUtility::IsNhdDevice() ) |
308 { |
308 { |
309 if ( Layout_Meta_Data::IsLandscapeOrientation() ) |
309 if ( Layout_Meta_Data::IsLandscapeOrientation() ) |
310 { |
310 { |
311 camIndicatorPane.LayoutRect( |
311 camIndicatorPane.LayoutRect( extent, |
312 extent, |
312 AknLayoutScalable_Apps::vid4_progress_pane( 1 ) ); // vid4_indicators_pane should be used |
313 AknLayoutScalable_Apps::vid4_indicators_pane( 1 ) ); |
313 layoutRect.LayoutRect( camIndicatorPane.Rect(), |
314 layoutRect.LayoutRect( |
314 AknLayoutScalable_Apps::vid4_indicators_pane_g5( 0 ) ); |
315 camIndicatorPane.Rect(), |
|
316 AknLayoutScalable_Apps::vid4_indicators_pane_g5( 0 ) ); |
|
317 } |
315 } |
318 else // portrait |
316 else // portrait |
319 { |
317 { |
320 camIndicatorPane.LayoutRect( |
318 camIndicatorPane.LayoutRect( |
321 extent, |
319 extent, |