equal
deleted
inserted
replaced
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 } |