First public contribution.
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
27 #include "test_step_conf.h"
29 _LIT8(KAnimatedWindowType, "Animated");
31 class CAnimatedWin : public CCompWin
34 static CAnimatedWin* NewLC(RWsSession& aWs, RWindowGroup* aGroup, CCompWin* aParent, CWindowGc& aGc);
35 static void LoadConfiguration(const MTestStepConfigurationContext* aContext);
36 static TBool IsEnabled() { return iEnabled; }
41 void Redraw(const TRect& aRect);
42 void DrawBitmap(CFbsBitGc* aGc, TRect& aClip, TPoint& aOrigin);
43 void SetSize(const TSize & aSize);
44 void SetPos(const TPoint & aPos);
45 virtual const TDesC8& TypeName() { return KAnimatedWindowType; }
46 void DumpDetails(RFile & aFile, TInt aDepth);
49 CAnimatedWin(RWsSession& aWs, RWindowGroup* aGroup, CCompWin* aParent, CWindowGc& aGc);
53 TBool QueryReadyForVerification();
56 void SetAnimPos(const TPoint& aPos);
57 void AppendTime(TDes& aTimeText,const TTime& aTime) const;
59 static TBool iEnabled;
60 static TBool iTransparent;
61 static TBool iTransparentForegroundWindow;
64 class RStressAnim : public RAnim
67 RStressAnim (RAnimDll& aAnimDll);
68 TInt Construct(const RWindowBase &aDevice, const TDesC8 &aParams);
70 TInt RequestAnimThis(TInt aOpcode);
71 TInt RequestAnimThis(TInt aOpcode, const TDesC8 &aParams);
73 friend class CAnimatedWin;
83 EFrameSzXHalf = (EFrameSzX / 2),
84 EFrameSzYHalf = (EFrameSzY / 2),
85 EFrameSzXQtr = (EFrameSzX / 4),
86 EFrameSzYQtr = (EFrameSzY / 4),
87 EFrameSzXEgt = (EFrameSzX / 8),
88 EFrameSzYEgt = (EFrameSzY / 8),
89 EFrameDurMult = 100000,
90 EFrameDurMaxTenthSec = 15,
91 EWatchUrgentSync = 100000, // 1/10 sec
92 EWatchLazySync = 800000, // 8/10 sec
93 EWatchSafeGap = 100000,
94 EWatchMatchGap = 900000
100 CFbsBitmap* iAnimContent [ENofFrames];
101 CFbsBitmap* iAnimMask;
105 CFbsBitmapDevice* iAnimCntDevice [ENofFrames];
106 CFbsBitmapDevice* iAnimMskDevice;
112 TTimeIntervalMicroSeconds32
115 TUint32 iAnimStartup,
116 iAnimLastKnownAction;
117 TInt iKernelTicksPeriod;
119 RBlankWindow* iForeWin; //transparent foreground window