securitydialogs/lockapp/src/lockappkeyguardcontrol.cpp
branchRCL_3
changeset 20 53af9c3d61e4
parent 10 ece4bbb094df
child 21 33ad376816a8
equal deleted inserted replaced
16:9971b621ef6c 20:53af9c3d61e4
    26 
    26 
    27 #include <avkon.rsg> // general avkon resources
    27 #include <avkon.rsg> // general avkon resources
    28 #include <aknnotpi.rsg> // keyguard spesific resources
    28 #include <aknnotpi.rsg> // keyguard spesific resources
    29 #include <AknUtils.h>
    29 #include <AknUtils.h>
    30 #include <activitymanager.h>
    30 #include <activitymanager.h>
    31 #include <SecondaryDisplay/AknSecondaryDisplayDefs.h> // publishing keyguard notes to secondary display
    31 // this is not needed
       
    32 // #include <SecondaryDisplay/AknSecondaryDisplayDefs.h> // publishing keyguard notes to secondary display
    32 #include <featmgr.h> // feature manager
    33 #include <featmgr.h> // feature manager
    33 #include <eikcba.h> // keyguard soft buttons
    34 #include <eikcba.h> // keyguard soft buttons
    34 #include <eikspane.h>
    35 #include <eikspane.h>
    35 
    36 
    36 #include "AutolockPrivateCRKeys.h"
    37 #include "AutolockPrivateCRKeys.h"
   156     // Construct Keyguard Notes
   157     // Construct Keyguard Notes
   157     iKeypadLockedNote = new (ELeave) CLockAppLockedNote();
   158     iKeypadLockedNote = new (ELeave) CLockAppLockedNote();
   158     iKeypadLockedNote->ConstructSleepingNoteL( touchEnabled ? R_KEYLOCK_NOTE_DISPLAY_LOCK_ON_TOUCH :
   159     iKeypadLockedNote->ConstructSleepingNoteL( touchEnabled ? R_KEYLOCK_NOTE_DISPLAY_LOCK_ON_TOUCH :
   159                                                R_KEYLOCK_NOTE_LOCK_ON );
   160                                                R_KEYLOCK_NOTE_LOCK_ON );
   160     iKeypadLockedNote->ButtonGroupContainer().ButtonGroup()->AsControl()->DrawableWindow()->SetOrdinalPosition( 0, 2 );
   161     iKeypadLockedNote->ButtonGroupContainer().ButtonGroup()->AsControl()->DrawableWindow()->SetOrdinalPosition( 0, 2 );
   161     iKeypadLockedNote->PublishDialogL( EAknKeysLockedNote );
   162 		// this is not needed
       
   163     // iKeypadLockedNote->PublishDialogL( EAknKeysLockedNote );
   162 
   164 
   163     iKeypadUnlockedNote = new (ELeave) CLockAppLockedNote();
   165     iKeypadUnlockedNote = new (ELeave) CLockAppLockedNote();
   164     iKeypadUnlockedNote->ConstructSleepingNoteL( touchEnabled ? R_KEYLOCK_NOTE_DISPLAY_LOCK_OFF_TOUCH :
   166     iKeypadUnlockedNote->ConstructSleepingNoteL( touchEnabled ? R_KEYLOCK_NOTE_DISPLAY_LOCK_OFF_TOUCH :
   165                                                  R_KEYLOCK_NOTE_LOCK_OFF );
   167                                                  R_KEYLOCK_NOTE_LOCK_OFF );
   166     iKeypadUnlockedNote->ButtonGroupContainer().ButtonGroup()->AsControl()->DrawableWindow()->SetOrdinalPosition( 0, 2 );
   168     iKeypadUnlockedNote->ButtonGroupContainer().ButtonGroup()->AsControl()->DrawableWindow()->SetOrdinalPosition( 0, 2 );
   167     iKeypadUnlockedNote->PublishDialogL( EAknKeysReleasedNote );
   169 		// this is not needed
       
   170     // iKeypadUnlockedNote->PublishDialogL( EAknKeysReleasedNote );
   168 
   171 
   169     iLockedNote = new (ELeave) CLockAppLockedNote();
   172     iLockedNote = new (ELeave) CLockAppLockedNote();
   170     if ( touchEnabled )
   173     if ( touchEnabled )
   171         {
   174         {
   172         iLockedNote->ConstructSleepingNoteL( R_KEYLOCK_NOTE_DISPLAY_LOCKED_TOUCH );
   175         iLockedNote->ConstructSleepingNoteL( R_KEYLOCK_NOTE_DISPLAY_LOCKED_TOUCH );