equal
deleted
inserted
replaced
94 layoutAreaRect = mainPaneRect; |
94 layoutAreaRect = mainPaneRect; |
95 layoutAreaRect.BoundingRect( statusPaneRect ); |
95 layoutAreaRect.BoundingRect( statusPaneRect ); |
96 |
96 |
97 |
97 |
98 TAknLayoutRect burstPaneRect; |
98 TAknLayoutRect burstPaneRect; |
99 if ( CamUtility::IsNhdDevice() ) |
99 if ( AknLayoutUtils::PenEnabled() ) |
100 { |
100 { |
101 // use layoutAreaRect for nhd (contains the statuspane) |
101 // use layoutAreaRect for nhd (contains the statuspane) |
102 burstPaneRect.LayoutRect( layoutAreaRect, AknLayoutScalable_Apps::main_cam4_burst_pane() ); |
102 burstPaneRect.LayoutRect( layoutAreaRect, AknLayoutScalable_Apps::main_cam4_burst_pane() ); |
103 // SetRect( layoutAreaRect ); |
103 // SetRect( layoutAreaRect ); |
104 } |
104 } |