summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Properly show emoji in the notification ticker.Daniel Sandler2012-10-192-8/+46
| | | | | | | | | Add an emoji test to StatusBarTest (working around some difficulties in actually putting high-Unicode chars in the layout xml). Bug: 7378383 Change-Id: Ifce9844b26f67d2799521623e5161aa4dad69ed1
* Merge "Add API to enable mipmaps on Bitmap Bug #7353771" into jb-mr1-devRomain Guy2012-10-163-0/+86
|\
| * Add API to enable mipmaps on BitmapRomain Guy2012-10-163-0/+86
| | | | | | | | | | | | | | | | | | Bug #7353771 This API can be used when scaling large images down to a small size to get nicer looking results. Change-Id: If09087eed36077eee5355f6047a3ca67747d7d9e
* | Support clipping in Canvas.drawBitmapMesh()Romain Guy2012-10-161-0/+7
|/ | | | | | Bug #7354162 Change-Id: Ifd1d0b365e8a4d88e0ff0629c9ee13f27e1a7331
* Merge "Port ImageProcessing to Filterscript." into jb-mr1-devJason Sams2012-10-1218-77/+77
|\
| * Port ImageProcessing to Filterscript.Stephen Hines2012-10-1218-77/+77
| | | | | | | | | | | | | | This enables testing of the Filterscript front-end for llvm-rs-cc. Bug: 7166741 Change-Id: I90bda9d2710c6652336a8c112b5654c5da3d14e4
* | Fix crash in ImageProcessing blend testJason Sams2012-10-122-2/+5
|/ | | | | | | | | The blend test would use a stale context when running all tests. bug 7327728 Change-Id: I5802b9b382d8893419efe86d33fdfeeb27729e31
* Update compatibility library testsJason Sams2012-10-1034-293/+1390
| | | | | | bug 7327728 Change-Id: If3f85fb8944d7217a4d5c035f522d1ecc7af3a07
* Adds showWhenLocked attribute to Activities.Craig Mautner2012-10-061-1/+1
| | | | | | | | The new attribute allows an Activity such as the alarm to appear on all users screens. Bug: 7213805 fixed. Change-Id: If7866b13d88c04af07debc69e0e875d0adc6050a
* Fix range on blur intrinsic.Jason Sams2012-10-021-6/+7
| | | | | | | | | | The intrinsic fails when the radius was 0. A blur of radius 0 is a nop and should be disallowed. Fix the test to allow sub-pixel radius to be selected. bug 7273437 Change-Id: I2805674e29d557615eb7ac65c7910d4dffa28b58
* New internal API to eliminate poke locks.Jeff Brown2012-10-011-66/+0
| | | | | | | | | | | Added a new WindowManager.LayoutParams inputFeatures flag to disable automatic user activity behavior when an input event is sent to a window. Added a new WindowManager.LayoutParams field userActivityTimeout. Bug: 7165399 Change-Id: I204eafa37ef26aacc2c52a1ba1ecce1eebb0e0d9
* Lighten grain and make live preview gpu friendly.Jason Sams2012-09-285-44/+43
| | | | | | | | | | Preview now does yuv->rgb using the intrinsic script. Grain uses a smaller wrapped rand buffer so it is not just rand test. bug 7216044 Change-Id: If74eedc7d3cf264895133671edc546af9b1527f2
* Cleanup internal status bar APIs.Daniel Sandler2012-09-271-6/+20
| | | | | | | | | | | IStatusBarService.collapseQuickSettings is gone; collapseNotifications is now collapsePanels, which does what collapse() used to do. Similarly, IStatusBar.animateCollapseQuickSettings is now simply IStatusBar.animateCollapse(). Bug: 7245229 Change-Id: Id157d2fdf34926d3c85ffa8b81c741a5359aede4
* Merge "RS char bug repro case" into jb-mr1-devStephen Hines2012-09-263-0/+137
|\
| * RS char bug repro caseStephen Hines2012-09-253-0/+137
| | | | | | | | | | | | Bug: 6865598 Change-Id: Ic43002e0b0646af7eda1b2283e4df7db8dfcf68b
* | Merge "Restore RSTest functionality (char bug is fixed)." into jb-mr1-devStephen Hines2012-09-262-16/+1
|\ \
| * | Restore RSTest functionality (char bug is fixed).Stephen Hines2012-09-252-16/+1
| |/ | | | | | | | | Bug: 6865598 Change-Id: If65ff3c29b28c1008fbf1ad91a92b54210d60547
* | Merge "fix build break" into jb-mr1-devTim Murray2012-09-261-0/+24
|\ \
| * | fix build breakTim Murray2012-09-261-0/+24
| | | | | | | | | | | | Change-Id: I51603e7c645ce7aaa632e88bdc44578094785fdd
* | | Merge "fix blend intrinsics, add tests" into jb-mr1-devTim Murray2012-09-264-7/+214
|\ \ \ | |/ /
| * | fix blend intrinsics, add testsTim Murray2012-09-264-7/+214
| | | | | | | | | | | | | | | Bug: 7190126 Change-Id: If69213377282bf5b412508e7af974a1f8d440287
* | | More activity tests.Dianne Hackborn2012-09-254-3/+142
|/ / | | | | | | Change-Id: Id381ee2db55b135a0734c193fce44c55ef1cdae6
* | Merge "Adding a global accessibility action to open quick settings." into ↵Svetoslav Ganov2012-09-251-17/+3
|\ \ | | | | | | | | | jb-mr1-dev
| * | Adding a global accessibility action to open quick settings.Svetoslav Ganov2012-09-251-17/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added APIs for opening the quick settings to the StatusBarManagerService and the local StatausBarManager. The new APIs are protected by the old EXPAND_STATUS_BAR permission. Renamed the expand* and collapse* non-public APIs that are expanding the notifications to expandNotifications* collapseNotifications* to better convey what they do given that this change adds expandQuickSettings* and collapseQuickSettings*. Added a global action to the accessibility layer to expand the quick settings which is calling into the new status bar manager APIs. bug:7030487 Change-Id: Ic7b46e1a132f1c0d71355f18e7c5a9a2424171c3
* | | Reduce test warmup time to avoid driving into thermal throttle.Jason Sams2012-09-251-2/+2
|/ / | | | | | | | | | | bug 7216044 Change-Id: I72c83e31dc39a0a810d8a453903213bd428dbe29
* | Merge into jb-mr1-devJean-Baptiste Queru2012-09-253-44/+44
|\ \ | | | | | | | | | Change-Id: Ic72c475635a0eb57a77d3bd621a219001af8baa5
| * | Test FS getElementAtJason Sams2012-09-243-44/+44
| | | | | | | | | | | | | | | | | | bug 7190126 Change-Id: I1fbaa77af051cf44134f8bfe56339ce5d3b7edbb
* | | Merge into jb-mr1-devJean-Baptiste Queru2012-09-253-0/+162
|\ \ \ | |/ / | | | | | | Change-Id: Iec56e4962bbc78309b20595352cce986fe62f68e
| * | Add test for copy kernels.Jason Sams2012-09-243-0/+162
| |/ | | | | | | | | | | bug 7224526 Change-Id: I76e1e63b6bd53d84df9c60a61e6588b21f33c2e3
* | Test image for 2 input tests.Jason Sams2012-09-242-0/+0
|/ | | | | | bug 7216044 Change-Id: I79794c1b12f618d03b27b316126cab9b3e4c9c38
* Change 5x5 convolve to better test impl.Jason Sams2012-09-231-5/+17
| | | | | | bug 7216044 Change-Id: I7165606a3ebf96ea3f401ed14d46f5105ed75ce4
* Merge "Verify pass-by-value kernels with structs." into jb-mr1-devStephen Hines2012-09-233-0/+128
|\
| * Verify pass-by-value kernels with structs.Stephen Hines2012-09-223-0/+128
| | | | | | | | | | Bug: 7166741 Change-Id: I8b5fab1cca6bf4dcafc646fd1d6e40a718f1ffaf
* | Merge "Fix bug #7206086 NumberPicker widget should use locale digits" into ↵Fabrice Di Meglio2012-09-231-2/+2
|\ \ | | | | | | | | | jb-mr1-dev
| * | Fix bug #7206086 NumberPicker widget should use locale digitsFabrice Di Meglio2012-09-211-2/+2
| | | | | | | | | | | | | | | | | | | | | - fix for having the TwoDigitFormatter being able to be recreated if the locale is changed - accept now also the Arabic and Persian digits Change-Id: Ifbf7e274d971008f4a5782402d4b76d9472b68fc
* | | Force destroy scripts in imageProcessing.Jason Sams2012-09-232-0/+7
| | | | | | | | | | | | | | | | | | bug 7216044 Change-Id: I6292513c08e75269e79d2210de898ef28931c986
* | | Merge "Add run all button to image processing test." into jb-mr1-devJason Sams2012-09-213-7/+53
|\ \ \
| * | | Add run all button to image processing test.Jason Sams2012-09-213-7/+53
| | | | | | | | | | | | | | | | Change-Id: I11b4f803151ee7dc1e4b86f402196c1b856bd950
* | | | Add Mandelbrot test to ImageProcessing.Tim Murray2012-09-213-1/+160
| |_|/ |/| | | | | | | | Change-Id: I1d5478d58609394111410fbfd9f48b5018f385b1
* | | Merge "Fix aprox fs function names bug b206696" into jb-mr1-devJason Sams2012-09-203-12/+11
|\ \ \ | |/ /
| * | Fix aprox fs function namesJason Sams2012-09-203-12/+11
| | | | | | | | | | | | | | | | | | bug b206696 Change-Id: I64c092c1f6b8d990783bf5d31db37e12a4dbdb82
* | | Optimize tiling managementRomain Guy2012-09-201-2/+2
|/ / | | | | | | | | | | Bug #7186819 Change-Id: Iebc42a6e9c96ad5605fbbe1539aa887695d2e829
* | Merge "Add tests for pass-by-value kernels." into jb-mr1-devStephen Hines2012-09-203-0/+108
|\ \
| * | Add tests for pass-by-value kernels.Stephen Hines2012-09-193-0/+108
| | | | | | | | | | | | | | | | | | Bug: 7166741 Change-Id: I8bb37b9205c146a922c141665a86ce8013ad4f0a
* | | Merge "Cleanup blur test, remove deprecated functions." into jb-mr1-devJason Sams2012-09-205-169/+66
|\ \ \
| * | | Cleanup blur test, remove deprecated functions.Jason Sams2012-09-205-169/+66
| | |/ | |/| | | | | | | Change-Id: I4136110692fdba8a644806fe8c92bfaacc930ca6
* | | Add support for QCOM_tiled_renderingRomain Guy2012-09-193-0/+9
|/ / | | | | | | | | | | | | | | | | Bug #7186819 This optional OpenGL extension can be used by tiled renderers to optimize copies from main memory to tiles memory. Change-Id: Id4a5d64e61ad17f50e773e8104b9bf584bb65077
* | Add test for layer updates optimizationsRomain Guy2012-09-182-0/+84
| | | | | | | | | | | | Optimizations are following. Change-Id: I120e1d0c08d8068fcac46515f37a4ae510e5f3a3
* | Add Kernel, Method, and field IDsJason Sams2012-09-181-16/+15
|/ | | | | | bug 7182873 Change-Id: I066a359bb04027e9376dac088560f042c496b10e
* Go to home screen after launching each app.Maxim Siniavine2012-09-171-3/+13
| | | | | | | | Instead of starting one app after another the MemoryUsage instrumentation goes to the home screen between launching apps. Change-Id: Ia0acf9f6f65a23f537b96c98743b59d746681447