xref: /aosp_15_r20/frameworks/base/tests/graphics/HwAccelerationTest/AndroidManifest.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1*d57664e9SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*d57664e9SAndroid Build Coastguard Worker<!-- Copyright (C) 2010 The Android Open Source Project
3*d57664e9SAndroid Build Coastguard Worker
4*d57664e9SAndroid Build Coastguard Worker     Licensed under the Apache License, Version 2.0 (the "License");
5*d57664e9SAndroid Build Coastguard Worker     you may not use this file except in compliance with the License.
6*d57664e9SAndroid Build Coastguard Worker     You may obtain a copy of the License at
7*d57664e9SAndroid Build Coastguard Worker
8*d57664e9SAndroid Build Coastguard Worker          http://www.apache.org/licenses/LICENSE-2.0
9*d57664e9SAndroid Build Coastguard Worker
10*d57664e9SAndroid Build Coastguard Worker     Unless required by applicable law or agreed to in writing, software
11*d57664e9SAndroid Build Coastguard Worker     distributed under the License is distributed on an "AS IS" BASIS,
12*d57664e9SAndroid Build Coastguard Worker     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13*d57664e9SAndroid Build Coastguard Worker     See the License for the specific language governing permissions and
14*d57664e9SAndroid Build Coastguard Worker     limitations under the License.
15*d57664e9SAndroid Build Coastguard Worker-->
16*d57664e9SAndroid Build Coastguard Worker
17*d57664e9SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18*d57664e9SAndroid Build Coastguard Worker     package="com.android.test.hwui">
19*d57664e9SAndroid Build Coastguard Worker
20*d57664e9SAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.INTERNET"/>
21*d57664e9SAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.CAMERA"/>
22*d57664e9SAndroid Build Coastguard Worker    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
23*d57664e9SAndroid Build Coastguard Worker
24*d57664e9SAndroid Build Coastguard Worker    <uses-feature android:name="android.hardware.camera"/>
25*d57664e9SAndroid Build Coastguard Worker    <uses-feature android:name="android.hardware.camera.autofocus"/>
26*d57664e9SAndroid Build Coastguard Worker
27*d57664e9SAndroid Build Coastguard Worker    <uses-sdk android:minSdkVersion="21" />
28*d57664e9SAndroid Build Coastguard Worker
29*d57664e9SAndroid Build Coastguard Worker    <application android:label="HwUi"
30*d57664e9SAndroid Build Coastguard Worker         android:theme="@android:style/Theme.Material.Light">
31*d57664e9SAndroid Build Coastguard Worker
32*d57664e9SAndroid Build Coastguard Worker        <activity android:name="HwTests"
33*d57664e9SAndroid Build Coastguard Worker             android:label="OpenGL Renderer Tests"
34*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
35*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
36*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
37*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.DEFAULT"/>
38*d57664e9SAndroid Build Coastguard Worker                <category android:name="android.intent.category.LAUNCHER"/>
39*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
40*d57664e9SAndroid Build Coastguard Worker        </activity>
41*d57664e9SAndroid Build Coastguard Worker
42*d57664e9SAndroid Build Coastguard Worker        <activity android:name="PathOpsActivity"
43*d57664e9SAndroid Build Coastguard Worker             android:label="Path/Ops"
44*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
45*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
46*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
47*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
48*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
49*d57664e9SAndroid Build Coastguard Worker        </activity>
50*d57664e9SAndroid Build Coastguard Worker
51*d57664e9SAndroid Build Coastguard Worker        <activity android:name="AssetsAtlasActivity"
52*d57664e9SAndroid Build Coastguard Worker             android:label="Atlas/Framework"
53*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
54*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
55*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
56*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
57*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
58*d57664e9SAndroid Build Coastguard Worker        </activity>
59*d57664e9SAndroid Build Coastguard Worker
60*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ScaledTextActivity"
61*d57664e9SAndroid Build Coastguard Worker             android:label="Text/Scaled"
62*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
63*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
64*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
65*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
66*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
67*d57664e9SAndroid Build Coastguard Worker        </activity>
68*d57664e9SAndroid Build Coastguard Worker
69*d57664e9SAndroid Build Coastguard Worker        <activity android:name="Rotate3dTextActivity"
70*d57664e9SAndroid Build Coastguard Worker             android:label="Text/3D Rotation"
71*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
72*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
73*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
74*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
75*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
76*d57664e9SAndroid Build Coastguard Worker        </activity>
77*d57664e9SAndroid Build Coastguard Worker
78*d57664e9SAndroid Build Coastguard Worker        <activity android:name="NoAATextActivity"
79*d57664e9SAndroid Build Coastguard Worker             android:label="Text/Aliased"
80*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
81*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
82*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
83*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
84*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
85*d57664e9SAndroid Build Coastguard Worker        </activity>
86*d57664e9SAndroid Build Coastguard Worker
87*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ScaledPathsActivity"
88*d57664e9SAndroid Build Coastguard Worker             android:label="Path/Scaled"
89*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
90*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
91*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
92*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
93*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
94*d57664e9SAndroid Build Coastguard Worker        </activity>
95*d57664e9SAndroid Build Coastguard Worker
96*d57664e9SAndroid Build Coastguard Worker        <activity android:name="Alpha8BitmapActivity"
97*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/Alpha8"
98*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
99*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
100*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
101*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
102*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
103*d57664e9SAndroid Build Coastguard Worker        </activity>
104*d57664e9SAndroid Build Coastguard Worker
105*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MipMapActivity"
106*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/MipMap"
107*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
108*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
109*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
110*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
111*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
112*d57664e9SAndroid Build Coastguard Worker        </activity>
113*d57664e9SAndroid Build Coastguard Worker
114*d57664e9SAndroid Build Coastguard Worker        <activity android:name="DrawIntoHwBitmapActivity"
115*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/DrawIntoHwBitmap"
116*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
117*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
118*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
119*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
120*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
121*d57664e9SAndroid Build Coastguard Worker        </activity>
122*d57664e9SAndroid Build Coastguard Worker
123*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ColorBitmapActivity"
124*d57664e9SAndroid Build Coastguard Worker                  android:label="Bitmaps/BitmapColors"
125*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
126*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
127*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
128*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
129*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
130*d57664e9SAndroid Build Coastguard Worker        </activity>
131*d57664e9SAndroid Build Coastguard Worker
132*d57664e9SAndroid Build Coastguard Worker        <activity android:name="PathOffsetActivity"
133*d57664e9SAndroid Build Coastguard Worker             android:label="Path/Offset"
134*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
135*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
136*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
137*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
138*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
139*d57664e9SAndroid Build Coastguard Worker        </activity>
140*d57664e9SAndroid Build Coastguard Worker
141*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MultiLayersActivity"
142*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/Multiple"
143*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
144*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
145*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
146*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
147*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
148*d57664e9SAndroid Build Coastguard Worker        </activity>
149*d57664e9SAndroid Build Coastguard Worker
150*d57664e9SAndroid Build Coastguard Worker        <activity android:name="TJunctionActivity"
151*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/T-Junction"
152*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
153*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
154*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
155*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
156*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
157*d57664e9SAndroid Build Coastguard Worker        </activity>
158*d57664e9SAndroid Build Coastguard Worker
159*d57664e9SAndroid Build Coastguard Worker        <activity android:name="TextPathActivity"
160*d57664e9SAndroid Build Coastguard Worker             android:label="Text/As Path"
161*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
162*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
163*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
164*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
165*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
166*d57664e9SAndroid Build Coastguard Worker        </activity>
167*d57664e9SAndroid Build Coastguard Worker
168*d57664e9SAndroid Build Coastguard Worker        <activity android:name="GradientStopsActivity"
169*d57664e9SAndroid Build Coastguard Worker             android:label="Gradients/Multi-stops"
170*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
171*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
172*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
173*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
174*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
175*d57664e9SAndroid Build Coastguard Worker        </activity>
176*d57664e9SAndroid Build Coastguard Worker
177*d57664e9SAndroid Build Coastguard Worker        <activity android:name="PaintDrawFilterActivity"
178*d57664e9SAndroid Build Coastguard Worker             android:label="Paint/Draw Filter"
179*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
180*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
181*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
182*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
183*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
184*d57664e9SAndroid Build Coastguard Worker        </activity>
185*d57664e9SAndroid Build Coastguard Worker
186*d57664e9SAndroid Build Coastguard Worker        <activity android:name="BigGradientActivity"
187*d57664e9SAndroid Build Coastguard Worker             android:label="Gradients/Large"
188*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
189*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
190*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
191*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
192*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
193*d57664e9SAndroid Build Coastguard Worker        </activity>
194*d57664e9SAndroid Build Coastguard Worker
195*d57664e9SAndroid Build Coastguard Worker        <activity android:name="DatePickerActivity"
196*d57664e9SAndroid Build Coastguard Worker             android:label="View/DatePicker"
197*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
198*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
199*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
200*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
201*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
202*d57664e9SAndroid Build Coastguard Worker        </activity>
203*d57664e9SAndroid Build Coastguard Worker
204*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ClipRegionActivity"
205*d57664e9SAndroid Build Coastguard Worker             android:label="Clip/Region 1"
206*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
207*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
208*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
209*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
210*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
211*d57664e9SAndroid Build Coastguard Worker        </activity>
212*d57664e9SAndroid Build Coastguard Worker
213*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ClipRegion2Activity"
214*d57664e9SAndroid Build Coastguard Worker             android:label="Clip/Region 2"
215*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
216*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
217*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
218*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
219*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
220*d57664e9SAndroid Build Coastguard Worker        </activity>
221*d57664e9SAndroid Build Coastguard Worker
222*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ClipRegion3Activity"
223*d57664e9SAndroid Build Coastguard Worker             android:label="Clip/Region 3"
224*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
225*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
226*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
227*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
228*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
229*d57664e9SAndroid Build Coastguard Worker        </activity>
230*d57664e9SAndroid Build Coastguard Worker
231*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ClipOutlineActivity"
232*d57664e9SAndroid Build Coastguard Worker             android:label="Clip/Outline"
233*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
234*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
235*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
236*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
237*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
238*d57664e9SAndroid Build Coastguard Worker        </activity>
239*d57664e9SAndroid Build Coastguard Worker
240*d57664e9SAndroid Build Coastguard Worker        <activity android:name="DisplayListLayersActivity"
241*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/Display Lists"
242*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
243*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
244*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
245*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
246*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
247*d57664e9SAndroid Build Coastguard Worker        </activity>
248*d57664e9SAndroid Build Coastguard Worker
249*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MatrixActivity"
250*d57664e9SAndroid Build Coastguard Worker             android:label="Misc/Matrix"
251*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
252*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
253*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
254*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
255*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
256*d57664e9SAndroid Build Coastguard Worker        </activity>
257*d57664e9SAndroid Build Coastguard Worker
258*d57664e9SAndroid Build Coastguard Worker        <activity android:name="LooperAcceleration"
259*d57664e9SAndroid Build Coastguard Worker             android:label="Misc/LooperAcceleration"
260*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
261*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
262*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
263*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
264*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
265*d57664e9SAndroid Build Coastguard Worker        </activity>
266*d57664e9SAndroid Build Coastguard Worker
267*d57664e9SAndroid Build Coastguard Worker        <activity android:name="TextFadeActivity"
268*d57664e9SAndroid Build Coastguard Worker             android:label="Text/Fade"
269*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
270*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
271*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
272*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
273*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
274*d57664e9SAndroid Build Coastguard Worker        </activity>
275*d57664e9SAndroid Build Coastguard Worker
276*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MaxBitmapSizeActivity"
277*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/Max Size"
278*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
279*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
280*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
281*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
282*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
283*d57664e9SAndroid Build Coastguard Worker        </activity>
284*d57664e9SAndroid Build Coastguard Worker
285*d57664e9SAndroid Build Coastguard Worker        <activity android:name="TimeDialogActivity"
286*d57664e9SAndroid Build Coastguard Worker             android:label="View/TimeDialog"
287*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
288*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
289*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
290*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
291*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
292*d57664e9SAndroid Build Coastguard Worker        </activity>
293*d57664e9SAndroid Build Coastguard Worker
294*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ColoredShadowsActivity"
295*d57664e9SAndroid Build Coastguard Worker             android:label="View/ColoredShadows"
296*d57664e9SAndroid Build Coastguard Worker             android:theme="@style/ThemeColoredShadows"
297*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
298*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
299*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
300*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
301*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
302*d57664e9SAndroid Build Coastguard Worker        </activity>
303*d57664e9SAndroid Build Coastguard Worker
304*d57664e9SAndroid Build Coastguard Worker        <activity android:name="OpaqueActivity"
305*d57664e9SAndroid Build Coastguard Worker             android:label="Window/Opaque"
306*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
307*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
308*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
309*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
310*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
311*d57664e9SAndroid Build Coastguard Worker        </activity>
312*d57664e9SAndroid Build Coastguard Worker
313*d57664e9SAndroid Build Coastguard Worker        <activity android:name="GetBitmapActivity"
314*d57664e9SAndroid Build Coastguard Worker             android:label="TextureView/Get Bitmap"
315*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
316*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
317*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
318*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
319*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
320*d57664e9SAndroid Build Coastguard Worker        </activity>
321*d57664e9SAndroid Build Coastguard Worker
322*d57664e9SAndroid Build Coastguard Worker        <activity android:name="PictureCaptureDemo"
323*d57664e9SAndroid Build Coastguard Worker             android:label="Debug/Picture Capture"
324*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
325*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
326*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
327*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
328*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
329*d57664e9SAndroid Build Coastguard Worker        </activity>
330*d57664e9SAndroid Build Coastguard Worker
331*d57664e9SAndroid Build Coastguard Worker        <activity android:name="SmallCircleActivity"
332*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/Small Circle"
333*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
334*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
335*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
336*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
337*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
338*d57664e9SAndroid Build Coastguard Worker        </activity>
339*d57664e9SAndroid Build Coastguard Worker
340*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ClearActivity"
341*d57664e9SAndroid Build Coastguard Worker             android:label="Window/Clear"
342*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
343*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
344*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
345*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
346*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
347*d57664e9SAndroid Build Coastguard Worker        </activity>
348*d57664e9SAndroid Build Coastguard Worker
349*d57664e9SAndroid Build Coastguard Worker        <activity android:name="TextureViewActivity"
350*d57664e9SAndroid Build Coastguard Worker             android:label="TextureView/Camera"
351*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
352*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
353*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
354*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
355*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
356*d57664e9SAndroid Build Coastguard Worker        </activity>
357*d57664e9SAndroid Build Coastguard Worker
358*d57664e9SAndroid Build Coastguard Worker        <activity android:name="GlyphCacheActivity"
359*d57664e9SAndroid Build Coastguard Worker             android:label="Text/Glyph Cache"
360*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
361*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
362*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
363*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
364*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
365*d57664e9SAndroid Build Coastguard Worker        </activity>
366*d57664e9SAndroid Build Coastguard Worker
367*d57664e9SAndroid Build Coastguard Worker        <activity android:name="CanvasTextureViewActivity"
368*d57664e9SAndroid Build Coastguard Worker             android:label="TextureView/Canvas"
369*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
370*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
371*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
372*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
373*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
374*d57664e9SAndroid Build Coastguard Worker        </activity>
375*d57664e9SAndroid Build Coastguard Worker
376*d57664e9SAndroid Build Coastguard Worker        <activity android:name="HardwareCanvasTextureViewActivity"
377*d57664e9SAndroid Build Coastguard Worker             android:label="TextureView/HardwareCanvas"
378*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
379*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
380*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
381*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
382*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
383*d57664e9SAndroid Build Coastguard Worker        </activity>
384*d57664e9SAndroid Build Coastguard Worker
385*d57664e9SAndroid Build Coastguard Worker        <activity android:name="SingleFrameTextureViewTestActivity"
386*d57664e9SAndroid Build Coastguard Worker             android:label="TextureView/SingleFrameTextureViewTest"
387*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
388*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
389*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
390*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
391*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
392*d57664e9SAndroid Build Coastguard Worker        </activity>
393*d57664e9SAndroid Build Coastguard Worker
394*d57664e9SAndroid Build Coastguard Worker        <activity android:name="HardwareCanvasSurfaceViewActivity"
395*d57664e9SAndroid Build Coastguard Worker             android:label="SurfaceView/HardwareCanvas"
396*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
397*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
398*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
399*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
400*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
401*d57664e9SAndroid Build Coastguard Worker        </activity>
402*d57664e9SAndroid Build Coastguard Worker
403*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MovingSurfaceViewActivity"
404*d57664e9SAndroid Build Coastguard Worker             android:label="SurfaceView/Animated Movement"
405*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
406*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
407*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
408*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
409*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
410*d57664e9SAndroid Build Coastguard Worker        </activity>
411*d57664e9SAndroid Build Coastguard Worker
412*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ScrollingZAboveSurfaceView"
413*d57664e9SAndroid Build Coastguard Worker            android:label="SurfaceView/Z-Above scrolling"
414*d57664e9SAndroid Build Coastguard Worker            android:exported="true">
415*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
416*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
417*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
418*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
419*d57664e9SAndroid Build Coastguard Worker        </activity>
420*d57664e9SAndroid Build Coastguard Worker
421*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ScrollingZAboveScaledSurfaceView"
422*d57664e9SAndroid Build Coastguard Worker            android:label="SurfaceView/Z-Above scrolling, scaled surface"
423*d57664e9SAndroid Build Coastguard Worker            android:exported="true">
424*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
425*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
426*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
427*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
428*d57664e9SAndroid Build Coastguard Worker        </activity>
429*d57664e9SAndroid Build Coastguard Worker
430*d57664e9SAndroid Build Coastguard Worker        <activity android:name="StretchySurfaceViewActivity"
431*d57664e9SAndroid Build Coastguard Worker                  android:label="SurfaceView/Stretchy Movement"
432*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
433*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
434*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
435*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
436*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
437*d57664e9SAndroid Build Coastguard Worker        </activity>
438*d57664e9SAndroid Build Coastguard Worker
439*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ScrollingStretchSurfaceViewActivity"
440*d57664e9SAndroid Build Coastguard Worker                  android:label="SurfaceView/Scrolling Stretched SurfaceView"
441*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
442*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
443*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
444*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
445*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
446*d57664e9SAndroid Build Coastguard Worker        </activity>
447*d57664e9SAndroid Build Coastguard Worker
448*d57664e9SAndroid Build Coastguard Worker        <activity android:name="GetBitmapSurfaceViewActivity"
449*d57664e9SAndroid Build Coastguard Worker             android:label="SurfaceView/GetBitmap with Camera source"
450*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
451*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
452*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
453*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
454*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
455*d57664e9SAndroid Build Coastguard Worker        </activity>
456*d57664e9SAndroid Build Coastguard Worker
457*d57664e9SAndroid Build Coastguard Worker        <activity android:name="VideoViewCaptureActivity"
458*d57664e9SAndroid Build Coastguard Worker             android:label="SurfaceView/GetBitmap with Video source"
459*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
460*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
461*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
462*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
463*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
464*d57664e9SAndroid Build Coastguard Worker        </activity>
465*d57664e9SAndroid Build Coastguard Worker
466*d57664e9SAndroid Build Coastguard Worker        <activity android:name="SurfaceViewAlphaActivity"
467*d57664e9SAndroid Build Coastguard Worker             android:label="SurfaceView/SurfaceView with Alpha"
468*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
469*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
470*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
471*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
472*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
473*d57664e9SAndroid Build Coastguard Worker        </activity>
474*d57664e9SAndroid Build Coastguard Worker
475*d57664e9SAndroid Build Coastguard Worker        <activity android:name=".PenStylusActivity"
476*d57664e9SAndroid Build Coastguard Worker                  android:label="Pen/Draw"
477*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
478*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
479*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
480*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
481*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
482*d57664e9SAndroid Build Coastguard Worker        </activity>
483*d57664e9SAndroid Build Coastguard Worker
484*d57664e9SAndroid Build Coastguard Worker        <activity android:name="GLTextureViewActivity"
485*d57664e9SAndroid Build Coastguard Worker             android:label="TextureView/OpenGL"
486*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
487*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
488*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
489*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
490*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
491*d57664e9SAndroid Build Coastguard Worker        </activity>
492*d57664e9SAndroid Build Coastguard Worker
493*d57664e9SAndroid Build Coastguard Worker        <activity android:name="BitmapMeshActivity"
494*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/Mesh"
495*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
496*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
497*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
498*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
499*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
500*d57664e9SAndroid Build Coastguard Worker        </activity>
501*d57664e9SAndroid Build Coastguard Worker
502*d57664e9SAndroid Build Coastguard Worker        <activity android:name="BitmapMutateActivity"
503*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/Mutate"
504*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
505*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
506*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
507*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
508*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
509*d57664e9SAndroid Build Coastguard Worker        </activity>
510*d57664e9SAndroid Build Coastguard Worker
511*d57664e9SAndroid Build Coastguard Worker        <activity android:name="BitmapMeshLayerActivity"
512*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/Mesh in Layer"
513*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
514*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
515*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
516*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
517*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
518*d57664e9SAndroid Build Coastguard Worker        </activity>
519*d57664e9SAndroid Build Coastguard Worker
520*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MarqueeActivity"
521*d57664e9SAndroid Build Coastguard Worker             android:label="Text/Marquee"
522*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
523*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
524*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
525*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
526*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
527*d57664e9SAndroid Build Coastguard Worker        </activity>
528*d57664e9SAndroid Build Coastguard Worker
529*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ShapesActivity"
530*d57664e9SAndroid Build Coastguard Worker             android:label="Path/Shapes"
531*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
532*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
533*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
534*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
535*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
536*d57664e9SAndroid Build Coastguard Worker        </activity>
537*d57664e9SAndroid Build Coastguard Worker
538*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ColoredRectsActivity"
539*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/Rects"
540*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
541*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
542*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
543*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
544*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
545*d57664e9SAndroid Build Coastguard Worker        </activity>
546*d57664e9SAndroid Build Coastguard Worker
547*d57664e9SAndroid Build Coastguard Worker        <activity android:name="SimplePatchActivity"
548*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/9-Patch"
549*d57664e9SAndroid Build Coastguard Worker             android:theme="@android:style/Theme.Translucent.NoTitleBar"
550*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
551*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
552*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
553*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
554*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
555*d57664e9SAndroid Build Coastguard Worker        </activity>
556*d57664e9SAndroid Build Coastguard Worker
557*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ViewLayersActivity"
558*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/Views 1"
559*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
560*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
561*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
562*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
563*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
564*d57664e9SAndroid Build Coastguard Worker        </activity>
565*d57664e9SAndroid Build Coastguard Worker
566*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ViewLayersActivity2"
567*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/Views 2"
568*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
569*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
570*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
571*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
572*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
573*d57664e9SAndroid Build Coastguard Worker        </activity>
574*d57664e9SAndroid Build Coastguard Worker
575*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ViewLayersActivity3"
576*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/Views 3"
577*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
578*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
579*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
580*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
581*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
582*d57664e9SAndroid Build Coastguard Worker        </activity>
583*d57664e9SAndroid Build Coastguard Worker
584*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ViewLayersActivity4"
585*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/Views 4"
586*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
587*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
588*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
589*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
590*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
591*d57664e9SAndroid Build Coastguard Worker        </activity>
592*d57664e9SAndroid Build Coastguard Worker
593*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ViewLayersActivity5"
594*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/Views 5"
595*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
596*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
597*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
598*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
599*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
600*d57664e9SAndroid Build Coastguard Worker        </activity>
601*d57664e9SAndroid Build Coastguard Worker
602*d57664e9SAndroid Build Coastguard Worker        <activity android:name="AlphaLayersActivity"
603*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/Alpha"
604*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
605*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
606*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
607*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
608*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
609*d57664e9SAndroid Build Coastguard Worker        </activity>
610*d57664e9SAndroid Build Coastguard Worker
611*d57664e9SAndroid Build Coastguard Worker        <activity android:name="AdvancedGradientsActivity"
612*d57664e9SAndroid Build Coastguard Worker             android:label="Gradients/Advanced"
613*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
614*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
615*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
616*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
617*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
618*d57664e9SAndroid Build Coastguard Worker        </activity>
619*d57664e9SAndroid Build Coastguard Worker
620*d57664e9SAndroid Build Coastguard Worker        <activity android:name="Bitmaps3dActivity"
621*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/3D Rotation"
622*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
623*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
624*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
625*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
626*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
627*d57664e9SAndroid Build Coastguard Worker        </activity>
628*d57664e9SAndroid Build Coastguard Worker
629*d57664e9SAndroid Build Coastguard Worker        <activity android:name="LabelsActivity"
630*d57664e9SAndroid Build Coastguard Worker             android:label="View/TextView"
631*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
632*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
633*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
634*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
635*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
636*d57664e9SAndroid Build Coastguard Worker        </activity>
637*d57664e9SAndroid Build Coastguard Worker
638*d57664e9SAndroid Build Coastguard Worker            <activity android:name="ViewFlipperActivity"
639*d57664e9SAndroid Build Coastguard Worker                 android:label="View/ViewFlipper"
640*d57664e9SAndroid Build Coastguard Worker                 android:theme="@android:style/Theme.Translucent.NoTitleBar"
641*d57664e9SAndroid Build Coastguard Worker                 android:exported="true">
642*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
643*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
644*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
645*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
646*d57664e9SAndroid Build Coastguard Worker        </activity>
647*d57664e9SAndroid Build Coastguard Worker
648*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ResizeActivity"
649*d57664e9SAndroid Build Coastguard Worker             android:label="Window/Resize"
650*d57664e9SAndroid Build Coastguard Worker             android:windowSoftInputMode="adjustResize"
651*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
652*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
653*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
654*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
655*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
656*d57664e9SAndroid Build Coastguard Worker        </activity>
657*d57664e9SAndroid Build Coastguard Worker
658*d57664e9SAndroid Build Coastguard Worker        <activity android:name="TextGammaActivity"
659*d57664e9SAndroid Build Coastguard Worker             android:label="Text/Gamma"
660*d57664e9SAndroid Build Coastguard Worker             android:theme="@android:style/Theme.Translucent.NoTitleBar"
661*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
662*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
663*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
664*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
665*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
666*d57664e9SAndroid Build Coastguard Worker        </activity>
667*d57664e9SAndroid Build Coastguard Worker
668*d57664e9SAndroid Build Coastguard Worker            <activity android:name="TextGammaActivity$SubGammaActivity"
669*d57664e9SAndroid Build Coastguard Worker                 android:label="Text/Sub Gamma"
670*d57664e9SAndroid Build Coastguard Worker                 android:theme="@android:style/Theme.Translucent.NoTitleBar"
671*d57664e9SAndroid Build Coastguard Worker                 android:hardwareAccelerated="false"
672*d57664e9SAndroid Build Coastguard Worker                 android:exported="true">
673*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
674*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
675*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
676*d57664e9SAndroid Build Coastguard Worker        </activity>
677*d57664e9SAndroid Build Coastguard Worker
678*d57664e9SAndroid Build Coastguard Worker        <activity android:name="LayersActivity"
679*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/Canvas Layers"
680*d57664e9SAndroid Build Coastguard Worker             android:theme="@android:style/Theme.Translucent.NoTitleBar"
681*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
682*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
683*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
684*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
685*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
686*d57664e9SAndroid Build Coastguard Worker        </activity>
687*d57664e9SAndroid Build Coastguard Worker
688*d57664e9SAndroid Build Coastguard Worker        <activity android:name="NewLayersActivity"
689*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/Overlapping Layers"
690*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
691*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
692*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
693*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
694*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
695*d57664e9SAndroid Build Coastguard Worker        </activity>
696*d57664e9SAndroid Build Coastguard Worker
697*d57664e9SAndroid Build Coastguard Worker        <activity android:name="XfermodeActivity"
698*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/Xfermodes"
699*d57664e9SAndroid Build Coastguard Worker             android:theme="@android:style/Theme.Translucent.NoTitleBar"
700*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
701*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
702*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
703*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
704*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
705*d57664e9SAndroid Build Coastguard Worker        </activity>
706*d57664e9SAndroid Build Coastguard Worker
707*d57664e9SAndroid Build Coastguard Worker        <activity android:name="BitmapsActivity"
708*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/Draw Bitmaps"
709*d57664e9SAndroid Build Coastguard Worker             android:theme="@android:style/Theme.Translucent.NoTitleBar"
710*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
711*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
712*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
713*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
714*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
715*d57664e9SAndroid Build Coastguard Worker        </activity>
716*d57664e9SAndroid Build Coastguard Worker
717*d57664e9SAndroid Build Coastguard Worker        <activity android:name="BitmapsSkewActivity"
718*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/Skew"
719*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
720*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
721*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
722*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
723*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
724*d57664e9SAndroid Build Coastguard Worker        </activity>
725*d57664e9SAndroid Build Coastguard Worker
726*d57664e9SAndroid Build Coastguard Worker        <activity android:name="BitmapsAlphaActivity"
727*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/Alpha"
728*d57664e9SAndroid Build Coastguard Worker             android:theme="@android:style/Theme.Translucent.NoTitleBar"
729*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
730*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
731*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
732*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
733*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
734*d57664e9SAndroid Build Coastguard Worker        </activity>
735*d57664e9SAndroid Build Coastguard Worker
736*d57664e9SAndroid Build Coastguard Worker        <activity android:name="BitmapsRectActivity"
737*d57664e9SAndroid Build Coastguard Worker             android:label="Bitmaps/Rect"
738*d57664e9SAndroid Build Coastguard Worker             android:theme="@android:style/Theme.Translucent.NoTitleBar"
739*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
740*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
741*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
742*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
743*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
744*d57664e9SAndroid Build Coastguard Worker        </activity>
745*d57664e9SAndroid Build Coastguard Worker
746*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ThinPatchesActivity"
747*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/9-Patch Thin Drawable"
748*d57664e9SAndroid Build Coastguard Worker             android:theme="@android:style/Theme.Translucent.NoTitleBar"
749*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
750*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
751*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
752*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
753*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
754*d57664e9SAndroid Build Coastguard Worker        </activity>
755*d57664e9SAndroid Build Coastguard Worker
756*d57664e9SAndroid Build Coastguard Worker        <activity android:name="NinePatchesActivity"
757*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/9-Patch Drawable"
758*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
759*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
760*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
761*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
762*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
763*d57664e9SAndroid Build Coastguard Worker        </activity>
764*d57664e9SAndroid Build Coastguard Worker
765*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MoreNinePatchesActivity"
766*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/9-Patch Vertical Drawable"
767*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
768*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
769*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
770*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
771*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
772*d57664e9SAndroid Build Coastguard Worker        </activity>
773*d57664e9SAndroid Build Coastguard Worker
774*d57664e9SAndroid Build Coastguard Worker        <activity android:name="QuickRejectActivity"
775*d57664e9SAndroid Build Coastguard Worker             android:label="Clip/QuickReject"
776*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
777*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
778*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
779*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
780*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
781*d57664e9SAndroid Build Coastguard Worker        </activity>
782*d57664e9SAndroid Build Coastguard Worker
783*d57664e9SAndroid Build Coastguard Worker        <activity android:name="RotationActivity"
784*d57664e9SAndroid Build Coastguard Worker             android:label="View/Rotation"
785*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
786*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
787*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
788*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
789*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
790*d57664e9SAndroid Build Coastguard Worker        </activity>
791*d57664e9SAndroid Build Coastguard Worker
792*d57664e9SAndroid Build Coastguard Worker        <activity android:name="GradientsActivity"
793*d57664e9SAndroid Build Coastguard Worker             android:label="Gradients/Gradients"
794*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
795*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
796*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
797*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
798*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
799*d57664e9SAndroid Build Coastguard Worker        </activity>
800*d57664e9SAndroid Build Coastguard Worker
801*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ShadersActivity"
802*d57664e9SAndroid Build Coastguard Worker             android:label="Shaders/Shaders"
803*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
804*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
805*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
806*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
807*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
808*d57664e9SAndroid Build Coastguard Worker        </activity>
809*d57664e9SAndroid Build Coastguard Worker
810*d57664e9SAndroid Build Coastguard Worker        <activity android:name="BackdropBlurActivity"
811*d57664e9SAndroid Build Coastguard Worker                  android:label="RenderEffect/BackdropBlur"
812*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
813*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
814*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
815*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
816*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
817*d57664e9SAndroid Build Coastguard Worker        </activity>
818*d57664e9SAndroid Build Coastguard Worker
819*d57664e9SAndroid Build Coastguard Worker        <activity android:name="BlurActivity"
820*d57664e9SAndroid Build Coastguard Worker                  android:label="RenderEffect/Blur"
821*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
822*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
823*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
824*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
825*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
826*d57664e9SAndroid Build Coastguard Worker        </activity>
827*d57664e9SAndroid Build Coastguard Worker
828*d57664e9SAndroid Build Coastguard Worker        <activity android:name="RenderEffectShaderActivity"
829*d57664e9SAndroid Build Coastguard Worker                  android:label="RenderEffect/Shader"
830*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
831*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
832*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
833*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
834*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
835*d57664e9SAndroid Build Coastguard Worker        </activity>
836*d57664e9SAndroid Build Coastguard Worker
837*d57664e9SAndroid Build Coastguard Worker        <activity android:name="RenderEffectViewActivity"
838*d57664e9SAndroid Build Coastguard Worker                  android:label="RenderEffect/View"
839*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
840*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
841*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
842*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
843*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
844*d57664e9SAndroid Build Coastguard Worker        </activity>
845*d57664e9SAndroid Build Coastguard Worker
846*d57664e9SAndroid Build Coastguard Worker        <activity android:name="StretchShaderActivity"
847*d57664e9SAndroid Build Coastguard Worker                  android:label="RenderEffect/Stretch"
848*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
849*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
850*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
851*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
852*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
853*d57664e9SAndroid Build Coastguard Worker        </activity>
854*d57664e9SAndroid Build Coastguard Worker
855*d57664e9SAndroid Build Coastguard Worker        <activity android:name="EdgeEffectStretchActivity"
856*d57664e9SAndroid Build Coastguard Worker                  android:label="RenderEffect/EdgeEffect stretch"
857*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
858*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
859*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
860*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
861*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
862*d57664e9SAndroid Build Coastguard Worker        </activity>
863*d57664e9SAndroid Build Coastguard Worker
864*d57664e9SAndroid Build Coastguard Worker        <activity android:name="TextActivity"
865*d57664e9SAndroid Build Coastguard Worker             android:label="Text/Simple Text"
866*d57664e9SAndroid Build Coastguard Worker             android:theme="@android:style/Theme.NoTitleBar"
867*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
868*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
869*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
870*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
871*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
872*d57664e9SAndroid Build Coastguard Worker        </activity>
873*d57664e9SAndroid Build Coastguard Worker
874*d57664e9SAndroid Build Coastguard Worker        <activity android:name="PosTextActivity"
875*d57664e9SAndroid Build Coastguard Worker             android:label="Text/Pos Text"
876*d57664e9SAndroid Build Coastguard Worker             android:theme="@android:style/Theme.NoTitleBar"
877*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
878*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
879*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
880*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
881*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
882*d57664e9SAndroid Build Coastguard Worker        </activity>
883*d57664e9SAndroid Build Coastguard Worker
884*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ListActivity"
885*d57664e9SAndroid Build Coastguard Worker             android:label="View/List"
886*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
887*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
888*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
889*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
890*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
891*d57664e9SAndroid Build Coastguard Worker        </activity>
892*d57664e9SAndroid Build Coastguard Worker
893*d57664e9SAndroid Build Coastguard Worker        <activity android:name="TransparentListActivity"
894*d57664e9SAndroid Build Coastguard Worker             android:label="View/Transparent List"
895*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
896*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
897*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
898*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
899*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
900*d57664e9SAndroid Build Coastguard Worker        </activity>
901*d57664e9SAndroid Build Coastguard Worker
902*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MoreShadersActivity"
903*d57664e9SAndroid Build Coastguard Worker             android:label="Shaders/Compose Shaders"
904*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
905*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
906*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
907*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
908*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
909*d57664e9SAndroid Build Coastguard Worker        </activity>
910*d57664e9SAndroid Build Coastguard Worker
911*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ColorFiltersActivity"
912*d57664e9SAndroid Build Coastguard Worker             android:label="ColorFilters/Filters"
913*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
914*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
915*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
916*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
917*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
918*d57664e9SAndroid Build Coastguard Worker        </activity>
919*d57664e9SAndroid Build Coastguard Worker
920*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ColorFiltersMutateActivity"
921*d57664e9SAndroid Build Coastguard Worker             android:label="ColorFilters/Mutate Filters"
922*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
923*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
924*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
925*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
926*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
927*d57664e9SAndroid Build Coastguard Worker        </activity>
928*d57664e9SAndroid Build Coastguard Worker
929*d57664e9SAndroid Build Coastguard Worker        <activity android:name="LinesActivity"
930*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/Lines"
931*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
932*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
933*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
934*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
935*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
936*d57664e9SAndroid Build Coastguard Worker        </activity>
937*d57664e9SAndroid Build Coastguard Worker
938*d57664e9SAndroid Build Coastguard Worker        <activity android:name="Lines2Activity"
939*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/Lines 2"
940*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
941*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
942*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
943*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
944*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
945*d57664e9SAndroid Build Coastguard Worker        </activity>
946*d57664e9SAndroid Build Coastguard Worker
947*d57664e9SAndroid Build Coastguard Worker        <activity android:name="PathsActivity"
948*d57664e9SAndroid Build Coastguard Worker             android:label="Path/Paths"
949*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
950*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
951*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
952*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
953*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
954*d57664e9SAndroid Build Coastguard Worker        </activity>
955*d57664e9SAndroid Build Coastguard Worker
956*d57664e9SAndroid Build Coastguard Worker        <activity android:name="TextOnPathActivity"
957*d57664e9SAndroid Build Coastguard Worker             android:label="Text/Text on Path"
958*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
959*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
960*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
961*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
962*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
963*d57664e9SAndroid Build Coastguard Worker        </activity>
964*d57664e9SAndroid Build Coastguard Worker
965*d57664e9SAndroid Build Coastguard Worker        <activity android:name="PathsCacheActivity"
966*d57664e9SAndroid Build Coastguard Worker             android:label="Path/Cache"
967*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
968*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
969*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>`
970*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
971*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
972*d57664e9SAndroid Build Coastguard Worker        </activity>
973*d57664e9SAndroid Build Coastguard Worker
974*d57664e9SAndroid Build Coastguard Worker        <activity android:name="PointsActivity"
975*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/Points"
976*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
977*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
978*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
979*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
980*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
981*d57664e9SAndroid Build Coastguard Worker        </activity>
982*d57664e9SAndroid Build Coastguard Worker
983*d57664e9SAndroid Build Coastguard Worker        <activity android:name="Transform3dActivity"
984*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/3D Transform"
985*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
986*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
987*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
988*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
989*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
990*d57664e9SAndroid Build Coastguard Worker        </activity>
991*d57664e9SAndroid Build Coastguard Worker
992*d57664e9SAndroid Build Coastguard Worker        <activity android:name="Animated3dActivity"
993*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/Animated 3D Transform"
994*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
995*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
996*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
997*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
998*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
999*d57664e9SAndroid Build Coastguard Worker        </activity>
1000*d57664e9SAndroid Build Coastguard Worker
1001*d57664e9SAndroid Build Coastguard Worker        <activity android:name="SimplePathsActivity"
1002*d57664e9SAndroid Build Coastguard Worker             android:label="Path/Simple Paths"
1003*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1004*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1005*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1006*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1007*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1008*d57664e9SAndroid Build Coastguard Worker        </activity>
1009*d57664e9SAndroid Build Coastguard Worker
1010*d57664e9SAndroid Build Coastguard Worker        <activity android:name="AdvancedBlendActivity"
1011*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/Advanced Blend"
1012*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1013*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1014*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1015*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1016*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1017*d57664e9SAndroid Build Coastguard Worker        </activity>
1018*d57664e9SAndroid Build Coastguard Worker
1019*d57664e9SAndroid Build Coastguard Worker        <activity android:name="FramebufferBlendActivity"
1020*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/Framebuffer Blend"
1021*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1022*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1023*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1024*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1025*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1026*d57664e9SAndroid Build Coastguard Worker        </activity>
1027*d57664e9SAndroid Build Coastguard Worker
1028*d57664e9SAndroid Build Coastguard Worker        <activity android:name="StackActivity"
1029*d57664e9SAndroid Build Coastguard Worker             android:label="View/Stacks"
1030*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1031*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1032*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1033*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1034*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1035*d57664e9SAndroid Build Coastguard Worker        </activity>
1036*d57664e9SAndroid Build Coastguard Worker
1037*d57664e9SAndroid Build Coastguard Worker        <activity android:name="PathDestructionActivity"
1038*d57664e9SAndroid Build Coastguard Worker             android:label="Path/Path Destruction"
1039*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1040*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1041*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1042*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1043*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1044*d57664e9SAndroid Build Coastguard Worker        </activity>
1045*d57664e9SAndroid Build Coastguard Worker
1046*d57664e9SAndroid Build Coastguard Worker        <activity android:name="TransformsAndAnimationsActivity"
1047*d57664e9SAndroid Build Coastguard Worker             android:label="Draw/Transforms and Animations"
1048*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1049*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1050*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1051*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1052*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1053*d57664e9SAndroid Build Coastguard Worker        </activity>
1054*d57664e9SAndroid Build Coastguard Worker
1055*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ViewPropertyAlphaActivity"
1056*d57664e9SAndroid Build Coastguard Worker             android:label="View/Alpha Property"
1057*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1058*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1059*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1060*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1061*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1062*d57664e9SAndroid Build Coastguard Worker        </activity>
1063*d57664e9SAndroid Build Coastguard Worker
1064*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ViewLayerInvalidationActivity"
1065*d57664e9SAndroid Build Coastguard Worker             android:label="Layers/Invalidation"
1066*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1067*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1068*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1069*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1070*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1071*d57664e9SAndroid Build Coastguard Worker        </activity>
1072*d57664e9SAndroid Build Coastguard Worker
1073*d57664e9SAndroid Build Coastguard Worker        <activity android:name="ProjectionActivity"
1074*d57664e9SAndroid Build Coastguard Worker             android:label="Reordering/Projection"
1075*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1076*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1077*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1078*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1079*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1080*d57664e9SAndroid Build Coastguard Worker        </activity>
1081*d57664e9SAndroid Build Coastguard Worker
1082*d57664e9SAndroid Build Coastguard Worker        <activity android:name=".ProjectionClippingActivity"
1083*d57664e9SAndroid Build Coastguard Worker             android:label="Reordering/Projection Clipping"
1084*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1085*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1086*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1087*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1088*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1089*d57664e9SAndroid Build Coastguard Worker        </activity>
1090*d57664e9SAndroid Build Coastguard Worker
1091*d57664e9SAndroid Build Coastguard Worker        <activity android:name=".ZOrderingActivity"
1092*d57664e9SAndroid Build Coastguard Worker             android:label="Reordering/Z Ordering"
1093*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1094*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1095*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1096*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1097*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1098*d57664e9SAndroid Build Coastguard Worker        </activity>
1099*d57664e9SAndroid Build Coastguard Worker
1100*d57664e9SAndroid Build Coastguard Worker        <activity android:name="GLDepthTestActivity"
1101*d57664e9SAndroid Build Coastguard Worker             android:label="Reordering/OpenGL Depth Test"
1102*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1103*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1104*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1105*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1106*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1107*d57664e9SAndroid Build Coastguard Worker        </activity>
1108*d57664e9SAndroid Build Coastguard Worker
1109*d57664e9SAndroid Build Coastguard Worker        <activity android:name="CirclePropActivity"
1110*d57664e9SAndroid Build Coastguard Worker             android:label="Animation/Circle Props"
1111*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1112*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1113*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1114*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1115*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1116*d57664e9SAndroid Build Coastguard Worker        </activity>
1117*d57664e9SAndroid Build Coastguard Worker
1118*d57664e9SAndroid Build Coastguard Worker        <activity android:name="RevealActivity"
1119*d57664e9SAndroid Build Coastguard Worker             android:label="Animation/Reveal Animation"
1120*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1121*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1122*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1123*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1124*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1125*d57664e9SAndroid Build Coastguard Worker        </activity>
1126*d57664e9SAndroid Build Coastguard Worker
1127*d57664e9SAndroid Build Coastguard Worker        <activity android:name="RippleActivity"
1128*d57664e9SAndroid Build Coastguard Worker                  android:label="Animation/Ripple Animation"
1129*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
1130*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1131*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1132*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1133*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1134*d57664e9SAndroid Build Coastguard Worker        </activity>
1135*d57664e9SAndroid Build Coastguard Worker
1136*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MultiProducerActivity"
1137*d57664e9SAndroid Build Coastguard Worker             android:label="Threads/Multiple Producers"
1138*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1139*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1140*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1141*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1142*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1143*d57664e9SAndroid Build Coastguard Worker        </activity>
1144*d57664e9SAndroid Build Coastguard Worker
1145*d57664e9SAndroid Build Coastguard Worker        <activity android:name="PixelCopyWindow"
1146*d57664e9SAndroid Build Coastguard Worker             android:label="Readback/Window"
1147*d57664e9SAndroid Build Coastguard Worker             android:screenOrientation="fullSensor"
1148*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1149*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1150*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1151*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1152*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1153*d57664e9SAndroid Build Coastguard Worker        </activity>
1154*d57664e9SAndroid Build Coastguard Worker
1155*d57664e9SAndroid Build Coastguard Worker        <activity android:name="PositionListenerActivity"
1156*d57664e9SAndroid Build Coastguard Worker             android:label="RenderNode/PositionListener"
1157*d57664e9SAndroid Build Coastguard Worker             android:screenOrientation="fullSensor"
1158*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1159*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1160*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1161*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1162*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1163*d57664e9SAndroid Build Coastguard Worker        </activity>
1164*d57664e9SAndroid Build Coastguard Worker
1165*d57664e9SAndroid Build Coastguard Worker        <activity android:name="CustomRenderer"
1166*d57664e9SAndroid Build Coastguard Worker             android:label="HardwareRenderer/HelloTakeSurface"
1167*d57664e9SAndroid Build Coastguard Worker             android:screenOrientation="fullSensor"
1168*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1169*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1170*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1171*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1172*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1173*d57664e9SAndroid Build Coastguard Worker        </activity>
1174*d57664e9SAndroid Build Coastguard Worker
1175*d57664e9SAndroid Build Coastguard Worker        <activity android:name="HardwareBufferRendererActivity"
1176*d57664e9SAndroid Build Coastguard Worker            android:label="HardwareRenderer/HardwareBufferRenderer"
1177*d57664e9SAndroid Build Coastguard Worker            android:exported="true">
1178*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1179*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1180*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1181*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1182*d57664e9SAndroid Build Coastguard Worker        </activity>
1183*d57664e9SAndroid Build Coastguard Worker
1184*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MyLittleTextureView"
1185*d57664e9SAndroid Build Coastguard Worker             android:label="HardwareRenderer/MyLittleTextureView"
1186*d57664e9SAndroid Build Coastguard Worker             android:screenOrientation="fullSensor"
1187*d57664e9SAndroid Build Coastguard Worker             android:exported="true">
1188*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1189*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1190*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1191*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1192*d57664e9SAndroid Build Coastguard Worker        </activity>
1193*d57664e9SAndroid Build Coastguard Worker
1194*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MeshActivity"
1195*d57664e9SAndroid Build Coastguard Worker                  android:label="Mesh/SimpleMesh"
1196*d57664e9SAndroid Build Coastguard Worker                  android:exported="true">
1197*d57664e9SAndroid Build Coastguard Worker            <intent-filter>
1198*d57664e9SAndroid Build Coastguard Worker                <action android:name="android.intent.action.MAIN"/>
1199*d57664e9SAndroid Build Coastguard Worker                <category android:name="com.android.test.hwui.TEST"/>
1200*d57664e9SAndroid Build Coastguard Worker            </intent-filter>
1201*d57664e9SAndroid Build Coastguard Worker        </activity>
1202*d57664e9SAndroid Build Coastguard Worker        <activity android:name="MeshLargeActivity"
1203*d57664e9SAndroid Build Coastguard Worker                             android:label="Mesh/LargeMesh"
1204*d57664e9SAndroid Build Coastguard Worker                             android:exported="true">
1205*d57664e9SAndroid Build Coastguard Worker        <intent-filter>
1206*d57664e9SAndroid Build Coastguard Worker            <action android:name="android.intent.action.MAIN"/>
1207*d57664e9SAndroid Build Coastguard Worker            <category android:name="com.android.test.hwui.TEST"/>
1208*d57664e9SAndroid Build Coastguard Worker        </intent-filter>
1209*d57664e9SAndroid Build Coastguard Worker    </activity>
1210*d57664e9SAndroid Build Coastguard Worker    </application>
1211*d57664e9SAndroid Build Coastguard Worker</manifest>
1212