phoneapp/phoneuiutils/inc/tphonecmdparamtranseffect.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
    35 * EPhoneTransitionEffectStop - TBD 
    35 * EPhoneTransitionEffectStop - TBD 
    36 */
    36 */
    37 enum TPhoneTransEffectType
    37 enum TPhoneTransEffectType
    38     {
    38     {
    39     EPhoneTransEffectNone,
    39     EPhoneTransEffectNone,
    40     /* These two effects are for internal transitions(CallUi <-> Dialer) */
       
    41     EPhoneTransEffectCallUiAppear,
    40     EPhoneTransEffectCallUiAppear,
    42     EPhoneTransEffectCallUiDisappear,
    41     EPhoneTransEffectCallUiDisappear,
    43     /* These two effect types can be used only when CallUi or Dialer is 
    42     // These 3 effect types can be used only when dialer is
    44     opened/closed from some other app. These cannot be used for 
    43     // opened/closed when some other app than phone is visible 
    45     internal transitions between CallUi<->Dialer.*/
    44     // on the foreground/in the background.
    46     EPhoneTransEffectPhoneUiOpen,
    45     // These cannot be used for internal transitions (=call ui<->dialer).
    47     EPhoneTransEffectPhoneUiClose,
    46     EPhoneTransEffectDialerOpen,
       
    47     EPhoneTransEffectDialerClose,
    48     EPhoneTransEffectDialerCreate,
    48     EPhoneTransEffectDialerCreate,
    49     /* For applying effect to external app launch done from dialer.
    49     // For applying effect to external app launch done from dialer.
    50     Effects triggered by App FW don't work properly.*/
    50     // Effects triggered by App FW don't work properly.
    51     EPhoneTransEffectAppStartFromDialer,
    51     EPhoneTransEffectAppStartFromDialer,
    52     EPhoneTransEffectStop
    52     EPhoneTransEffectStop
    53     };
    53     };
    54 
    54 
    55 // CLASS DECLARATION
    55 // CLASS DECLARATION