summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ics-mr1-release' of ↵Steve Kondik2012-03-299-21/+63
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://android.googlesource.com/platform/frameworks/base into aosp Conflicts: core/res/res/values-de/strings.xml core/res/res/values-el/strings.xml core/res/res/values-nl/strings.xml core/res/res/values-pt/strings.xml core/res/res/values-ru/strings.xml core/res/res/values-tr/strings.xml core/res/res/values-zh-rCN/strings.xml core/res/res/values/config.xml data/fonts/Roboto-Bold.ttf data/fonts/Roboto-BoldItalic.ttf data/fonts/Roboto-Italic.ttf data/fonts/Roboto-Regular.ttf packages/SystemUI/src/com/android/systemui/statusbar/policy/NetworkController.java policy/src/com/android/internal/policy/impl/PhoneWindowManager.java Change-Id: I376757e52555fe45860f404da5fd2293ea45ddce
| * Merge "docs: fixing bug 5942573" into ics-mr1Robert Ly2012-03-021-3/+3
| |\
| | * docs: fixing bug 5942573Robert Ly2012-02-221-3/+3
| | | | | | | | | | | | Change-Id: I2479dc8916f98a8bf7dbec95dc29cbd871c51be5
| * | fix bug 5942522Robert Ly2012-02-221-1/+6
| |/ | | | | | | Change-Id: Ice16e63b42d5e8c89994d0844f62adaefc8a92a1
| * docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-228-17/+54
| | | | | | | | Change-Id: I1b43414aaec8ea217b39a0d780c80a25409d0991
* | libs/rs: Fix parameter swap in rsAllocationJeykumar Sankaran2012-03-051-1/+1
|/ | | | | This change swaps index and size parameter in rsAllocation calls as Google's comment suggests
* Followup to a bug fix.Alex Sakhartchouk2011-11-151-10/+16
| | | | | | | Addtion of synchronized to the methods triggers an API change. Per council advice, pushing synch block into the function body. Change-Id: Iaa395d9720bce499259ab750fe97149715e9f271
* Merge "Define, document, and test the behavior of very large ↵Mathias Agopian2011-11-141-2/+12
|\ | | | | | | SurfaceTextures" into ics-mr1
| * Define, document, and test the behavior of very large SurfaceTexturesMathias Agopian2011-11-111-2/+12
| | | | | | | | | | | | | | | | | | updateTexImage() now throws a runtime exception when its native counterpart fails Bug: 5506633 Change-Id: I151a6f685d465966e7df4df624412ab2da62e95f
* | Merge "Fixing a race condition in RSSurfaceView. Bug 5601083 When destroy is ↵Alex Sakhartchouk2011-11-141-4/+4
|\ \ | |/ |/| | | called shortly after creation, RS tries to set a surface on a partially destroyed context." into ics-mr1
| * Fixing a race condition in RSSurfaceView. Bug 5601083Alex Sakhartchouk2011-11-111-4/+4
| | | | | | | | | | | | When destroy is called shortly after creation, RS tries to set a surface on a partially destroyed context. Change-Id: I7a382a701efde3264e5cd9b9a9b428ade5eb4a9a
* | Localized optimizations in views and bitmapsChristopher Tate2011-11-111-2/+5
|/ | | | | | | | | | | | | | | * Don't call context.getResources() redundantly when unnecessary; similarly for Resources.getCompatibilityInfo() * During bitmap creation, don't bother clearing to 0: it's unnecessary because now that the raw bits are stored in a VM-side byte array, it was cleared at initialization time. Also, don't use the sanity- checking public entry point to erase to a color, because we know that we're by definition in a "legal" path to erase to the initial contents and don't need to incur the overhead of the (inappropriate) sanity checking. Change-Id: Idaca4d64fdecefd5d51337646ead32e1db510e02
* Merge "SurfaceTexture: unhide setDefaultBufferSize" into ics-mr1Jamie Gennis2011-11-081-3/+10
|\
| * SurfaceTexture: unhide setDefaultBufferSizeJamie Gennis2011-11-041-3/+10
| | | | | | | | Change-Id: Ia4d3e1829339acaecaa7f10023945a432c581d72
* | Some optimizations for view inflation.Dianne Hackborn2011-11-021-0/+12
|/ | | | Change-Id: I8e5e6dda4d4c9776961d4a070549d5753588e582
* am 09848bc8: Merge "docs: add developer guide cross references, Project ↵Joe Fernandez2011-10-294-8/+33
|\ | | | | | | | | | | | | ACRE, round 3" into ics-mr0 * commit '09848bc89de999416e2de82a7693b2deec6bf802': docs: add developer guide cross references, Project ACRE, round 3
| * docs: add developer guide cross references, Project ACRE, round 3Joe Fernandez2011-10-284-8/+33
| | | | | | | | Change-Id: I6125315ecdf0f78dd947c514a9944729d723e95d
* | adding getters to Sampler ProgramRaster, ProgramStore, Element.Alex Sakhartchouk2011-10-186-20/+266
|/ | | | | | Element adds ability to get subelement info. Tests for new stuff. Change-Id: I4a77b91e4e0e73c95ab28b42c50732a64e71e7b9
* Don't call saveLayer() when it's not requiredRomain Guy2011-10-101-1/+1
| | | | | | | | | | Bug #5435653 saveLayer() can be extremely expensive on some GPU architectures. Avoiding this call greatly improve the rendering performance of drawables with strok + fill. Change-Id: Ib414174ba05d5bad56d942b8e67ab784e7d60b9e
* Simplify the way we get the version info.Jason Sams2011-10-061-7/+1
| | | | | | Reduces startup overhead. Change-Id: Id9556dfe553c23bf3f870a524ca5e687bb9fe777
* Remove unused fields in ProgramRasterJason Sams2011-09-233-18/+8
| | | | Change-Id: I70c9d47674c956ec850c178c7aaa9a5e3dd9dffb
* Merge "Fix wobbly spinners"Chet Haase2011-09-121-1/+1
|\
| * Fix wobbly spinnersChet Haase2011-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | Some progress bars use AnimatedRotateDrawable, which suffered from the same bug as AnimationDrawable (until a recent fix). The code would not account for the left/top offset of the drawable in its view, so it would rotate the drawable around the wrong center, causing it to wobble and not get erased properly. Change-Id: I3f34f797e595973d9eb1d952d92026c769c7ec0a
* | Turn hinting back onRomain Guy2011-09-121-5/+8
|/ | | | | | | | The difference is not obvious when compared to no hinting, and turning off hinting has undesirable side effects because of the lack of sub- pixel positioning when rendering text. Change-Id: If2162ba079f68f33b33aed444e80036fdbf015bb
* Pull animation attributes out of main view class.Dianne Hackborn2011-09-091-0/+182
| | | | | | | These are now in a separate class that is only allocated when needed by the view. Change-Id: I9601bb43b3b4bfdabd982b02f7cd7534437b8ac3
* Hide RTL related APIsFabrice Di Meglio2011-09-071-0/+4
| | | | Change-Id: Idda458fcdebe7afeb9b95e328e552fcbc7939157
* Fix bug 5231904 - Fix wobbly progress spinnersAdam Powell2011-09-021-1/+1
| | | | | | | | Make ProgressBar maintain aspect ratio on indeterminate progress drawables. Make RotateDrawable tolerate left/top bounds != 0. Change-Id: Iee03030caa98f72a8745f1ae3fb0de108ff663d4
* Tweaks to NotificationPanel animationChet Haase2011-09-021-1/+4
| | | | | | | | | | | The animation that runs when the NotificationPanel appears used to start, then pause for a long time as the window/surface/layer was created, then by the time it started to be visible, the animation was over. This new approach delays starting the animation until the layer has been drawn, so the animation can actually run a few frames after that before finishing. Change-Id: I998f01fd48cb762178021ad99e2b919b58a1ef3f
* Merge "Code cleaning"Fabrice Di Meglio2011-09-011-2/+2
|\
| * Code cleaningFabrice Di Meglio2011-08-311-2/+2
| | | | | | | | | | | | | | - remove unused constant - fix spelling Change-Id: I0053129b33c2ee472db84e14d4b2ace5d97d20a8
* | Use floating point window positions.Dianne Hackborn2011-08-311-0/+31
| | | | | | | | | | | | Gets rid of gapps between windows during animations. Change-Id: I17d2ef0af214008f0eabd7eb19268f145fe83b39
* | Merge "Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails ↵Fabrice Di Meglio2011-08-311-1/+1
|\ \ | | | | | | | | | on IRK56F trygon-userdebug"
| * | Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on ↵Fabrice Di Meglio2011-08-301-1/+1
| |/ | | | | | | | | | | | | | | IRK56F trygon-userdebug - Paint.breakText() API was regressing on the argument validation: a count < 0 is a valid one Change-Id: I6d09294ee9f21901ba00017ce0d73f757fc7b147
* | Accessors for frame count and duration.Jeff Sharkey2011-08-301-7/+18
| | | | | | | | | | Bug: 5233703 Change-Id: If6a758540248dc9bff56b64add04984ebd7b6833
* | Make Paint.set() copy shadow config.Jeff Sharkey2011-08-291-28/+28
|/ | | | | | Also unify all Java variable copying into single method. Change-Id: I8fefa615f6f164ae5662913d612b388b46890089
* SurfaceTexture: disable sync-mode SurfaceTexturesJamie Gennis2011-08-231-1/+3
| | | | | | | | This change removes the ability to create a SurfaceTexture that is capable of operating in synchronous-mode from the public APIs. Bug: 5167959 Change-Id: I09995832bb9a5f5063a67ddc3e0e1ab124d4e893
* Fix issue #5128639: SystemUI grows by 10MB after taking a screenshotDianne Hackborn2011-08-171-1/+10
| | | | | | | | | | | We now do the screenshot in a separate process. Also change the recents panel to not use hardware acceleration on lower-end devices. And improve how it gets shown to not load all data up-front which results in a long delay when you have lots of recents. Change-Id: Ia309a90f9939e5405758621b3f7114597bd0c02a
* Turn off hinting by default for higher density displays.Dianne Hackborn2011-08-121-0/+27
| | | | | | Also adds an API for apps to control whether hinting is used. Change-Id: I1a06b06255fbb8d0f02a8ce48c2cd60019088ed3
* Merge "Replacing sans serif system font with Roboto"Justin Ho2011-08-121-4/+4
|\
| * Replacing sans serif system font with RobotoChristian Robertson2011-08-111-4/+4
| | | | | | | | Change-Id: Ibe0aa11e2259898e65dc422c7794ab4065a0a90e
* | Remove ParcelSurfaceTexture and update MediaPlayerTed Bonkenburg2011-08-112-137/+0
| | | | | | | | | | | | | | | | | | This removes the ParcelSurfaceTexture class since that functionality has been folded into Surface.java. The change also updates the MediaPlayer to get rid of setParcelSurfaceTexture() and modifies setTexture() to use the new Surface functionality in order to simplify the code. Change-Id: Iafa75ea3188263928128325d8a726786971b4de4
* | Merge "Make some methods/fields package private so that layoutlib can access ↵Xavier Ducrohet2011-08-114-8/+8
|\ \ | | | | | | | | | them."
| * | Make some methods/fields package private so that layoutlib can access them.Xavier Ducrohet2011-08-114-8/+8
| |/ | | | | | | Change-Id: I4aeadfbaf8a4f6a459fa19937c21ac23d9e5fb64
* | Merge "Remove unnecessary private API"Romain Guy2011-08-111-11/+0
|\ \ | |/ |/|
| * Remove unnecessary private APIRomain Guy2011-08-111-11/+0
| | | | | | | | Change-Id: I2ecb367528ec0691c07153a3d163b82a6ca33fdf
* | Merge "Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed."Romain Guy2011-08-091-1/+3
|\ \
| * | Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed.Grace Kloba2011-08-091-1/+3
| | | | | | | | | | | | | | | | | | | | | If returns true, the SurfaceTexture will be released by TextureView. If returns false, the client needs to release the SurfaceTexture. Change-Id: I946f71e337ad4170c168854ac27e028b82489c8c
* | | Add more Paint text APIs parameters checksFabrice Di Meglio2011-08-091-41/+132
|/ / | | | | | | Change-Id: Idd04e9937b821180f46852451405bb9c6d59da37
* | Add more optimizations for Text measuring / breaking / getting advancesFabrice Di Meglio2011-08-081-0/+39
|/ | | | | | | | - do not go to native if this is not needed (empty or null text) - do expandMetricsFromPaint() in TextLine when needed instead of calling handleText() with emty string just for doing expandMetricsFromPaint() Change-Id: I1f566ccef66cbc990ebbb77ef149899119e37e84
* Fix bug #4584320 Single Line EditText not drawing correctly with spans ↵Fabrice Di Meglio2011-08-081-2/+2
| | | | | | | | applied (ICS) - provide a better fix by still using the full context of the text (versus using the text only) Change-Id: I542335e98117921d75c191e90a9b2018ca356ac9