summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add opengl bench mark test:Xia Wang2011-06-155-4/+342
| | | | | | -- display icons with livewallpaper background (galaxy) Change-Id: I5b49bc732180069957abb47d206b5849c47469df
* Merge "Fill in opengl benchmark test: - display a list view"Xia Wang2011-06-152-9/+51
|\
| * Fill in opengl benchmark test:Xia Wang2011-06-152-9/+51
| | | | | | | | | | | | - display a list view Change-Id: I72ac8e4c84ae497f2297ed3c803a62db2600ef08
* | Merge "Fix Gravity start/end"Fabrice Di Meglio2011-06-153-38/+38
|\ \
| * | Fix Gravity start/endFabrice Di Meglio2011-06-143-38/+38
| | | | | | | | | | | | | | | | | | | | | - fix missing attribute value change - update BiDiTest app Change-Id: I0bb8a1ebf0b6097b7b8d488580fea6e882202e23
* | | Merge "Add more opengl benchmark test: - all apps in launcher - shortcuts ↵Xia Wang2011-06-142-21/+113
|\ \ \ | | |/ | |/| | | | of apps in home page"
| * | Add more opengl benchmark test:Xia Wang2011-06-142-21/+113
| | | | | | | | | | | | | | | | | | | | | - all apps in launcher - shortcuts of apps in home page Change-Id: Ibec109993bd17a990378dba394dfb0ab99774181
* | | Add TextureView.getBitmap()Romain Guy2011-06-141-0/+1
| |/ |/| | | | | | | | | | | This API can be used to get a Bitmap copy of the content of a TextureView. Change-Id: I07522216c353720fba5cab333174f58f484eb911
* | Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-1/+1
| | | | | | | | | | | | | | | | | | - update Callback2 interface - update Gravity.getAbsoluteGravity() and Gravity.apply() to be more generic by changing "boolean isRtl" parameter to "int layoutDirection" - fix BiDiTests for RTL FrameLayout Change-Id: I97bb456c22d5fd3ecb34f08564ce4dbed37e7459
* | Merge "Batch glCopyTexImage() calls to get about 15 fps back on SGX."Romain Guy2011-06-131-1/+3
|\ \
| * | Batch glCopyTexImage() calls to get about 15 fps back on SGX.Romain Guy2011-06-131-1/+3
| | | | | | | | | | | | Change-Id: I04079e070739c1e46df3e90fc388c335e2a7d2b9
* | | Merge "Bugfix for GridLayout assuming that the x value of last column index ↵Philip Milne2011-06-132-18/+22
|\ \ \ | |_|/ |/| | | | | is maximal. This is not the case when column indexes are defined incorrectly and GridLayout should still work in this case."
| * | Bugfix for GridLayout assuming that the x value of last column index is ↵Philip Milne2011-06-132-18/+22
| | | | | | | | | | | | | | | | | | maximal. This is not the case when column indexes are defined incorrectly and GridLayout should still work in this case. Change-Id: I5deb3fb43ed1dd16dd20868854b96ebae4d30623
* | | Refactor BiDiTest unit tests appFabrice Di Meglio2011-06-1047-2823/+2789
| |/ |/| | | | | | | | | - make it more extensible (suppress tabs in favor of a list selection and fragments) Change-Id: If6f6c3a33f7c03e00205edbeab2945024b477f0d
* | Merge "Add onSurfaceTextureDestroyed() callback."Romain Guy2011-06-102-36/+78
|\ \
| * | Add onSurfaceTextureDestroyed() callback.Romain Guy2011-06-102-36/+78
| | | | | | | | | | | | | | | | | | | | | | | | This is needed for Renderscript and it also makes implementations of TextureView cleaner. This change also hooks up the onSurfaceTextureSizeCHanged() callback whenever the view size changes. Change-Id: I2f972ee4504d800329defefacf32cf20547d31a3
* | | Merge "Make View respect LAYOUT_DIRECTION_LOCALE"Fabrice Di Meglio2011-06-1028-716/+1905
|\ \ \ | |_|/ |/| |
| * | Make View respect LAYOUT_DIRECTION_LOCALEFabrice Di Meglio2011-06-1028-716/+1905
| | | | | | | | | | | | | | | | | | | | | - update also unit tests for taking care of the locale direction - code formatting on the layout test files Change-Id: I4037eac3c572de9abb0178f36ca03803cc2c1522
* | | Optimise the way that indices are auto-allocated so that XML files can ↵Philip Milne2011-06-103-39/+42
|/ / | | | | | | | | | | normally avoid using indices. Change-Id: Iafb25b17fec9391664c81a7e213eeaa918254912
* | Fix for baseline alignment in LinearLayout compatibiity mode.Philip Milne2011-06-093-11/+13
|/ | | | Change-Id: Iaa194537c1bc493172fab89624279fe5cbfa1f70
* Rename atribute View horizontalDirection to layoutDirection and update unit ↵Fabrice Di Meglio2011-06-0710-50/+50
| | | | | | | | tests - update before/after to start/end in unit test app Change-Id: Id7286ef5d9390540faf8ecd5f0b1c140d04bb364
* Merge "Add OpenGl benchmark tests: display images with different texture ↵Xia Wang2011-06-063-2/+84
|\ | | | | | | in each mesh."
| * Add OpenGl benchmark tests:Xia Wang2011-06-063-2/+84
| | | | | | | | | | | | display images with different texture in each mesh. Change-Id: I051be3cf8be117e62fc635dfaf75b5c0e4cdd644
* | Update BiDiTest app for Gravity renamingFabrice Di Meglio2011-06-061-2/+2
| | | | | | | | | | | | - BEFORE?AFTER is now START/END Change-Id: I44cfdc17090052704024d8c5386553f0c83e9ab2
* | Merge "Fix the status bar test app."Daniel Sandler2011-06-041-9/+4
|\ \ | |/ |/|
| * Fix the status bar test app.Daniel Sandler2011-02-071-9/+4
| | | | | | | | Change-Id: Ib7d047a5ed21393ea9cbcdc343cb0cfbb7c62ff7
* | Merge "Response to code review for GridLayout:"Philip Milne2011-06-036-0/+311
|\ \
| * | Response to code review for GridLayout:Philip Milne2011-06-036-0/+311
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | . Fixed spelling. . Added comments on internal methods. . Adopted the suggested internal name changes to improve clarity. . Added UNDEFINED constant to public API to avoid making reference to Integer.MAX_VALUE in docs. . Added final everywhere, then removed it. . Make the Interval class package private so that it can be put somewhere more general later. . Tidy code, removing maximize flag throughout. . Remove last of allocations taking place during layout. . Implement measureChild() etc. . Added LinearLayout alignment compatibility mode, and made it the default. Change-Id: I6a4ffa022d97d68138d1903d3830a20278815435 https://android-git.corp.google.com/g/#change,109891
* | | am 7322e557: am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml ↵Dianne Hackborn2011-06-031-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | resources used for homescreen widgets." into honeycomb-mr2 * commit '7322e557cfe42da42779625d69ced2db74a9df90': Fix issue #4502672: Wrong xml resources used for homescreen widgets.
| * | am a4cfcf10: am 75d6b3c2: Merge "Fix issue #4502672: Wrong xml resources ↵Dianne Hackborn2011-05-311-1/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | used for homescreen widgets." into honeycomb-mr2 * commit 'a4cfcf10cc300a1eb5b2a4254fb7d3190c56c4f1': Fix issue #4502672: Wrong xml resources used for homescreen widgets.
| | * | Fix issue #4502672: Wrong xml resources used for homescreen widgets.Dianne Hackborn2011-05-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was a race in the system process between applying the initial configuration and executing code in higher-level system services like the app widget service that relies on the config. For some reason it starting showing up more after my code changes; it should now be completely fixed. Also fix the activity starting window to run in compatibility mode if its application is going to be in compatibility mode. And some various cleanup and small fixes. Change-Id: I0566933bf1bbb4259c1d99a60c0a3c19af1542e5
* | | | Merge "Update BiDiTest app"Fabrice Di Meglio2011-06-023-42/+44
|\ \ \ \
| * | | | Update BiDiTest appFabrice Di Meglio2011-06-023-42/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - change buttons text to follow their Gravity Change-Id: Ie0d79ced9c14bf8b0f12d1c31da5e2fe6f162c88
* | | | | resolved conflicts for merge of 5c2e4d20 to masterDianne Hackborn2011-06-021-1/+2
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / Change-Id: Iadbee872468ceafb54c5877046c91f6052f3c953
| * | | am 8fcbfb52: am 94250ac6: Merge "Add new supports-screens attributes for ↵Dianne Hackborn2011-05-261-1/+2
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | declaring the compatible screens." into honeycomb-mr2 * commit '8fcbfb52607263754b6d3895a112f792c5c3a12e': Add new supports-screens attributes for declaring the compatible screens.
| | * | Add new supports-screens attributes for declaring the compatible screens.Dianne Hackborn2011-05-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I40d57e4354e48accc1027c9f90916ea73eb5190d android:requiresSmallestWidthDp provides the smallest supported width. android:compatibleWidthLimitDp provides the largest compatible width.
* | | | Add more unit tests for RTL layoutsFabrice Di Meglio2011-06-029-36/+608
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - update LinearLayout tests with default case (no horizontalDirection specified) - add TableLayout tests Change-Id: I9ad2239fca96b896c5aae4dfe67b8113faf2f96e
* | | | Add more unit tests cases for BiDi / RTLFabrice Di Meglio2011-06-0211-178/+638
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - update FrameLayout tests - add more RelativeLayout tests Change-Id: I2ae522c5e6ec216f7ade45935f8309b543f380b9
* | | | Add more unit tests for RelativeLayoutFabrice Di Meglio2011-06-016-0/+212
| | | | | | | | | | | | | | | | | | | | | | | | - update BiDiTest test app Change-Id: I8c0734fc8a94765d269b0040ebfa048c13e11728
* | | | Merge "Fix bug #4509967 (layout_gravity not always respected)"Fabrice Di Meglio2011-06-0110-17/+259
|\ \ \ \
| * | | | Fix bug #4509967 (layout_gravity not always respected)Fabrice Di Meglio2011-06-0110-16/+258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix FrameLayout - code refactoring on LinearLayout - add more unit tests Change-Id: I49302582c61aa31a4eb7eded92327b10408f71a4
* | | | | Merge "Add support to OpenGLRendere to draw BiDi text. Bug #4350336"Romain Guy2011-06-012-9/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add support to OpenGLRendere to draw BiDi text.Romain Guy2011-06-012-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #4350336 Change-Id: I1cf31693f7ca9653fa3a41b5b91c27ef288d680f
* | | | | Merge "model rotation can now be controlled by the device's sensors"Mathias Agopian2011-05-277-3/+72
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | model rotation can now be controlled by the device's sensorsMathias Agopian2011-05-277-3/+72
| | | | |
* | | | | Fix issue with drawColor(color, Mode.Clear)Romain Guy2011-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I486b24a5b609c6f8adb0276037ddb24af2b888b2
* | | | | Merge "Manual merge. Preference activity changes to work on smaller tablet ↵Amith Yamasani2011-05-271-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | screens and phones."
| * | | | | Manual merge. Preference activity changes to work on smaller tablet screens ↵Amith Yamasani2011-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and phones. Padding around fragments and to the left of preference items adjusted for different display sizes. Change-Id: I2d29e5525c381092a3f1d2fb1265ce07db893d78
* | | | | | Fix texture coordinates for sub-bitmap rendering.Romain Guy2011-05-262-0/+25
| |/ / / / |/| | | | | | | | | | | | | | Change-Id: I05a31775e03f5b223a55a5144d420351abac89be
* | | | | Correctly implement the CLEAR xfermode.Romain Guy2011-05-262-0/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation was using glBlendFunc with the parameters GL_ZERO/GL_ZERO which doesn't work for text, paths and other alpha sources (anti-aliasing.) The correct implementation is GL_ZERO/ GL_ONE_MINUS_SRC_ALPHA. Change-Id: I4cca65e57b6a37bbf5a41d382cb0648ee8e11e79