equal
deleted
inserted
replaced
387 :CBubbleCtrl( aRect, aUiLayout, aCtrlId ) |
387 :CBubbleCtrl( aRect, aUiLayout, aCtrlId ) |
388 { |
388 { |
389 #ifdef RD_TACTILE_FEEDBACK |
389 #ifdef RD_TACTILE_FEEDBACK |
390 if(IsKindOfControl(ECtrlTactileFeedback) && !Hiden() && UiLayout()) |
390 if(IsKindOfControl(ECtrlTactileFeedback) && !Hiden() && UiLayout()) |
391 { |
391 { |
392 SetTactileFeedbackType(ETouchFeedbackSensitiveInput); |
392 SetTactileFeedbackType(ETouchFeedbackSensitiveKeypad); |
393 UiLayout()->RegisterFeedbackArea(reinterpret_cast<TInt>(this),aRect,ETouchFeedbackSensitiveInput); |
393 UiLayout()->RegisterFeedbackArea(reinterpret_cast<TInt>(this),aRect,ETouchFeedbackSensitiveKeypad); |
394 } |
394 } |
395 #endif // RD_TACTILE_FEEDBACK |
395 #endif // RD_TACTILE_FEEDBACK |
396 } |
396 } |
397 |
397 |
398 // --------------------------------------------------------------------------- |
398 // --------------------------------------------------------------------------- |