uifw/AvKon/src/akndigitalclock.cpp
branchRCL_3
changeset 23 3d340a0166ff
parent 9 aabf2c525e0f
child 55 aecbbf00d063
equal deleted inserted replaced
18:0aa5fbdfbc30 23:3d340a0166ff
   443     
   443     
   444         // Launch the universal indicator popup.
   444         // Launch the universal indicator popup.
   445         CAknSmallIndicator* indicatorNotifier =
   445         CAknSmallIndicator* indicatorNotifier =
   446             CAknSmallIndicator::NewLC( TUid::Uid( 0 ) );
   446             CAknSmallIndicator::NewLC( TUid::Uid( 0 ) );
   447         indicatorNotifier->HandleIndicatorTapL();
   447         indicatorNotifier->HandleIndicatorTapL();
       
   448         //for indicator popup event
       
   449         MTouchFeedback* feedback = MTouchFeedback::Instance();
       
   450         if ( feedback )
       
   451             {
       
   452             feedback->InstantFeedback(
       
   453                                this,
       
   454                                ETouchFeedbackPopUp,
       
   455                                ETouchFeedbackVibra,
       
   456                                aPointerEvent );
       
   457             }
   448         CleanupStack::PopAndDestroy( indicatorNotifier );
   458         CleanupStack::PopAndDestroy( indicatorNotifier );
   449 
   459 
   450         // Up event received, reset button down flag.
   460         // Up event received, reset button down flag.
   451         iFlags &= ( ~EAknDigitalClockButton1DownReceived );
   461         iFlags &= ( ~EAknDigitalClockButton1DownReceived );
   452         }
   462         }