85b0e36a9b95a4cbc504525fb3342248717f016b
[apps/osp/Call.git] / src / CallIncomingCallForm.cpp
1 //
2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
3 //
4 // Licensed under the Flora License, Version 1.0 (the License);
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 //     http://floralicense.org/license/
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an AS IS BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 //
16
17 /**
18  * @file    CallIncomingCallForm.cpp
19  * @brief       Incoming Call form implementation
20  */
21 #include <FBaseColIList.h>
22 #include <FMessaging.h>
23 #include "CallIncomingCallForm.h"
24 #include "CallAppUtility.h"
25 #include "CallSettingsManager.h"
26 #include "CallPresentationModel.h"
27 #include "CallSceneRegister.h"
28 #include "CallTypes.h"
29 #include "CallApp.h"
30
31 using namespace Tizen::App;
32 using namespace Tizen::Base;
33 using namespace Tizen::Base::Collection;
34 using namespace Tizen::Graphics;
35 using namespace Tizen::Messaging;
36 using namespace Tizen::Ui;
37 using namespace Tizen::Ui::Animations;
38 using namespace Tizen::Ui::Controls;
39 using namespace Tizen::Ui::Scenes;
40
41 //Constants
42 const int W_DIAL_BITMAP = 100;
43 const int H_DIAL_BITMAP = 100;
44 const int W_CREATE_BITMAP = 56;
45 const int H_CREATE_BITMAP = 56;
46 const int X_CREATE_BITMAP = 8;
47 const int Y_CREATE_BITMAP = 8;
48 const int W_MESSAGE_BG_BITMAP = 720;
49 const int H_MESSAGE_BG_BITMAP = 110;
50 const int W_ARROW_BITMAP = 28;
51 const int H_ARROW_BITMAP = 36;
52 const int W_MESSAGE_BITMAP = 50;
53 const int H_MESSAGE_BITMAP = 50;
54 const int X_MESSAGE_BITMAP = 185;
55 const int Y_MESSAGE_BITMAP = 50;
56 const int MESSAGE_TEXT_X_MARGIN = 20;
57 const int MESSAGE_TEXT_Y_MARGIN = 10;
58 const int SEND_TEXT_X_MARGIN = 78;
59 const int SEND_TEXT_Y_MARGIN = 20;
60 const int SEND_BUTTON_ROUND_DIMENSION = 5;
61 const int W_DIAL_LABEL = 188;
62 const int H_DIAL_LABEL = 188;
63 const int DIAL_ICON_X_OFFSET = 44;
64 const int DIAL_ICON_Y_OFFSET = 44;
65 const int REJECT_LABEL_X_OFFSET = 492;
66 const int X_CALL_PANEL = 20;
67 const int Y_CALL_PANEL = 110;
68 const int H_CALL_PANEL = 188;
69 const int Y_ARROW_LABEL = 79;
70 const int W_ARROW_LABEL = 20;
71 const int H_ARROW_LABEL = 32;
72 const int VALID_TOUCH_X_OFFSET = 158;
73 const int VALID_TOUCH_Y_OFFSET = 158;
74 const int X_ARROW_LABEL_STARTPOS = 206; // 188 circle wodth , 18 GUI spec
75 const int X_ARROW_REJECT_LABEL_STARTPOS = 454; // 700 width of panel - 20 offset - 188 circle width - 18 GUI spec - 20 width of image
76 const int ARROW_LABEL_X_MARGIN = 48; //20 width of arrow and 28 GUI spec
77 const int ACCEPT_LABEL_RELATIVE_POS = -384; //relative pos of accept labels right to reject labels left
78 const int MAX_LIST_HEIGHT = 448;//678;
79 const int H_REJECT_VIEW_FOOTER = 98;
80 const int X_LIST_TEXT_ITEM = 16;
81 const int W_LIST_TEXT_ITEM = 452;
82 const int H_LIST_TEXT_ITEM = 111;
83 const int X_SEND_TEXT_ITEM = 484;
84 const int Y_SEND_TEXT_ITEM = 20;
85 const int W_SEND_TEXT_ITEM = 220;
86 const int H_SEND_TEXT_ITEM = 72;
87 const int X_PHOTO_LBL = 166;
88 const int Y_PHOTO_LBL = 232;
89 const int W_PHOTO_LBL = 388;
90 const int H_PHOTO_LBL = 388;
91 const int W_PHOTO_LABEL = 720;
92 const int H_PHOTO_LABEL = 720;
93 const int COUNT_ARROW_ELEMENTS = 3;
94
95 const unsigned int COLOR_SEND_BUTTON_PRESSED = Color32<130, 142, 150>::Value;
96 const unsigned int COLOR_SEND_BUTTON_NORMAL = Color32<64, 156, 211>::Value;
97 const unsigned int COLOR_SWIPE_PANEL = Color32<0, 0, 0, 255>::Value;
98 const unsigned int COLOR_LIST_TEXT_NORMAL = Color32<0, 0, 0>::Value;
99 const unsigned int COLOR_LIST_TEXT_PRESSED = Color32<249, 249, 249>::Value;
100
101 const int FONT_SIZE_MSG_TXT = 44;
102
103 static const wchar_t* IDL_INCOMING_CALL_FORM = L"IDL_INCOMING_CALL_FORM";
104 static const wchar_t* IDB_REJECT_MESSAGE_BG = L"C01-1_Reject_message_bg.png";
105 static const wchar_t* IDB_REJECT_MESSAGE_UP_ARROW = L"C01-1_Reject_message_arrow_01.png";
106 static const wchar_t* IDB_REJECT_MESSAGE_DOWN_ARROW = L"C01-1_Reject_message_arrow_02.png";
107 static const wchar_t* IDB_REJECT_MESSAGE_ICON = L"C01-1_icon_Reject_with_Message.png";
108 static const wchar_t* IDB_ACCEPT_CIRCLE_ICON = L"C01-1_accept_left.png";
109 static const wchar_t* IDB_REJECT_CIRCLE_ICON = L"C01-1_reject_right.png";
110 static const wchar_t* IDB_CALL_ACCEPT_ICON = L"C01-1_accept_left_dial_answer.png";
111 static const wchar_t* IDB_CALL_REJECT_ICON = L"C01-1_reject_right_dial_decline.png";
112 static const wchar_t* IDB_ACCEPT_ARROW_ICON = L"C01-1_arrow_g.png";
113 static const wchar_t* IDB_REJECT_ARROW_ICON = L"C01-1_arrow_r.png";
114 static const wchar_t* IDB_CALL_BG = L"C01-1_calling_BG_01.png";
115 static const wchar_t* IDC_REJECT_MESSAGE_BUTTON = L"IDC_REJECT_MESSAGE_BUTTON";
116 static const wchar_t* IDC_REJECT_PANEL = L"IDC_REJECT_PANEL";
117 static const wchar_t* IDC_REJECT_MESSAGE_CANCEL_BUTTON = L"IDC_REJECT_MESSAGE_CANCEL_BUTTON";
118 static const wchar_t* IDC_MSG_TABLEVIEW = L"IDC_MSG_TABLEVIEW";
119 static const wchar_t* IDC_CALLER_LABEL = L"IDC_CALLER_LABEL";
120 static const wchar_t* IDC_NUMBER_LABEL = L"IDC_NUMBER_LABEL";
121 static const wchar_t* IDC_BIG_PHOTO_LABEL = L"IDC_BIG_PHOTO_LABEL";
122 static const wchar_t* IDC_CALLHANDEL_PANEL = L"IDC_CALLHANDEL_PANEL";
123 static const wchar_t* IDC_ACCEPT_LABEL = L"IDC_ACCEPT_LABEL";
124 static const wchar_t* IDC_REJECT_LEBEL = L"IDC_REJECT_LEBEL";
125 static const wchar_t* IDC_ACCEPT_ARROW = L"IDC_ACCEPT_ARROW_";
126 static const wchar_t* IDC_REJECT_ARROW = L"IDC_REJECT_ARROW_";
127 const wchar_t* IDS_REJECT_MESSAGE_BTN = L"IDS_REJECT_MESSAGE_BTN";
128 const wchar_t* IDS_LIST_SEND_BUTTON = L"IDS_LIST_SEND_BUTTON";
129 const wchar_t* IDS_NO_MESSAGE_STR = L"IDS_NO_MESSAGE_STR";
130
131 const wchar_t* IDI_FORM_VISUAL_ELE_NAME = L"FormVisEle";
132 const wchar_t* IDI_PANEL_VISUAL_ELE_NAME = L"PanelVisEle";
133 const wchar_t* IDI_ACCEPT_VISUAL_ELE_NAME = L"AcceptVisEle";
134 const wchar_t* IDI_REJECT_VISUAL_ELE_NAME = L"RejectVisEle";
135 const wchar_t* IDI_ACCEPT_ARROW_VISUAL_ELE_NAME = L"AcceptArrowVisEle";
136 const wchar_t* IDI_REJECT_ARROW_VISUAL_ELE_NAME = L"RejectArrowVisEle";
137 const wchar_t* IDI_REJECT_FINAL_VISUAL_ELE_NAME = L"RejectFinalVisEle";
138 const wchar_t* IDI_ACCEPT_FINAL_VISUAL_ELE_NAME = L"AcceptFinalVisEle";
139
140 class SmsListener
141         : public Object
142         , public ISmsListener
143 {
144 public:
145                 void  OnSmsMessageSent(result r)
146                 {
147                 }
148 };
149
150 IncomingCallForm::IncomingCallForm(void)
151         : BaseForm(FORMTYPE_INCOMINGCALL)
152 {
153         __pActiveContactNo = null;
154         __pRejectMessageList = null;
155         __incomingCallHandle = -1;
156         __isAnswerCallStarted = false;
157         __isRejectCallStarted = false;
158         __pAcceptArrowLabelsList = null;
159         __pRejectArrowLabelsList = null;
160         __pRejectCircle = null;
161         __pAcceptCircle = null;
162         __pAcceptDial = null;
163         __pRejectDial = null;
164         __pAcceptArrow = null;
165         __pRejectArrow = null;
166         __pAcceptLabel = null;
167         __pRejectLabel = null;
168         __pAcceptArrowLabel = null;
169         __pRejectArrowLabel = null;
170         __pCallHandlePanel = null;
171         __pAcceptVisElem = null;
172         __pRejectVisElem = null;
173         __pRejectFinalVisElem = null;
174         __pAcceptFinalVisElem = null;
175         __pAcceptArrowVisElem = null;
176         __pRejectArrowVisElem = null;
177         __pCallPresentor = null;
178         __pOptionPopup = null;
179         __pSmallPhotoLabel = null;
180 }
181
182 IncomingCallForm::~IncomingCallForm(void)
183 {
184 }
185
186 void
187 IncomingCallForm::Initialize(void)
188 {
189         Construct(IDL_INCOMING_CALL_FORM);
190 }
191
192 result
193 IncomingCallForm::OnInitializing(void)
194 {
195         result r = E_SUCCESS;
196         Canvas* pCanvas = null;
197
198         InitializeFooter();
199
200
201         VisualElement* pFormVisElem = new (std::nothrow) VisualElement();
202         r = pFormVisElem->Construct();
203         pFormVisElem->SetBounds(FloatRectangle(GetBounds().x, GetBounds().y, GetBounds().width, GetBounds().height));
204         pFormVisElem->SetShowState(true);
205         pFormVisElem->SetOpacity(1.0f);
206         pFormVisElem->SetName(IDI_FORM_VISUAL_ELE_NAME);
207         GetVisualElement()->AttachChild(*pFormVisElem);
208         pCanvas = pFormVisElem->GetCanvasN();
209         if(pCanvas != null)
210         {
211                 pCanvas->Clear();
212                 pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
213                 pCanvas->SetForegroundColor(COLOR_SWIPE_PANEL);
214                 pCanvas->FillRectangle(COLOR_SWIPE_PANEL, Rectangle(GetBounds().x, GetBounds().y, GetBounds().width, GetBounds().height));
215                 delete pCanvas;
216                 pCanvas = null;
217         }
218         HideRejectPanel();
219
220         Button* pButtonRejectMessage = static_cast<Button*>(GetControl(IDC_REJECT_MESSAGE_BUTTON));
221         if (pButtonRejectMessage)
222         {
223                 SetBitmapToRejectMessageButton(IDS_REJECT_MESSAGE_BTN,IDB_REJECT_MESSAGE_BG,
224                                                                            IDB_REJECT_MESSAGE_UP_ARROW, IDB_REJECT_MESSAGE_ICON, false, false);
225                 SetBitmapToRejectMessageButton(IDS_REJECT_MESSAGE_BTN,IDB_REJECT_MESSAGE_BG,
226                                                                            IDB_REJECT_MESSAGE_UP_ARROW, IDB_REJECT_MESSAGE_ICON, false, true);
227                 pButtonRejectMessage->SetActionId(IDA_SHOW_REJECT_CALL_MESSAGE_PANEL);
228                 pButtonRejectMessage->AddActionEventListener(*this);
229         }
230
231         //Get Reject list from Settings Manager
232         IMapT<int,String>* pMsgMap = SettingsManager::GetInstance()->GetRejectMessageListN();
233         if(pMsgMap != null)
234         {
235                 __pRejectMessageList = pMsgMap->GetValuesN();
236                 delete pMsgMap;
237                 pMsgMap = null;
238         }
239         InitializeTableView();
240
241         __pAcceptCircle = AppUtility::GetBitmapFromResourcesN(IDB_ACCEPT_CIRCLE_ICON, W_DIAL_LABEL, H_DIAL_LABEL);
242         __pRejectCircle = AppUtility::GetBitmapFromResourcesN(IDB_REJECT_CIRCLE_ICON, W_DIAL_LABEL, H_DIAL_LABEL);
243         __pAcceptDial = AppUtility::GetBitmapFromResourcesN(IDB_CALL_ACCEPT_ICON, W_DIAL_BITMAP, H_DIAL_BITMAP);
244         __pRejectDial = AppUtility::GetBitmapFromResourcesN(IDB_CALL_REJECT_ICON, W_DIAL_BITMAP, H_DIAL_BITMAP);
245         __pAcceptArrow = AppUtility::GetBitmapFromResourcesN(IDB_ACCEPT_ARROW_ICON, W_ARROW_LABEL, H_ARROW_LABEL);
246         __pRejectArrow = AppUtility::GetBitmapFromResourcesN(IDB_REJECT_ARROW_ICON, W_ARROW_LABEL, H_ARROW_LABEL);
247
248
249         if(__pRejectDial == null)
250         {
251                 AppLogDebug("Null");
252         }
253         //Panel for showing accept and reject call buttons.
254         Label* pPhotoLbl = static_cast<Label*>(GetControl(IDC_BIG_PHOTO_LABEL, true));
255          int yPos = pPhotoLbl->GetX()+pPhotoLbl->GetHeight()+ Y_CALL_PANEL;
256
257         __pCallHandlePanel = static_cast<Panel*>(GetControl(IDC_CALLHANDEL_PANEL, true));
258         __pCallHandlePanel->AddTouchEventListener(*this);
259         __pCallHandlePanel->SetBackgroundColor(COLOR_SWIPE_PANEL);
260         VisualElement* pCallPanelVisElem = new (std::nothrow) VisualElement();
261         r = pCallPanelVisElem->Construct();
262         pCallPanelVisElem->SetBounds(FloatRectangle(__pCallHandlePanel->GetBoundsF()));
263         pCallPanelVisElem->SetShowState(true);
264         pCallPanelVisElem->SetOpacity(1.0f);
265         pCallPanelVisElem->SetName(IDI_PANEL_VISUAL_ELE_NAME);
266         __pCallHandlePanel->GetVisualElement()->AttachChild(*pCallPanelVisElem);
267         pCanvas = pCallPanelVisElem->GetCanvasN();
268         if(pCanvas != null)
269         {
270                 pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
271                 pCanvas->Clear();
272                 pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
273                 pCanvas->SetForegroundColor(COLOR_SWIPE_PANEL);
274                 pCanvas->FillRectangle(COLOR_SWIPE_PANEL, Rectangle(X_CALL_PANEL, yPos, GetClientAreaBounds().width, H_CALL_PANEL));
275                 delete pCanvas;
276                 pCanvas = null;
277         }
278         //Lock Label for animation
279         __pAcceptLabel = static_cast<Label*>(GetControl(IDC_ACCEPT_LABEL, true));
280         __pAcceptLabel->SetBackgroundColor(COLOR_SWIPE_PANEL);
281         __pAcceptLabel->AddTouchEventListener(*this);
282         //left dial icon
283         __pAcceptVisElem = new (std::nothrow) VisualElement();
284         r = __pAcceptVisElem->Construct();
285         __pAcceptVisElem->SetBounds(FloatRectangle(0, 0, __pAcceptLabel->GetWidth(), __pAcceptLabel->GetHeight()));
286         __pAcceptVisElem->SetShowState(true);
287         __pAcceptVisElem->SetOpacity(1.0f);
288         __pAcceptVisElem->SetName(IDI_ACCEPT_VISUAL_ELE_NAME);
289         __pAcceptLabel->GetVisualElement()->AttachChild(*__pAcceptVisElem);
290         pCanvas = __pAcceptVisElem->GetCanvasN();
291         if(pCanvas != null)
292         {
293                 pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
294                 pCanvas->Clear();
295                 pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
296                 pCanvas->SetForegroundColor(COLOR_SWIPE_PANEL);
297                 pCanvas->FillRectangle(COLOR_SWIPE_PANEL, Rectangle(0, 0, W_DIAL_LABEL, H_DIAL_LABEL));
298                 pCanvas->DrawBitmap(Rectangle(0, 0, W_DIAL_LABEL, H_DIAL_LABEL), *__pAcceptCircle);
299                 pCanvas->DrawBitmap(Rectangle(DIAL_ICON_X_OFFSET, DIAL_ICON_Y_OFFSET, W_DIAL_BITMAP, H_DIAL_BITMAP), *__pAcceptDial);
300                 delete pCanvas;
301                 pCanvas = null;
302         }
303         //UnLock Label for animation
304         __pRejectLabel = static_cast<Label*>(GetControl(IDC_REJECT_LEBEL, true));
305         __pRejectLabel->AddTouchEventListener(*this);
306         __pRejectLabel->SetBackgroundColor(COLOR_SWIPE_PANEL);
307         SetControlAlwaysAtBottom(*__pCallHandlePanel, true);
308
309         //Right reject icon
310         __pRejectVisElem = new (std::nothrow) VisualElement();
311         r = __pRejectVisElem->Construct();
312         __pRejectVisElem->SetBounds(FloatRectangle(0, 0, W_DIAL_LABEL, H_DIAL_LABEL));
313         __pRejectVisElem->SetShowState(true);
314         __pRejectVisElem->SetOpacity(1.00f);
315         __pRejectVisElem->SetName(IDI_REJECT_VISUAL_ELE_NAME);
316         __pRejectLabel->GetVisualElement()->AttachChild(*__pRejectVisElem);
317         pCanvas = __pRejectVisElem->GetCanvasN();
318         if(pCanvas != null)
319         {
320                 pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
321                 pCanvas->Clear();
322                 pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
323                 pCanvas->SetForegroundColor(COLOR_SWIPE_PANEL);
324                 pCanvas->FillRectangle(COLOR_SWIPE_PANEL, Rectangle(0, 0, W_DIAL_LABEL, H_DIAL_LABEL));
325                 pCanvas->DrawBitmap(Rectangle(0, 0, W_DIAL_LABEL, H_DIAL_LABEL), *__pRejectCircle);
326                 pCanvas->DrawBitmap(Rectangle(DIAL_ICON_X_OFFSET, DIAL_ICON_Y_OFFSET, W_DIAL_BITMAP, H_DIAL_BITMAP), *__pRejectDial);
327                 delete pCanvas;
328                 pCanvas = null;
329         }
330
331         //! Constructs an array list to store the unlock labels
332         __pAcceptArrowLabelsList = new (std::nothrow) ArrayList();
333         r = __pAcceptArrowLabelsList->Construct();
334
335         //! Constructs the Unlock Labels with the bitmap as background, adds the touch event Listener and adds them to the panel.
336         int x = X_ARROW_LABEL_STARTPOS;
337         for (int index = 0; index < COUNT_ARROW_ELEMENTS; index++)
338         {
339                 String LabelName(IDC_ACCEPT_ARROW);
340                 LabelName.Append(index+1);
341                 __pAcceptArrowLabel = static_cast<Label*>(GetControl(LabelName, true));
342                 __pAcceptArrowLabel->AddTouchEventListener(*this);
343                 __pAcceptArrowLabelsList->Add(*__pAcceptArrowLabel);
344                 __pAcceptArrowVisElem = new (std::nothrow) VisualElement();
345                 r = __pAcceptArrowVisElem->Construct();
346                 __pAcceptArrowVisElem->SetBounds(FloatRectangle(0, 0, W_ARROW_LABEL, H_ARROW_LABEL));
347                 __pAcceptArrowVisElem->SetShowState(true);
348                 __pAcceptArrowVisElem->SetOpacity(0.0f);
349                 String VisualEleName(IDI_ACCEPT_ARROW_VISUAL_ELE_NAME);
350                 VisualEleName.Append(index);
351                 __pAcceptArrowVisElem->SetName(VisualEleName);
352                 __pAcceptArrowLabel->GetVisualElement()->AttachChild(*__pAcceptArrowVisElem);
353                 pCanvas = __pAcceptArrowVisElem->GetCanvasN();
354                 if(pCanvas != null)
355                 {
356                         pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
357                         pCanvas->Clear();
358                         pCanvas->SetForegroundColor(COLOR_SWIPE_PANEL);
359                         pCanvas->SetForegroundColor(COLOR_SWIPE_PANEL);
360                         pCanvas->DrawRectangle(Rectangle(0, 0, W_ARROW_LABEL, H_ARROW_LABEL));
361                         pCanvas->FillRectangle(COLOR_SWIPE_PANEL, Rectangle(0, 0, W_ARROW_LABEL, H_ARROW_LABEL));
362                         pCanvas->DrawBitmap(Rectangle(0, 0, W_ARROW_LABEL, H_ARROW_LABEL), *__pAcceptArrow);
363                         delete pCanvas;
364                         pCanvas = null;
365                 }
366                 x += ARROW_LABEL_X_MARGIN;
367         }
368         //! Constructs an array list to store the unlock labels
369         __pRejectArrowLabelsList = new (std::nothrow) ArrayList();
370         r = __pRejectArrowLabelsList->Construct();
371
372         x = X_ARROW_REJECT_LABEL_STARTPOS;
373         for (int index = 0; index < COUNT_ARROW_ELEMENTS; index++)
374         {
375                 String LabelName(IDC_REJECT_ARROW);
376                 LabelName.Append(index+1);
377                 __pRejectArrowLabel = static_cast<Label*>(GetControl(LabelName, true));
378                 __pRejectArrowLabel->AddTouchEventListener(*this);
379                 __pRejectArrowLabelsList->Add(*__pRejectArrowLabel);
380                 __pRejectArrowVisElem = new (std::nothrow) VisualElement();
381                 r = __pRejectArrowVisElem->Construct();
382                 __pRejectArrowVisElem->SetBounds(FloatRectangle(0, 0, W_ARROW_LABEL, H_ARROW_LABEL));
383                 __pRejectArrowVisElem->SetShowState(true);
384                 __pRejectArrowVisElem->SetOpacity(0.0f);
385                 String VisualEleName(IDI_REJECT_ARROW_VISUAL_ELE_NAME);
386                 VisualEleName.Append(index);
387                 __pRejectArrowVisElem->SetName(VisualEleName);
388                 __pRejectArrowLabel->GetVisualElement()->AttachChild(*__pRejectArrowVisElem);
389                 pCanvas = __pRejectArrowVisElem->GetCanvasN();
390                 if(pCanvas != null)
391                 {
392                         pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
393                         pCanvas->Clear();
394                         pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
395                         pCanvas->SetForegroundColor(COLOR_SWIPE_PANEL);
396                         pCanvas->FillRectangle(COLOR_SWIPE_PANEL, Rectangle(0, 0, W_ARROW_LABEL, H_ARROW_LABEL));
397                         pCanvas->DrawBitmap(Rectangle(0, 0, W_ARROW_LABEL, H_ARROW_LABEL), *__pRejectArrow);
398                         delete pCanvas;
399                         pCanvas = null;
400                 }
401                 x -= ARROW_LABEL_X_MARGIN;
402         }
403
404
405         return r;
406 }
407
408 void
409 IncomingCallForm::InitializeFooter(void)
410 {
411         Footer* pFooter = GetFooter();
412         FooterItem footerItemCreate;
413
414         SetFormBackEventListener(this);
415         if(pFooter != null)
416         {
417                 pFooter->SetStyle(FOOTER_STYLE_BUTTON_TEXT);
418                 pFooter->AddActionEventListener(*this);
419
420                 footerItemCreate.Construct(IDA_CREATE_REJECT_CALL_MESSAGE);
421                 footerItemCreate.SetText(AppUtility::GetResourceString(IDS_REJECT_MESSAGE_CREATE));
422                 pFooter->AddItem(footerItemCreate);
423                 pFooter->SetBackButton();
424                 pFooter->SetShowState(false);
425         }
426 }
427
428 void
429 IncomingCallForm::ShowRejectMessageFooter(void)
430 {
431         Footer* pFooter = GetFooter();
432         if(pFooter != null)
433         {
434                 AppLogDebug("SetShowState");
435                 pFooter->SetShowState(true);
436
437         }
438 }
439
440 void
441 IncomingCallForm::HideRejectMessageFooter(void)
442 {
443         Footer* pFooter = GetFooter();
444         if(pFooter != null)
445         {
446                 pFooter->SetShowState(false);
447         }
448 }
449
450 result
451 IncomingCallForm::OnTerminating(void)
452 {
453         result r = E_SUCCESS;
454
455         if (__pRejectMessageList != null)
456         {
457                 delete __pRejectMessageList;
458                 __pRejectMessageList = null;
459         }
460         if (__pActiveContactNo != null)
461         {
462                 delete __pActiveContactNo;
463                 __pActiveContactNo = null;
464         }
465         __incomingCallHandle = -1;
466         __pCallPresentor = null;
467
468         /* Deleting fails in A4RC* SDK. Remove if not necessary
469         if (__pAcceptVisElem != null)
470         {
471                 __pAcceptVisElem->Destroy();
472                 __pAcceptVisElem = null;
473         }
474
475         if (__pRejectVisElem != null)
476         {
477                 __pRejectVisElem->Destroy();
478                 __pRejectVisElem = null;
479         }
480
481         if (__pRejectFinalVisElem != null)
482         {
483                 __pRejectFinalVisElem->Destroy();
484                 __pRejectFinalVisElem = null;
485         }
486
487         if (__pAcceptFinalVisElem != null)
488         {
489                 __pAcceptFinalVisElem->Destroy();
490                 __pAcceptFinalVisElem = null;
491         }
492
493         for (int i = 0; i < 7; i++)
494         {
495                 __pRejectArrowLabel = static_cast<Label*>(__pRejectArrowLabelsList->GetAt(i));
496                 __pRejectArrowVisElem = __pRejectArrowLabel->GetVisualElement();
497                 if (__pRejectArrowVisElem != null)
498                 {
499                         __pRejectArrowVisElem->Destroy();
500                         __pRejectArrowVisElem = null;
501                 }
502
503                 __pAcceptArrowLabel = static_cast<Label*>(__pAcceptArrowLabelsList->GetAt(i));
504                 __pAcceptArrowVisElem = __pAcceptArrowLabel->GetVisualElement();
505                 if (__pAcceptArrowVisElem != null)
506                 {
507                         __pAcceptArrowVisElem->Destroy();
508                         __pAcceptArrowVisElem = null;
509                 }
510         }
511
512         if (__pAcceptArrowVisElem != null)
513         {
514                 __pAcceptArrowVisElem = null;
515         }
516
517         if (__pRejectArrowVisElem != null)
518         {
519                 __pRejectArrowVisElem = null;
520         }
521 */
522         if (__pAcceptArrowLabelsList != null)
523         {
524                 __pAcceptArrowLabelsList->RemoveAll(false);
525                 delete __pAcceptArrowLabelsList;
526                 __pAcceptArrowLabelsList = null;
527         }
528
529         if (__pRejectArrowLabelsList != null)
530         {
531                 __pRejectArrowLabelsList->RemoveAll(false);
532                 delete __pRejectArrowLabelsList;
533                 __pRejectArrowLabelsList = null;
534         }
535
536         if (__pRejectCircle != null)
537         {
538                 delete __pRejectCircle;
539                 __pRejectCircle = null;
540         }
541
542         if (__pAcceptCircle != null)
543         {
544                 delete __pAcceptCircle;
545                 __pAcceptCircle = null;
546         }
547
548         if (__pAcceptDial != null)
549         {
550                 delete __pAcceptDial;
551                 __pAcceptDial = null;
552         }
553
554         if (__pRejectDial != null)
555         {
556                 delete __pRejectDial;
557                 __pRejectDial = null;
558         }
559
560         if (__pAcceptArrow != null)
561         {
562                 delete __pAcceptArrow;
563                 __pAcceptArrow = null;
564         }
565
566         if (__pRejectArrow != null)
567         {
568                 delete __pRejectArrow;
569                 __pRejectArrow = null;
570         }
571         __pCallHandlePanel->RemoveTouchEventListener(*this);
572         __pAcceptLabel->RemoveTouchEventListener(*this);
573         __pRejectLabel->RemoveTouchEventListener(*this);
574         __pAcceptArrowLabel->RemoveTouchEventListener(*this);
575         __pRejectArrowLabel->RemoveTouchEventListener(*this);
576         __pAcceptLabel = null;
577         __pRejectLabel = null;
578         __pAcceptArrowLabel = null;
579         __pRejectArrowLabel = null;
580         __pCallHandlePanel = null;
581         return r;
582 }
583
584 void
585 IncomingCallForm::OnActionPerformed(const Control& source, int actionId)
586 {
587         switch (actionId)
588         {
589         case IDA_SHOW_REJECT_CALL_MESSAGE_PANEL: // applicable in all form states
590         {
591                 Panel* pKeysPanel = static_cast<Panel*>(GetControl(IDC_REJECT_PANEL));
592                 if (pKeysPanel)
593                 {
594                         pKeysPanel->SetShowState(true);
595                         TableView* pMessageList = static_cast<TableView*>(pKeysPanel->GetControl(IDC_MSG_TABLEVIEW));
596                         Rectangle tmpRect = pMessageList->GetBounds();
597                         SetControlAlwaysOnTop(*pKeysPanel,true);
598
599                         //Set Height to Reject Message Panel
600                         int listHeight = H_LIST_NORMAL_MENU_ITEM; //If no messages
601                         if(__pRejectMessageList != null && __pRejectMessageList->GetCount() > 0)
602                         {
603                                 listHeight = H_LIST_NORMAL_MENU_ITEM * (__pRejectMessageList->GetCount()); //multiply by number of items
604                         }
605                         if (listHeight > MAX_LIST_HEIGHT)
606                         {
607                                 listHeight = MAX_LIST_HEIGHT;
608                         }
609
610                         pMessageList->SetBounds(tmpRect.x, tmpRect.y, tmpRect.width, listHeight);
611                         tmpRect = pKeysPanel->GetBounds();
612                         pKeysPanel->SetBounds(tmpRect.x, tmpRect.y, tmpRect.width, H_MESSAGE_BG_BITMAP /*+ H_REJECT_VIEW_FOOTER*/ + listHeight);
613
614                         Button* pButtonReject = static_cast<Button*>(pKeysPanel->GetControl(IDC_REJECT_MESSAGE_CANCEL_BUTTON));
615                         pButtonReject->SetActionId(IDA_CANCEL_REJECT_CALL_MESSAGE_PANEL);
616                         pButtonReject->AddActionEventListener(*this);
617                         pButtonReject->SetEnabled(true);
618                         pButtonReject->SetFocus();
619
620                         ShowRejectMessageFooter();
621
622                 /*      pButtonReject = static_cast<Button*>(pKeysPanel->GetControl(IDC_BACK_BUTTON));
623                         pButtonReject->SetActionId(IDA_CANCEL_REJECT_CALL_MESSAGE_PANEL);
624                         pButtonReject->AddActionEventListener(*this);
625                         pButtonReject->SetEnabled(true);
626                         pButtonReject->SetFocus();
627
628                         Button* pButtonCreate = static_cast<Button*>(pKeysPanel->GetControl(IDC_CREATE_BUTTON));
629                         pButtonCreate->SetActionId(IDA_CREATE_REJECT_CALL_MESSAGE);
630                         pButtonCreate->AddActionEventListener(*this);
631                         pButtonCreate->SetEnabled(true);
632                         pButtonCreate->SetFocus();*/
633
634                         pKeysPanel->SetFocus();
635                         pKeysPanel->Draw();
636                 }
637                 Button* pButtonRejectMessage = static_cast<Button*>(GetControl(IDC_REJECT_MESSAGE_BUTTON));
638                 if (pButtonRejectMessage)
639                 {
640                         pButtonRejectMessage->SetShowState(false);
641                         pButtonRejectMessage->Invalidate(true);
642                         pButtonRejectMessage->Draw();
643                 }
644         }
645         break;
646
647         case IDA_CREATE_REJECT_CALL_MESSAGE:
648         {
649                 __pCallPresentor->RejectCall(__incomingCallHandle, true,*__pActiveContactNo);
650                 ArrayListT<AppCallInfo>* pCallList  = static_cast<ArrayListT<AppCallInfo>*>(__pCallPresentor->GetCallListN());
651                 if(pCallList != null && pCallList->GetCount() > 0)
652                 {
653                         __pCallPresentor->HandleCallConnected(*pCallList);
654                 }
655                 pCallList = null;
656         }
657         break;
658
659         case IDA_CANCEL_REJECT_CALL_MESSAGE_PANEL:
660         {
661                 HideRejectPanel();
662                 SetFocus();
663                 Button* pButtonRejectMessage = static_cast<Button*>(GetControl(IDC_REJECT_MESSAGE_BUTTON));
664                 if (pButtonRejectMessage)
665                 {
666                         pButtonRejectMessage->SetShowState(true);
667                         RelativeLayout* pRelativeLayout = dynamic_cast<RelativeLayout*>(GetLandscapeLayoutN());
668                         if (pRelativeLayout != null)
669                         {
670                                 pRelativeLayout->SetRelation(*pButtonRejectMessage,*this,RECT_EDGE_RELATION_BOTTOM_TO_BOTTOM);
671                                 pRelativeLayout->Update();
672                                 delete pRelativeLayout;
673                         }
674                 }
675
676         }
677         break;
678
679         case IDA_SEND_REJECT_MSG1:
680         case IDA_SEND_REJECT_MSG2:
681         case IDA_SEND_REJECT_MSG3:
682         case IDA_SEND_REJECT_MSG4:
683         case IDA_SEND_REJECT_MSG5:
684         case IDA_SEND_REJECT_MSG6:
685         {
686                 __pCallPresentor->RejectCall(__incomingCallHandle, false,*__pActiveContactNo);
687                 SmsListener* pSmsListener = new (std::nothrow) SmsListener();
688                 SmsManager* pSmsManager = new (std::nothrow) SmsManager();
689                 result r = pSmsManager->Construct(*pSmsListener);
690                 if (IsFailed(r) == false)
691                 {
692                         RecipientList recipient;
693                         recipient.Add(RECIPIENT_TYPE_TO,*__pActiveContactNo);
694                         SmsMessage smsMessage;
695                         String textToBeSent;
696                         //calculate msgIndex
697                         int msgIndex = IDA_SEND_REJECT_MSG1;
698                         msgIndex = actionId - msgIndex;
699                         __pRejectMessageList->GetAt(msgIndex, textToBeSent);
700                         r = smsMessage.SetText(textToBeSent);
701                         if (IsFailed(r) == false)
702                         {
703                                 r = pSmsManager->Send(smsMessage,recipient,true);
704                                 if (IsFailed(r) == true)
705                                 {
706                                         //todo: error message
707                                 }
708                         }
709                         else
710                         {
711                                 //todo: error message
712                         }
713                 }
714                 else
715                 {
716                         //todo: error message
717                 }
718                 delete pSmsListener;
719                 delete pSmsManager;
720                 /*ArrayListT<CallInfo>* pCallList  = static_cast<ArrayListT<CallInfo>*>(__pCallPresentor->GetCallListN());
721                 __pCallPresentor->HandleCallConnected(*pCallList);
722                 pCallList = null;*/
723         }
724         break;
725
726         default:
727                 break;
728         }
729 }
730
731 void
732 IncomingCallForm::OnSceneActivatedN(const SceneId& previousSceneId,     const SceneId& currentSceneId, IList* pArgs)
733 {
734         AddOrientationEventListener(*this);
735         //listen to Foreground events
736         CallApp* pPhoneApp = static_cast<CallApp*>(CallApp::GetInstance());
737         pPhoneApp->AddAppStateChangeListener(*this);
738         if(__pCallPresentor == null)
739         {
740                 __pCallPresentor = CallPresentationModel::GetInstance();
741         }
742         __pCallPresentor->SetTelEventListener(this);
743         HideRejectPanel();
744
745         if(__pAcceptLabel->GetVisualElement()->GetChild(IDI_ACCEPT_VISUAL_ELE_NAME,true) == null)
746         {
747                 __pAcceptLabel->GetVisualElement()->AttachChild(*__pAcceptVisElem);
748         }
749         if(__pRejectLabel->GetVisualElement()->GetChild(IDI_REJECT_VISUAL_ELE_NAME,true) == null)
750         {
751                 __pRejectLabel->GetVisualElement()->AttachChild(*__pRejectVisElem);
752         }
753
754         __pAcceptVisElem->SetOpacity(1.0f);
755         __pRejectVisElem->SetOpacity(1.00f);
756         for (int i = 0; i < COUNT_ARROW_ELEMENTS; i++)
757         {
758                 __pRejectArrowLabel = static_cast<Label*>(__pRejectArrowLabelsList->GetAt(i));
759                 String RejectVisualEleName(IDI_REJECT_ARROW_VISUAL_ELE_NAME);
760                 RejectVisualEleName.Append(i);
761                 __pRejectArrowVisElem = __pRejectArrowLabel->GetVisualElement()->GetChild(RejectVisualEleName,true);
762                 __pAcceptArrowLabel = static_cast<Label*>(__pAcceptArrowLabelsList->GetAt(i));
763                 String AcceptVisualEleName(IDI_ACCEPT_ARROW_VISUAL_ELE_NAME);
764                 AcceptVisualEleName.Append(i);
765                 __pAcceptArrowVisElem = __pAcceptArrowLabel->GetVisualElement()->GetChild(AcceptVisualEleName,true);
766                 switch(i)
767                 {
768                         case 0:
769                                 __pAcceptArrowVisElem->SetOpacity(0.6f);
770                                 __pRejectArrowVisElem->SetOpacity(0.6f);
771                         break;
772                         case 1:
773                                 __pAcceptArrowVisElem->SetOpacity(0.8f);
774                                 __pRejectArrowVisElem->SetOpacity(0.8f);
775                         break;
776                         case 2:
777                                 __pAcceptArrowVisElem->SetOpacity(1.0f);
778                                 __pRejectArrowVisElem->SetOpacity(1.0f);
779                         break;
780                 }
781
782         }
783
784
785         if (pArgs != null)
786         {
787                 //get Call Info
788                 AppCallInfo* pIncomingCall = static_cast<AppCallInfo*>(pArgs->GetAt(0));
789                 if (pIncomingCall != null)
790                 {
791                         //start alert with contact's custom ringtone
792                         __pCallPresentor->StartAlert(*pIncomingCall);
793                         //show contact number
794                         String contactNo;
795                         contactNo.Append(pIncomingCall->GetContactNumber());
796                         if (__pActiveContactNo)
797                         {
798                                 delete __pActiveContactNo;
799                                 __pActiveContactNo = null;
800                         }
801                         __incomingCallHandle = pIncomingCall->GetCallHandle()->ToLong();
802                         __pActiveContactNo = new (std::nothrow) String();
803
804                         if(contactNo.IsEmpty())
805                         {
806                                 AppLogDebug("Number empty");
807                                 contactNo.Append(AppUtility::GetResourceString(IDS_NUMBER_UNKNOWN));
808                                 AppLogDebug("%ls",contactNo.GetPointer());
809                         }
810                         __pActiveContactNo->Append(contactNo);
811                         //Show person details
812                         ShowPersonDetails(*__pActiveContactNo, IDC_NUMBER_LABEL, IDC_CALLER_LABEL, pIncomingCall);
813                         //Check if incoming call is hidden call, then do not show "Reject with Message" button
814                         Button* pButtonRejectMessage = static_cast<Button*>(GetControl(IDC_REJECT_MESSAGE_BUTTON));
815                         if (pButtonRejectMessage)
816                         {
817                                 //for hidden call, contact number is not present
818                                 bool showRejectMsgButton = (pIncomingCall->GetContactNumber().IsEmpty() == false);
819                                 pButtonRejectMessage->SetShowState(showRejectMsgButton);
820                                 pButtonRejectMessage->Invalidate(true);
821                         }
822                 }
823                 pArgs->RemoveAll();
824                 delete pArgs;
825                 pArgs = null;
826         }
827         CallApp* pCallApp = static_cast<CallApp*>(CallApp::GetInstance());
828         pCallApp->SetTopMostWindow(true);
829
830
831 }
832
833 void
834 IncomingCallForm::OnSceneDeactivated(const SceneId& currentSceneId, const SceneId& nextSceneId)
835 {
836         RemoveOrientationEventListener(*this);
837         if (__pSmallPhotoLabel != null)
838         {
839                 RemoveControl(*__pSmallPhotoLabel);
840                 __pSmallPhotoLabel = null;
841         }
842         for (int i = 0; i < COUNT_ARROW_ELEMENTS; i++)
843         {
844                 __pRejectArrowLabel = static_cast<Label*>(__pRejectArrowLabelsList->GetAt(i));
845                 String RejectVisualEleName(IDI_REJECT_ARROW_VISUAL_ELE_NAME);
846                 RejectVisualEleName.Append(i);
847                 __pRejectArrowVisElem = __pRejectArrowLabel->GetVisualElement()->GetChild(RejectVisualEleName,true);
848                 __pRejectArrowVisElem->SetOpacity(0.0f);
849                 __pAcceptArrowLabel = static_cast<Label*>(__pAcceptArrowLabelsList->GetAt(i));
850                 String AcceptVisualEleName(IDI_ACCEPT_ARROW_VISUAL_ELE_NAME);
851                 AcceptVisualEleName.Append(i);
852                 __pAcceptArrowVisElem = __pAcceptArrowLabel->GetVisualElement()->GetChild(AcceptVisualEleName,true);
853                 __pAcceptArrowVisElem->SetOpacity(0.0f);
854         }
855         if(__pAcceptLabel != null)
856         {
857                 if(__pAcceptLabel->GetVisualElement()->GetChild(IDI_ACCEPT_FINAL_VISUAL_ELE_NAME,true) != null)
858                 {
859                         AppLogDebug("__pAcceptLabel Detatach child");
860                         __pAcceptLabel->GetVisualElement()->DetachChild(*__pAcceptFinalVisElem);
861                 }
862         }
863         if(__pRejectLabel != null)
864         {
865                 if(__pRejectLabel->GetVisualElement()->GetChild(IDI_REJECT_FINAL_VISUAL_ELE_NAME,true) != null)
866                 {
867                         AppLogDebug("__pRejectLabel Detatach child");
868                         __pRejectLabel->GetVisualElement()->DetachChild(*__pRejectFinalVisElem);
869                 }
870
871         }
872         CallApp* pCallApp = static_cast<CallApp*>(CallApp::GetInstance());
873         pCallApp->SetTopMostWindow(false);
874         pCallApp->RemoveAppStateChangeListener(*this);
875 }
876
877 result
878 IncomingCallForm::OnDraw(void)
879 {
880         Bitmap* pBackgroundWp = null;
881         // get a Canvas instance
882         Canvas* pCanvas = GetCanvasN();
883
884         pBackgroundWp = AppResource::GetInstance()->GetBitmapN(IDB_CALL_BG);
885
886         if (pCanvas)
887         {
888
889                 if (pBackgroundWp)
890                 {
891                         pCanvas->DrawBitmap(pCanvas->GetBounds(), *pBackgroundWp);
892                 }
893         }
894
895         delete pBackgroundWp;
896         pBackgroundWp = null;
897
898         delete pCanvas;
899         pCanvas = null;
900
901         return E_SUCCESS;
902 }
903
904 void
905 IncomingCallForm::HideRejectPanel(void)
906 {
907         Panel* pKeysPanel = static_cast<Panel*>(GetControl(IDC_REJECT_PANEL));
908         if (pKeysPanel)
909         {
910                 pKeysPanel->SetShowState(false);
911                 Button* pButtonReject = static_cast<Button*>(pKeysPanel->GetControl(IDC_REJECT_MESSAGE_CANCEL_BUTTON));
912                 pButtonReject->SetActionId(IDA_CANCEL_REJECT_CALL_MESSAGE_PANEL);
913                 pButtonReject->AddActionEventListener(*this);
914                 SetBitmapToRejectMessageButton(IDS_REJECT_MESSAGE_BTN,IDB_REJECT_MESSAGE_BG,
915                                                                            IDB_REJECT_MESSAGE_DOWN_ARROW, IDB_REJECT_MESSAGE_ICON, true, false);
916                 SetBitmapToRejectMessageButton(IDS_REJECT_MESSAGE_BTN,IDB_REJECT_MESSAGE_BG,
917                                                                            IDB_REJECT_MESSAGE_DOWN_ARROW, IDB_REJECT_MESSAGE_ICON, true, true);
918
919                 HideRejectMessageFooter();
920                 pKeysPanel->Invalidate(true);
921         }
922 }
923
924 void
925 IncomingCallForm::InitializeTableView(void)
926 {
927         Panel* pKeysPanel = static_cast<Panel*>(GetControl(IDC_REJECT_PANEL));
928
929         TableView* pMessageList = static_cast<TableView*>(pKeysPanel->GetControl(IDC_MSG_TABLEVIEW));
930         pMessageList->SetItemProvider(this);
931         pMessageList->AddTableViewItemEventListener(*this);
932 }
933
934 ///////////////////////////////////////////////////////////////////////////////
935 /////                   Table View Functionality supporting functions                    /////
936 //////////////////////////////////////////////////////////////////////////////
937 int
938 IncomingCallForm::GetItemCount(void)
939 {
940         if(__pRejectMessageList != null && __pRejectMessageList->GetCount() > 0)
941         {
942                 return (__pRejectMessageList->GetCount());
943         }
944         return 1;
945 }
946
947 TableViewItem*
948 IncomingCallForm::CreateItem(int itemIndex, int itemWidth)
949 {
950         //create a new item
951         TableViewItem* pItem = new (std::nothrow) TableViewItem();
952         pItem->Construct(Dimension(itemWidth, H_LIST_NORMAL_MENU_ITEM), TABLE_VIEW_ANNEX_STYLE_NORMAL);
953
954         //Message text item rectangle
955         Rectangle itemRect(X_LIST_TEXT_ITEM, 0, W_LIST_TEXT_ITEM, H_LIST_NORMAL_MENU_ITEM);
956
957         //Message
958         String itemName(L"");
959         bool isShowSendButton = true;
960         if(__pRejectMessageList != null && __pRejectMessageList->GetCount() > 0)
961         {
962                 __pRejectMessageList->GetAt(itemIndex, itemName);
963         }
964         else
965         {
966                 itemName.Append(AppUtility::GetResourceString(IDS_NO_MESSAGE_STR));
967                 isShowSendButton = false;
968         }
969
970         Label* pMsgLbl = new (std::nothrow) Label();
971         pMsgLbl->Construct(itemRect, itemName);
972         pMsgLbl->SetTextHorizontalAlignment(ALIGNMENT_LEFT);
973         pMsgLbl->SetTextVerticalAlignment(ALIGNMENT_MIDDLE);
974         pMsgLbl->SetTextConfig(FONT_SIZE_MSG_TXT, LABEL_TEXT_STYLE_NORMAL);
975         pMsgLbl->SetTextColor(COLOR_LIST_TEXT_NORMAL);
976         pItem->AddControl(*pMsgLbl);
977
978         //Send Button
979         if(isShowSendButton == true)
980         {
981                 String sendText = AppUtility::GetResourceString(IDS_LIST_SEND_BUTTON);
982                 Button* pSendButton = new (std::nothrow) Button();
983                 pSendButton->Construct(Rectangle(X_SEND_TEXT_ITEM, Y_SEND_TEXT_ITEM, W_SEND_TEXT_ITEM, H_SEND_TEXT_ITEM), sendText);
984                 //set action id and listener
985                 int actionId = IDA_SEND_REJECT_MSG1;
986                 switch(itemIndex)
987                 {
988                 case 0:
989                         actionId = IDA_SEND_REJECT_MSG1;
990                         break;
991                 case 1:
992                         actionId = IDA_SEND_REJECT_MSG2;
993                         break;
994                 case 2:
995                         actionId = IDA_SEND_REJECT_MSG3;
996                         break;
997                 case 3:
998                         actionId = IDA_SEND_REJECT_MSG4;
999                         break;
1000                 case 4:
1001                         actionId = IDA_SEND_REJECT_MSG5;
1002                         break;
1003                 case 5:
1004                         actionId = IDA_SEND_REJECT_MSG6;
1005                         break;
1006                 }
1007                 pSendButton->SetActionId(actionId);
1008                 pSendButton->AddActionEventListener(*this);
1009                 pItem->AddControl(*pSendButton);
1010                 pItem->SetIndividualSelectionEnabled(pSendButton, true);
1011         }
1012         else
1013         {
1014                 pItem->SetEnabled(false);
1015         }
1016
1017         return pItem;
1018 }
1019
1020 bool
1021 IncomingCallForm::DeleteItem(int itemIndex, TableViewItem* pItem)
1022 {
1023         delete pItem;
1024         pItem = null;
1025         return true;
1026 }
1027
1028 int
1029 IncomingCallForm::GetDefaultItemHeight(void)
1030 {
1031         return H_LIST_NORMAL_MENU_ITEM;
1032 }
1033
1034 void
1035 IncomingCallForm::ShowPersonDetails(const String& phoneNumber, const String& contactLblName, const String& nameLblName, AppCallInfo* pCallInfo)
1036 {
1037         //call individual methods to show contact number, caller name & photo
1038         SetTextToLabel(phoneNumber, contactLblName);
1039
1040         //fetch contact details based on phone number
1041         String* pDisplayName = pCallInfo->FetchCallerNameN();
1042         Bitmap* pPhotoBitmap = pCallInfo->FetchCallerPhotoN();
1043         ShowCallerPhoto(pPhotoBitmap);
1044
1045         //free resources
1046         if (pDisplayName)
1047         {
1048                 SetTextToLabel(*pDisplayName, nameLblName);
1049                 delete pDisplayName;
1050                 pDisplayName = null;
1051         }
1052
1053         if (pPhotoBitmap)
1054         {
1055                 delete pPhotoBitmap;
1056                 pPhotoBitmap = null;
1057         }
1058 }
1059
1060 void
1061 IncomingCallForm::SetTextToLabel(const String& textToBeSet, const String& lblName)
1062 {
1063         Label* pContactLbl = static_cast<Label*>(GetControl(lblName));
1064         //passing an empty string to SetText fails in label,
1065         //if previously valid text has been set
1066         if (textToBeSet.IsEmpty() == true && pContactLbl->GetText().IsEmpty() == false)
1067         {
1068                 String stringToBeSet(L"");
1069                 pContactLbl->SetText(stringToBeSet);
1070         }
1071
1072         else
1073         {
1074                 pContactLbl->SetText(textToBeSet);
1075         }
1076 }
1077
1078 void
1079 IncomingCallForm::ShowCallerPhoto(const Bitmap* pPhotoId)
1080 {
1081         bool showSmallPhoto = false;
1082         //show photo - for Big Photo Id, Animated Call Image
1083         if (pPhotoId == null)
1084         {
1085                 pPhotoId = AppUtility::GetBitmapFromResourcesN(IDB_ACTIVE_CALL_DEFAULT_ICON,W_CONFERENCE_PHOTO,W_CONFERENCE_PHOTO);
1086         }
1087         else
1088         {
1089                 //Check the size of photo
1090                 // Now checking the condition with && but actually it should be ||
1091                 //But for now keeping it as && because _pContact->GetThubNail() returns image width as
1092                 // height 270 and width = 480 . So all images set thru gallery is show as small image
1093                 if(pPhotoId->GetHeight() <= H_SMALL_PHOTO
1094                                 && pPhotoId->GetWidth() <= W_SMALL_PHOTO)
1095                 {
1096                         showSmallPhoto = true;
1097                 }
1098         }
1099
1100         Label* pPhotoLbl = static_cast<Label*>(GetControl(IDC_BIG_PHOTO_LABEL));
1101         if(showSmallPhoto == true)
1102         {
1103                 ShowThumbnailImage(pPhotoId);
1104         }
1105         else
1106         {
1107                 if (pPhotoLbl != null && pPhotoId != null)
1108                 {
1109                         Canvas* pCanvas = new (std::nothrow) Canvas;
1110                         Rectangle canvasRect(Rectangle(0, 0, pPhotoLbl->GetBounds().width, pPhotoLbl->GetBounds().height));
1111                         pCanvas->Construct(canvasRect);
1112                         //draw the contact bitmap
1113                         pCanvas->DrawBitmap(canvasRect,*pPhotoId);
1114                         Bitmap* pNewPhotoId = new Bitmap();
1115                         pNewPhotoId->Construct(*pCanvas, pCanvas->GetBounds());
1116                         delete pCanvas;
1117
1118                         pPhotoLbl->SetBackgroundBitmap(*pNewPhotoId);
1119                         pPhotoLbl->Invalidate(true);
1120                         delete pNewPhotoId;
1121                 }
1122         }
1123 }
1124
1125 void
1126 IncomingCallForm::ShowThumbnailImage(const Bitmap* pPhotoId)
1127 {
1128         Label* pPhotoLbl = static_cast<Label*>(GetControl(IDC_BIG_PHOTO_LABEL));
1129
1130         if (pPhotoLbl != null && pPhotoId != null)
1131         {
1132                 Canvas* pCanvas = new (std::nothrow) Canvas;
1133                 Bitmap* pBackground = AppUtility::GetBitmapFromResourcesN(IDB_CALL_THUMBNAIL_BACKGROUND,W_CALL_THUMBNAIL,H_CALL_THUMBNAIL);
1134                 Bitmap* pShadow = AppUtility::GetBitmapFromResourcesN(IDB_CALL_THUMBNAIL_SHADOW,W_CALL_THUMBNAIL_SHADOW,H_CALL_THUMBNAIL_SHADOW);
1135                 Rectangle canvasRect(Rectangle(0, 0, pPhotoLbl->GetBounds().width, pPhotoLbl->GetBounds().height));
1136                 pCanvas->Construct(canvasRect);
1137                 //draw the back ground
1138                 pCanvas->DrawBitmap(canvasRect,*pBackground);
1139                 //draw shadow (to be enabled after correct shadow image is provided )
1140                 //pCanvas->DrawBitmap(Rectangle((pPhotoLbl->GetBounds().width/2)-(W_CALL_THUMBNAIL_SHADOW/2),
1141                         //      (pPhotoLbl->GetBounds().height/2)-(H_CALL_THUMBNAIL_SHADOW/2),W_CALL_THUMBNAIL_SHADOW,H_CALL_THUMBNAIL_SHADOW),*pShadow);
1142                 //draw the contact bitmap
1143                 pCanvas->DrawBitmap(Rectangle((pPhotoLbl->GetBounds().width/2)-(W_SMALL_PHOTO/2),
1144                                 (pPhotoLbl->GetBounds().height/2)-(H_SMALL_PHOTO/2),W_SMALL_PHOTO,H_SMALL_PHOTO),*pPhotoId);
1145                 Bitmap* pNewPhotoId = new Bitmap();
1146                 pNewPhotoId->Construct(*pCanvas, pCanvas->GetBounds());
1147                 delete pCanvas;
1148
1149                 pPhotoLbl->SetBackgroundBitmap(*pNewPhotoId);
1150                 pPhotoLbl->Invalidate(true);
1151                 delete pNewPhotoId;
1152                 delete pBackground;
1153                 delete pShadow;
1154         }
1155
1156 }
1157
1158 void
1159 IncomingCallForm::ShowCallersPhotoThumbnail(const Bitmap& pPhotoId)
1160 {
1161         //Draw Small Photo and show on small photo label
1162         __pSmallPhotoLabel  = new (std::nothrow) Label();//static_cast<Label*>(GetControl(IDC_SMALL_PHOTO_LABEL));
1163         __pSmallPhotoLabel->Construct(Rectangle(X_PHOTO_LBL, Y_PHOTO_LBL, W_PHOTO_LBL, H_PHOTO_LBL), L"");
1164         __pSmallPhotoLabel->SetBackgroundColor(Color(0,0,0));
1165         __pSmallPhotoLabel->SetBackgroundBitmap(pPhotoId);
1166         // Add a Label to the Form
1167         AddControl(*__pSmallPhotoLabel);
1168         __pSmallPhotoLabel->Invalidate(true);
1169 }
1170
1171 void
1172 IncomingCallForm::ShowTimerInfo(const String& timerLblName, const String& textToBeDisplayed)
1173 {
1174         Label* pTimerLbl = static_cast<Label*>(GetControl(timerLblName));
1175         if (pTimerLbl != null)
1176         {
1177                 pTimerLbl->SetText(textToBeDisplayed);
1178         }
1179 }
1180
1181 void
1182 IncomingCallForm::SetBitmapToRejectMessageButton(const String& btnName, const String& bgBitmap
1183                                                                                                 , const String& arrowBitmap, const String& messageIconBitmap, bool isButtonInPanel, bool setButtonPressBitmap)
1184 {
1185
1186         Button* pButton = null;
1187         if (isButtonInPanel == false)
1188         {
1189                 pButton = static_cast<Button*>(GetControl(IDC_REJECT_MESSAGE_BUTTON));
1190         }
1191         else
1192         {
1193                 Panel* pKeysPanel = static_cast<Panel*>(GetControl(IDC_REJECT_PANEL));
1194                 pButton = static_cast<Button*>(pKeysPanel->GetControl(IDC_REJECT_MESSAGE_CANCEL_BUTTON));
1195         }
1196         Bitmap* pHoldBmp = null;
1197         Canvas* pCanvas = null;
1198         pCanvas = new (std::nothrow) Canvas();
1199         pCanvas->Construct(Rectangle(0,0,pButton->GetBounds().width,pButton->GetBounds().height));
1200         //set bitmap to button
1201         pHoldBmp = AppUtility::GetBitmapFromResourcesN(bgBitmap);
1202         if (pHoldBmp)
1203         {
1204                 //scale bitmap to predefined size
1205                 pHoldBmp->SetScalingQuality(BITMAP_SCALING_QUALITY_MID);
1206                 pHoldBmp->Scale(Dimension(pButton->GetBounds().width, H_MESSAGE_BG_BITMAP));
1207                 pCanvas->DrawBitmap(Rectangle(Point(0, 0), Dimension(pHoldBmp->GetWidth(), pHoldBmp->GetHeight())), *pHoldBmp);
1208         }
1209         delete pHoldBmp;
1210         pHoldBmp = null;
1211         pHoldBmp = AppUtility::GetBitmapFromResourcesN(arrowBitmap);
1212         if (pHoldBmp)
1213         {
1214                 //scale bitmap to predefined size
1215                 pHoldBmp->SetScalingQuality(BITMAP_SCALING_QUALITY_MID);
1216                 pHoldBmp->Scale(Dimension(W_ARROW_BITMAP, H_ARROW_BITMAP));
1217                 pCanvas->DrawBitmap(Rectangle(Point((pButton->GetBounds().width / 2 - 17/*Width of arrow / 2*/), 0), Dimension(pHoldBmp->GetWidth(), pHoldBmp->GetHeight())), *pHoldBmp);
1218         }
1219         delete pHoldBmp;
1220         pHoldBmp = null;
1221
1222
1223
1224         //set button name
1225         String holdBtnName = AppUtility::GetResourceString(btnName);
1226         Dimension textDimension;
1227         if (!holdBtnName.IsEmpty())
1228         {
1229                 Font font;
1230                 font.Construct(FONT_STYLE_PLAIN, pButton->GetTextSize());
1231                 font.GetTextExtent(holdBtnName, holdBtnName.GetLength(), textDimension);
1232                 textDimension.height = textDimension.height + font.GetDescender();
1233                 TextElement* pTextElement = new (std::nothrow) TextElement();
1234                 pTextElement->Construct(holdBtnName);
1235                 Color textColor(249, 249, 249);
1236                 if (setButtonPressBitmap)
1237                 {
1238                         textColor.SetAlpha(255);
1239                 }
1240                 else
1241                 {
1242                         textColor.SetAlpha(127);
1243                 }
1244
1245                 pTextElement->SetTextColor(textColor);
1246                 pTextElement->SetFont(font);
1247
1248                 EnrichedText* pEnrichedText = new (std::nothrow) EnrichedText();
1249                 pEnrichedText->Construct(textDimension);
1250                 pEnrichedText->Add(*pTextElement);
1251                 //Point textPos((X_MESSAGE_BITMAP + pHoldBmp->GetWidth() + MESSAGE_TEXT_X_MARGIN), Y_MESSAGE_BITMAP + MESSAGE_TEXT_Y_MARGIN);
1252                 Point textPos((pButton->GetWidth()/2)-(textDimension.width/2) + MESSAGE_TEXT_X_MARGIN,Y_MESSAGE_BITMAP + MESSAGE_TEXT_Y_MARGIN);
1253                 pCanvas->DrawText(textPos, *pEnrichedText);
1254                 // Cleans up
1255                 pEnrichedText->RemoveAll(true);
1256                 delete pEnrichedText;
1257         }
1258
1259
1260         pHoldBmp = AppUtility::GetBitmapFromResourcesN(messageIconBitmap);
1261         if (pHoldBmp)
1262         {
1263                 //scale bitmap to predefined size
1264                 pHoldBmp->SetScalingQuality(BITMAP_SCALING_QUALITY_MID);
1265                 pHoldBmp->Scale(Dimension(W_MESSAGE_BITMAP, H_MESSAGE_BITMAP));
1266                 //pCanvas->DrawBitmap(Rectangle(Point(X_MESSAGE_BITMAP, Y_MESSAGE_BITMAP), Dimension(pHoldBmp->GetWidth(), pHoldBmp->GetHeight())), *pHoldBmp);
1267                 pCanvas->DrawBitmap(Rectangle(Point((pButton->GetWidth()/2)-(textDimension.width/2) -pHoldBmp->GetWidth(), Y_MESSAGE_BITMAP), Dimension(pHoldBmp->GetWidth(), pHoldBmp->GetHeight())), *pHoldBmp);
1268         }
1269
1270         //set background bitmpa to button
1271         Bitmap* pActualBgBmp = new (std::nothrow) Bitmap();
1272         pActualBgBmp->Construct(*pCanvas, pCanvas->GetBounds());
1273         if (setButtonPressBitmap)
1274         {
1275                 pButton->SetPressedBackgroundBitmap(*pActualBgBmp);
1276         }
1277         else
1278         {
1279                 pButton->SetNormalBackgroundBitmap(*pActualBgBmp);
1280         }
1281         delete pActualBgBmp;
1282         delete pHoldBmp;
1283         delete pCanvas;
1284 }
1285
1286 /*!In OnTouchPressed, It creates the three visual elements and starts the animation of opacity and rotation variation
1287   */
1288 void
1289 IncomingCallForm::OnTouchPressed(const Control& source, const Point& currentPosition, const TouchEventInfo& touchInfo)
1290 {
1291         __pCallPresentor->StopAlert();
1292         if (currentPosition.x < VALID_TOUCH_X_OFFSET && currentPosition.y < VALID_TOUCH_Y_OFFSET)
1293         {
1294                 Rectangle rect = source.GetBounds();
1295                 if (source.Equals(*__pAcceptLabel))
1296                 {
1297                         __isAnswerCallStarted = true;
1298                         __isRejectCallStarted = false;
1299                 }
1300                 else if (source.Equals(*__pRejectLabel))
1301                 {
1302                         __isAnswerCallStarted = false;
1303                         __isRejectCallStarted = true;
1304                 }
1305                 else
1306                 {
1307                         // touch event between the 2 labels. So Do nothing
1308                         return;
1309                 }
1310
1311         }
1312 }
1313
1314 // On Touch released, the animation and the visual elements disappear
1315 void
1316 IncomingCallForm::OnTouchReleased(const Control& source, const Point& currentPosition, const TouchEventInfo& touchInfo)
1317 {
1318         AppLogDebug("%d",currentPosition.x);
1319         if (__isAnswerCallStarted == true)
1320         {
1321                 if (currentPosition.x > __pRejectLabel->GetBounds().x)
1322                 {
1323                         //Right reject icon
1324                         if(__pRejectFinalVisElem == null)
1325                         {
1326                                 __pRejectFinalVisElem = new (std::nothrow) VisualElement();
1327                         }
1328                         __pRejectFinalVisElem->Construct();
1329                         __pRejectFinalVisElem->SetBounds(FloatRectangle(0, 0, W_DIAL_LABEL, H_DIAL_LABEL));
1330                         __pRejectFinalVisElem->SetShowState(true);
1331                         __pRejectFinalVisElem->SetOpacity(1.00f);
1332                         __pRejectFinalVisElem->SetName(IDI_REJECT_FINAL_VISUAL_ELE_NAME);
1333                         if(__pRejectLabel->GetVisualElement()->GetChild(IDI_REJECT_FINAL_VISUAL_ELE_NAME,true) == null)
1334                         {
1335                                 AppLogDebug("AttachChild __pRejectFinalVisElem");
1336                                 __pRejectLabel->GetVisualElement()->AttachChild(*__pRejectFinalVisElem);
1337                         }
1338                         Canvas* pCanvas = __pRejectFinalVisElem->GetCanvasN();
1339                         if(pCanvas != null)
1340                         {
1341                                 pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
1342                                 pCanvas->FillRectangle(COLOR_SWIPE_PANEL, Rectangle(0, 0, W_DIAL_LABEL, H_DIAL_LABEL));
1343                                 pCanvas->DrawBitmap(Rectangle(0, 0, W_DIAL_LABEL, W_DIAL_LABEL), *__pAcceptCircle);
1344                                 pCanvas->DrawBitmap(Rectangle(DIAL_ICON_X_OFFSET, DIAL_ICON_Y_OFFSET, W_DIAL_BITMAP, H_DIAL_BITMAP), *__pAcceptDial);
1345                                 delete pCanvas;
1346                         }
1347
1348                         __pAcceptVisElem->SetOpacity(0.0f);
1349                         //fetch already active call list
1350                         ArrayListT<AppCallInfo>* pCallList  = static_cast<ArrayListT<AppCallInfo>*>(__pCallPresentor->GetCallListN());
1351                         if (pCallList != null && pCallList->GetCount() > 0)
1352                         {
1353                                 //then atleast 1 active call exist.
1354                                 AppCallInfo phnCallInfo;
1355                                 pCallList->GetAt(0,phnCallInfo);
1356                                 //Check if only 1 call exist and it is on Hold
1357                                 if(pCallList->GetCount() == 1 && phnCallInfo.IsOnHold())
1358                                 {
1359                                         //directly accept call
1360                                         __pCallPresentor->AcceptIncomingCall(ANSERWING_OPTION_ACCEPT_CALL,__incomingCallHandle);
1361                                 }
1362                                 else
1363                                 {
1364                                         //Either 1 call exist and not "on Hold".
1365                                         //Or 2 calls exist.
1366                                         if(__pOptionPopup != null)
1367                                         {
1368                                                 delete __pOptionPopup;
1369                                                 __pOptionPopup = null;
1370                                         }
1371                                         __pOptionPopup = new (std::nothrow) CallOptionPopup(*this,*(__pCallPresentor));
1372                                         __pOptionPopup->Initialize();
1373                                         __pOptionPopup->SetShowState(true);
1374                                         __pOptionPopup->Draw();
1375                                         __pOptionPopup->Show();
1376                                 }
1377                                 pCallList->RemoveAll();
1378                         }
1379                         else
1380                         {
1381                                 //no active call - Accept the  incoming call
1382                                 __pCallPresentor->AcceptIncomingCall(ANSERWING_OPTION_ACCEPT_CALL,__incomingCallHandle);
1383                         }
1384                         delete pCallList;
1385                         pCallList = null;
1386                 }
1387                 else
1388                 {
1389                         __pAcceptVisElem->SetOpacity(1.0f);
1390                         __pRejectVisElem->SetOpacity(1.00f);
1391
1392                 }
1393         }
1394         else if (__isRejectCallStarted == true)
1395         {
1396                 if (currentPosition.x < ((__pAcceptLabel->GetBounds().x + __pAcceptLabel->GetWidth())- __pRejectLabel->GetBounds().x))
1397                 {
1398                         //left dial icon
1399                         if(__pAcceptFinalVisElem == null)
1400                         {
1401                                 __pAcceptFinalVisElem = new (std::nothrow) VisualElement();
1402                         }
1403                         __pAcceptFinalVisElem->Construct();
1404                         __pAcceptFinalVisElem->SetBounds(FloatRectangle(0, 0, W_DIAL_LABEL, H_DIAL_LABEL));
1405                         __pAcceptFinalVisElem->SetShowState(true);
1406                         __pAcceptFinalVisElem->SetOpacity(1.0f);
1407                         __pAcceptFinalVisElem->SetName(IDI_ACCEPT_FINAL_VISUAL_ELE_NAME);
1408                         if(__pAcceptLabel->GetVisualElement()->GetChild(IDI_ACCEPT_FINAL_VISUAL_ELE_NAME,true) == null)
1409                         {
1410                                 AppLogDebug("AttachChild __pAcceptFinalVisElem");
1411                                 __pAcceptLabel->GetVisualElement()->AttachChild(*__pAcceptFinalVisElem);
1412                         }
1413                         Canvas* pCanvas = __pAcceptFinalVisElem->GetCanvasN();
1414                         if(pCanvas != null)
1415                         {
1416                                 AppLogDebug("__pAcceptFinalVisElem drawing");
1417                                 pCanvas->SetBackgroundColor(COLOR_SWIPE_PANEL);
1418                                 pCanvas->SetForegroundColor(COLOR_SWIPE_PANEL);
1419                                 pCanvas->FillRectangle(COLOR_SWIPE_PANEL, Rectangle(0, 0, W_DIAL_LABEL, H_DIAL_LABEL));
1420                                 pCanvas->DrawBitmap(Rectangle(0, 0, W_DIAL_LABEL, H_DIAL_LABEL), *__pRejectCircle);
1421                                 pCanvas->DrawBitmap(Rectangle(DIAL_ICON_X_OFFSET, DIAL_ICON_Y_OFFSET, W_DIAL_BITMAP, H_DIAL_BITMAP), *__pRejectDial);
1422                                 delete pCanvas;
1423                         }
1424                         __pRejectVisElem->SetOpacity(0.0f);
1425                         //Reject the call
1426                         __pCallPresentor->RejectCall(__incomingCallHandle, false,*__pActiveContactNo);
1427                 }
1428                 else
1429                 {
1430                         __pAcceptVisElem->SetOpacity(1.0f);
1431                         __pRejectVisElem->SetOpacity(1.00f);
1432
1433                 }
1434         }
1435         __isAnswerCallStarted = false;
1436         __isRejectCallStarted = false;
1437 }
1438
1439 void
1440 IncomingCallForm::OnTouchMoved(const Control& source, const Point& currentPosition, const TouchEventInfo& touchInfo)
1441 {
1442         if (__isAnswerCallStarted == true)
1443         {
1444                 if (currentPosition.x > 170 && currentPosition.x < 578)
1445                 {
1446                         if (currentPosition.x > REJECT_LABEL_X_OFFSET)
1447                         {
1448                                 __pRejectVisElem->SetOpacity(0.60f);
1449                                 __pAcceptVisElem->SetOpacity(0.60f);
1450                         }
1451                         else
1452                         {
1453                                 __pRejectVisElem->SetOpacity(1.0f);
1454                                 __pAcceptVisElem->SetOpacity(1.0f);
1455                         }
1456
1457                 }
1458         }
1459         if (__isRejectCallStarted == true)
1460         {
1461                 if (currentPosition.x < 0 && currentPosition.x > -522)
1462                 {
1463                         if (currentPosition.x < ACCEPT_LABEL_RELATIVE_POS)
1464                         {
1465                                 __pRejectVisElem->SetOpacity(0.60f);
1466                                 __pAcceptVisElem->SetOpacity(0.60f);
1467                         }
1468                         else
1469                         {
1470                                 __pRejectVisElem->SetOpacity(1.0f);
1471                                 __pAcceptVisElem->SetOpacity(1.0f);
1472                         }
1473                 }
1474         }
1475 }
1476
1477 void
1478 IncomingCallForm::OnItemSelected(int itemIndex)
1479 {
1480
1481         ArrayList* pArgs = new (std::nothrow) ArrayList(SingleObjectDeleter);
1482         pArgs->Construct();
1483
1484         //display name, mobile number
1485         Integer* argIndex = new (std::nothrow) Integer(itemIndex);
1486         pArgs->Add(argIndex);
1487         SendUserEvent(REQUEST_ITEM_SELECTED,pArgs);
1488
1489 }
1490
1491 void
1492 IncomingCallForm::HandleMultipleCallSelection(int itemIndex)
1493 {
1494         if(__pAcceptLabel->GetVisualElement()->GetChild(IDI_ACCEPT_VISUAL_ELE_NAME,true) == null)
1495         {
1496                 __pAcceptLabel->GetVisualElement()->AttachChild(*__pAcceptVisElem);
1497         }
1498         if(__pRejectLabel->GetVisualElement()->GetChild(IDI_REJECT_VISUAL_ELE_NAME,true) == null)
1499         {
1500                 __pRejectLabel->GetVisualElement()->AttachChild(*__pRejectVisElem);
1501         }
1502
1503         __pAcceptVisElem->SetOpacity(1.0f);
1504         __pRejectVisElem->SetOpacity(1.00f);
1505
1506         for (int i = 0; i < COUNT_ARROW_ELEMENTS; i++)
1507         {
1508                 __pRejectArrowLabel = static_cast<Label*>(__pRejectArrowLabelsList->GetAt(i));
1509                 String RejectVisualEleName(IDI_REJECT_ARROW_VISUAL_ELE_NAME);
1510                 RejectVisualEleName.Append(i);
1511                 __pRejectArrowVisElem = __pRejectArrowLabel->GetVisualElement()->GetChild(RejectVisualEleName,true);
1512                 __pRejectArrowVisElem->SetOpacity(0.0f);
1513                 __pAcceptArrowLabel = static_cast<Label*>(__pAcceptArrowLabelsList->GetAt(i));
1514                 String AcceptVisualEleName(IDI_ACCEPT_ARROW_VISUAL_ELE_NAME);
1515                 AcceptVisualEleName.Append(i);
1516                 __pAcceptArrowVisElem = __pAcceptArrowLabel->GetVisualElement()->GetChild(AcceptVisualEleName,true);
1517                 __pAcceptArrowVisElem->SetOpacity(0.0f);
1518         }
1519         if (__pRejectFinalVisElem != null)
1520         {
1521                 __pRejectFinalVisElem->Destroy();
1522                 __pRejectFinalVisElem = null;
1523         }
1524
1525         if (__pAcceptFinalVisElem != null)
1526         {
1527                 __pAcceptFinalVisElem->Destroy();
1528                 __pAcceptFinalVisElem = null;
1529         }
1530         if (__pOptionPopup)
1531         {
1532                 delete __pOptionPopup;
1533                 __pOptionPopup = null;
1534         }
1535         //accept call
1536         __pCallPresentor->AcceptIncomingCall(CallAnsweringOptions(itemIndex),__incomingCallHandle);
1537 }
1538
1539 void
1540 IncomingCallForm::OnUserEventReceivedN(RequestId requestId, Tizen::Base::Collection::IList* pArgs)
1541 {
1542         switch(requestId)
1543         {
1544                 case REQUEST_ITEM_SELECTED:
1545                 {
1546                         if(pArgs != null)
1547                         {
1548                                 Integer *index = static_cast<Integer*>(pArgs->GetAt(0));
1549                                 if(index != null)
1550                                 {
1551                                         HandleMultipleCallSelection(index->ToInt());
1552                                 }
1553                         }
1554                 }
1555                 break;
1556         }
1557 }
1558
1559 void
1560 IncomingCallForm::OnFormBackRequested(Tizen::Ui::Controls::Form& source)
1561 {
1562         AppLogDebug("Enter");
1563         HideRejectPanel();
1564         SetFocus();
1565         Button* pButtonRejectMessage = static_cast<Button*>(GetControl(IDC_REJECT_MESSAGE_BUTTON));
1566         if (pButtonRejectMessage)
1567         {
1568                 pButtonRejectMessage->SetShowState(true);
1569                 pButtonRejectMessage->Invalidate(true);
1570                 pButtonRejectMessage->Draw();
1571         }
1572         RequestRedraw(true);
1573
1574 }
1575
1576 void
1577 IncomingCallForm::OnOrientationChanged(const Control& source, OrientationStatus orientationStatus)
1578 {
1579         Button* pButtonRejectMessage = static_cast<Button*>(GetControl(IDC_REJECT_MESSAGE_BUTTON));
1580         if (pButtonRejectMessage)
1581         {
1582                 SetBitmapToRejectMessageButton(IDS_REJECT_MESSAGE_BTN,IDB_REJECT_MESSAGE_BG,
1583                                                                            IDB_REJECT_MESSAGE_UP_ARROW, IDB_REJECT_MESSAGE_ICON, false, false);
1584                 SetBitmapToRejectMessageButton(IDS_REJECT_MESSAGE_BTN,IDB_REJECT_MESSAGE_BG,
1585                                                                            IDB_REJECT_MESSAGE_UP_ARROW, IDB_REJECT_MESSAGE_ICON, false, true);
1586         }
1587
1588 }
1589
1590 void
1591 IncomingCallForm::OnForeground(void)
1592 {
1593         __pCallPresentor->OnAppForeground();
1594 }