skins/AknSkins/src/AknsDrawUtils.cpp
branchRCL_3
changeset 13 a2f9480e2280
parent 10 08459e712984
child 24 e4e3998ddda2
equal deleted inserted replaced
11:33ddb261ab37 13:a2f9480e2280
   380     const TAknsBackground* aLayout, const TPoint& aPADelta,
   380     const TAknsBackground* aLayout, const TPoint& aPADelta,
   381     const TInt aDrawParam )
   381     const TInt aDrawParam )
   382     {
   382     {
   383     CAknsAppSkinInstance* appInstance = 
   383     CAknsAppSkinInstance* appInstance = 
   384         static_cast<CAknsAppSkinInstance*>(aSkin);
   384         static_cast<CAknsAppSkinInstance*>(aSkin);
   385         
   385 
   386     if ( IsBackgroundItem( aIID,appInstance ) && 
   386     if ( IsBackgroundItem( aIID,appInstance ) && 
   387             appInstance && appInstance->AnimBackgroundState() )
   387             appInstance && appInstance->AnimBackgroundState() &&
       
   388             !appInstance->AnimationBackgroundDisabled() )
   388         {
   389         {
   389         if( (aDrawParam&KAknsDrawParamPrepareOnly) )
   390         if( (aDrawParam&KAknsDrawParamPrepareOnly) )
   390             {
   391             {
   391             return ETrue;
   392             return ETrue;
   392             }        
   393             }