diff options
author | Romain Guy <romainguy@google.com> | 2013-01-07 18:11:52 -0800 |
---|---|---|
committer | Romain Guy <romainguy@google.com> | 2013-01-07 18:11:52 -0800 |
commit | 5b4628aeeaa0462cd99256d28b636c06b1845930 (patch) | |
tree | 1e438a572917e0cd4a32d64cdca8ff192b51169c /tests/HwAccelerationTest/AndroidManifest.xml | |
parent | 7d1c4fa322dec1247f7d509a066e436f1d2706fa (diff) | |
download | frameworks_base-5b4628aeeaa0462cd99256d28b636c06b1845930.zip frameworks_base-5b4628aeeaa0462cd99256d28b636c06b1845930.tar.gz frameworks_base-5b4628aeeaa0462cd99256d28b636c06b1845930.tar.bz2 |
Add more tests for libhwui
These tests verify the behavior when scaling paths and text
Change-Id: I0f3259175bcee93186e30296759996e0447cba99
Diffstat (limited to 'tests/HwAccelerationTest/AndroidManifest.xml')
-rw-r--r-- | tests/HwAccelerationTest/AndroidManifest.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/HwAccelerationTest/AndroidManifest.xml b/tests/HwAccelerationTest/AndroidManifest.xml index 1974e0f..7d2ba19 100644 --- a/tests/HwAccelerationTest/AndroidManifest.xml +++ b/tests/HwAccelerationTest/AndroidManifest.xml @@ -33,6 +33,24 @@ <meta-data android:name="android.graphics.renderThread" android:value="true" /> <activity + android:name="ScaledTextActivity" + android:label="_ScaledText"> + <intent-filter> + <action android:name="android.intent.action.MAIN" /> + <category android:name="android.intent.category.LAUNCHER" /> + </intent-filter> + </activity> + + <activity + android:name="ScaledPathsActivity" + android:label="_ScaledPaths"> + <intent-filter> + <action android:name="android.intent.action.MAIN" /> + <category android:name="android.intent.category.LAUNCHER" /> + </intent-filter> + </activity> + + <activity android:name="Alpha8BitmapActivity" android:label="_Alpha8Bitmap"> <intent-filter> |