summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Restore getTintMode() method on BitmapDrawableAlan Viverette2014-02-261-0/+10
| | | | Change-Id: I8fffc90ce3f0811d75b517d2dfc71de731188da6
* Clean up tint APIAlan Viverette2014-02-263-145/+162
| | | | Change-Id: I56056e7596840c563f5332922d63e8893a0cac17
* Fix shape drawable constructorAlan Viverette2014-02-261-1/+1
| | | | Change-Id: Ibb2c1993faf9d2baae3130f334475aa07fbe9015
* Fix progress bar tinting, add tint support to ShapeDrawableAlan Viverette2014-02-264-14/+178
| | | | | | | | Cleans up APIs a little, since I think we may want to add tinting modes beyond what Porter-Duff can provide. Plus we don't actually support some of the Porter-Duff modes in hardware. Change-Id: I2cea1b737cc93607a24842c54eb9f0d8346b29d4
* Merge "Tabs -> spaces in frameworks/base."John Spurlock2014-02-253-21/+21
|\
| * Tabs -> spaces in frameworks/base.John Spurlock2014-02-253-21/+21
| | | | | | | | Change-Id: I5a84e8e93ac99b5ed0212b37bf66efa5e53864be
* | Updates to the Skia API needed to merge the WebView m33 version of Skia.Derek Sollenberger2014-02-241-5/+5
|/ | | | | | | | | This is a cherry-pick of 2 CLs: 21969a2b26945da3fd86aef7c93479e4fb359a65 c7a581cf7691db5c61e6694aa51daaa994004bd9 Change-Id: I6fd9366fbba0a336de1df794be9497983bfd13ae
* Change colorFilterColor to tint, allow use of ColorStateListAlan Viverette2014-02-235-114/+294
| | | | | BUG: 13149901 Change-Id: I6487bec372cb74db53d7bbdfa35de071764763b0
* Fix density in touch feedback drawableAlan Viverette2014-02-202-32/+21
| | | | Change-Id: I90b08aea9f5ba0a29ae5328960bacebc6c2099d8
* Fix for reveal animated drawablesAlan Viverette2014-02-192-13/+20
| | | | | | | | Includes fixes for RevealDrawable clipping, touch feedback constant state, and action bar background display lists. BUG: 13065159 Change-Id: Ie4bf03f59da69047e18a8fe9233c3d24b0160576
* Fix gradient radius typeAlan Viverette2014-02-141-11/+36
| | | | | BUG: 13029355 Change-Id: I5139d5da592b8bbf420a31895ae50c365538b9cf
* Fix gradient radius attribute to match documentationAlan Viverette2014-02-121-11/+49
| | | | | BUG: 12191666 Change-Id: I62de3296500543797c595eeee15aa250e5b1511a
* am d350af96: am b90fc64b: am f44a3f1e: Merge "Use long for pointers in ↵Narayan Kamath2014-02-111-7/+7
|\ | | | | | | | | | | | | EmojiFactory and PdfDocument" * commit 'd350af9695018e81f85600fb7dd906003cbaf62e': Use long for pointers in EmojiFactory and PdfDocument
| * am b90fc64b: am f44a3f1e: Merge "Use long for pointers in EmojiFactory and ↵Narayan Kamath2014-02-111-7/+7
| |\ | | | | | | | | | | | | | | | | | | PdfDocument" * commit 'b90fc64b030ee50bda9a0dabb5247660b70d6659': Use long for pointers in EmojiFactory and PdfDocument
| | * Merge "Use long for pointers in EmojiFactory and PdfDocument"Narayan Kamath2014-02-111-7/+7
| | |\
| | | * Use long for pointers in EmojiFactory and PdfDocumentAshok Bhat2014-01-311-7/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: I275c9ce390dd9e01f772e2044c74cebdb0701de6 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>
| * | | am 16e9362e: am 8fced317: Merge "Move RenderScript from graphics/ to new ↵Tim Murray2014-02-0363-23697/+0
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | fw/base subdirectory rs." * commit '16e9362e5f5b4f09a46198218380bb386fee28e5': Move RenderScript from graphics/ to new fw/base subdirectory rs.
| | * | Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray2014-01-3163-23697/+0
| | | | | | | | | | | | | | | | Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
| * | | am 8df3ea66: am b4cf2a2a: Merge "Convert Java/JNI to 64-bit, part 2."Tim Murray2014-02-0330-484/+490
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '8df3ea66994e96d72040c44099dd2d74ba15ec67': Convert Java/JNI to 64-bit, part 2.
| | * \ \ am b4cf2a2a: Merge "Convert Java/JNI to 64-bit, part 2."Tim Murray2014-02-0330-484/+490
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | * commit 'b4cf2a2aee78b0ed3e75b5a07baaf5479fe708d9': Convert Java/JNI to 64-bit, part 2.
| | | * | Convert Java/JNI to 64-bit, part 2.Tim Murray2014-01-3130-484/+490
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes BaseObj to support 64-bit IDs. There are a few caveats: 1. Since it is deprecated, RSG will not support 64-bit. 2. Currently, methods that pass arrays of IDs to the driver are not supported in 64-bit. This will be fixed in a later CL. bug 11332320 Change-Id: If0dbecc8b285e260f767e441e05088b6a1b749a2
| * | | | am 72d637e2: am e22e268e: Merge changes If93a5d78,I1957f7acTim Murray2014-02-034-485/+480
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | * commit '72d637e297a143e5b18c8e8f4eb85695ed6b10f1': Convert Java/JNI to 64-bit, part 1. Add long/double read support.
| | * | | am e22e268e: Merge changes If93a5d78,I1957f7acTim Murray2014-02-034-485/+480
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | | | | | * commit 'e22e268e6d158f37173b1bce37a5614daabcf18c': Convert Java/JNI to 64-bit, part 1. Add long/double read support.
| | | * | Convert Java/JNI to 64-bit, part 1.Tim Murray2014-01-313-444/+444
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This converts context and device storage to use long instead of int. bug 11332320 Change-Id: If93a5d78385d3004d5e709762b78bd1d3538088d
| | | * | Add long/double read support.Jason Sams2014-01-313-53/+48
| | | | | | | | | | | | | | | | | | | | Change-Id: I1957f7ac18262a3004a4adcb7c31055212e483c2
| * | | | am bccee732: am 61eb6b55: Merge "Use Object + type in place of specific array"Tim Murray2014-02-033-195/+97
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit 'bccee732b53d06c0e983b3f325e0d9ad889de134': Use Object + type in place of specific array
| | * | | am 61eb6b55: Merge "Use Object + type in place of specific array"Tim Murray2014-02-033-195/+97
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | * commit '61eb6b55c6b4db14e025240fc754e1314f57bd00': Use Object + type in place of specific array
| | | * | Use Object + type in place of specific arrayJason Sams2014-01-313-195/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed to avoid the explosion of entry points in the JNI layer. Change-Id: I7d6cc565c8853b06560eb891fdd5e8acf05c9779
| * | | | am 69914882: am e559d7ee: Merge "Utility API for creating types."Tim Murray2014-02-031-0/+75
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '69914882509b8ad81c23eadd1ebae53fb532042b': Utility API for creating types.
| | * | | am e559d7ee: Merge "Utility API for creating types."Tim Murray2014-02-031-0/+75
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | * commit 'e559d7ee53a69502c9aef8764bb055ed2d1adb64': Utility API for creating types.
| | | * | Utility API for creating types.Jason Sams2014-01-311-0/+75
| | | | | | | | | | | | | | | | | | | | Change-Id: I3263cb4440ef3a60cd418f0559b8c5638a9b8bf3
| * | | | am 271c3b74: am b1c1518e: Merge "Remove old hidden API."Tim Murray2014-02-031-8/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '271c3b7499f53f6e7e168d68910efda5cc19f5fd': Remove old hidden API.
| | * | | am b1c1518e: Merge "Remove old hidden API."Tim Murray2014-02-031-8/+0
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | * commit 'b1c1518ef1e89fb8bc42022b6455a695cacd949c': Remove old hidden API.
| | | * | Remove old hidden API.Jason Sams2014-01-311-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was never shipped and long since replaced by ioReceive(). Change-Id: Ieba7fd4305c2c561cc36154c57414783e4bf502b
| * | | | am 9bad32c3: am aea3b581: Merge "Remove hidden API setSurfaceTexture."Tim Murray2014-02-031-13/+5
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * commit '9bad32c3830e45615a6b71e3f80ca7b95ef638b5': Remove hidden API setSurfaceTexture.
| | * | | am aea3b581: Merge "Remove hidden API setSurfaceTexture."Tim Murray2014-02-031-13/+5
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | * commit 'aea3b5816d8461fcbc4a384874a1a073ecdeafcf': Remove hidden API setSurfaceTexture.
| | | * | Remove hidden API setSurfaceTexture.Jason Sams2014-01-311-13/+5
| | | |/ | | | | | | | | | | | | Change-Id: Ib6a3c5b84550932168f314375e74059507fc01ae
* | | | Removing SkiaColorFilter and inspecting the native object directly.Derek Sollenberger2014-02-074-17/+7
| | | | | | | | | | | | | | | | | | | | bug: 10650594 Change-Id: I4fcf66d008765afa0e35d011f58bc792183cb74f
* | | | Add prototype for borderless touch feedback drawableAlan Viverette2014-02-053-0/+405
| | | | | | | | | | | | | | | | Change-Id: I6366855b1fb838aa077bc6bdb62adc2134c51dca
* | | | Adds hotspot support to LayerDrawable and InsetDrawableAlan Viverette2014-02-052-0/+84
| | | | | | | | | | | | | | | | Change-Id: Id17f460c8e4e0a6bf9fd39a4a7b8c79fa2df8d29
* | | | Clean up RotateDrawable, add getters and setters for XML propertiesAlan Viverette2014-02-031-56/+211
| | | | | | | | | | | | | | | | Change-Id: I1bb174e981fb6df910fee3a9d596c0249282928c
* | | | Merge "Revert "Cache display lists for Drawables""Alan Viverette2014-01-316-95/+9
|\ \ \ \
| * | | | Revert "Cache display lists for Drawables"Alan Viverette2014-01-316-95/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c062c7003f34999632fe4ad721dcd47cd71b2159. Change-Id: I96d4f0482b927101f52140b667f4c38ffc8687f5
* | | | | Simplify GradientDrawable's use of ColorStateListAlan Viverette2014-01-311-60/+18
|/ / / / | | | | | | | | | | | | | | | | BUG: 12816352 Change-Id: Icff432ee5d460ca733866185b8bf61fd50248cfc
* | | | Revert "Add Path trimming."George Mount2014-01-311-117/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 12489442 This reverts commit 7fe03a267e6edb65142444765ce29ad5ff126052. Change-Id: Idf434d79683e170364838388c7933a8591f7f4d3
* | | | Merge "Path.native_trim should return long, not int."Narayan Kamath2014-01-291-1/+1
|\ \ \ \
| * | | | Path.native_trim should return long, not int.Narayan Kamath2014-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: Idafc4c58eb86ad1af614d31f8cb05216bd869482
* | | | | am 1caea796: am c74f7619: am cdc095ae: am 7be33110: am d4ccffd3: Merge ↵Narayan Kamath2014-01-291-7/+7
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | "AArch64: Use long for pointers in graphics/Interpolator" * commit '1caea796c9f3154048c02db6f46c458e8a80c32c': AArch64: Use long for pointers in graphics/Interpolator
| * | | | am 7be33110: am d4ccffd3: Merge "AArch64: Use long for pointers in ↵Narayan Kamath2014-01-291-7/+7
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | graphics/Interpolator" * commit '7be33110ea3e1a032ee3aa7c50f1dedf52fcab25': AArch64: Use long for pointers in graphics/Interpolator
| | * | | am d4ccffd3: Merge "AArch64: Use long for pointers in graphics/Interpolator"Narayan Kamath2014-01-291-7/+7
| | |\ \ \ | | | | |/ | | | |/| | | | | | | | | | | * commit 'd4ccffd3ba7f7c27ddfc56231cf7f2424842b1e3': AArch64: Use long for pointers in graphics/Interpolator