summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fixed bug with reverseTransitionMichael Jurka2010-12-201-1/+1
| | |_|/ | |/| | | | | | - calling this multiple times very quickly left the transition showing the wrong drawable
* | | | Merge "Move adapter2D to a derived class from Allocation."Jason Sams2010-12-295-379/+299
|\ \ \ \
| * | | | Move adapter2D to a derived class from Allocation.Jason Sams2010-12-295-379/+299
| | | | | | | | | | | | | | | | | | | | Change-Id: I7e9d8b0028ba95956476f253da38dbe64564d0da
* | | | | Fixing a bug in the load function.Alex Sakhartchouk2010-12-293-3/+3
|/ / / / | | | | | | | | | | | | Change-Id: Ie5e72836dec7f77d42c8cb9afb8c3d5591ff35a7
* | | | API cleanup for renderscript. This will be a multiproject commit.Alex Sakhartchouk2010-12-2115-635/+587
| | | | | | | | | | | | | | | | Change-Id: Ida62d3a155285a20725be9daa62217faef1c3734
* | | | Merge "Ensure bitmaps aren't freed while referenced from a display list"Patrick Dubroy2010-12-201-1/+2
|\ \ \ \
| * | | | Ensure bitmaps aren't freed while referenced from a display listPatrick Dubroy2010-12-201-1/+2
| |/ / / | | | | | | | | | | | | | | | | Also removes the reference queue finalizers. They aren't necessary anymore now that Bitmaps are allocated in the heap.
* | | | Merge "Clean up Allocation buffer object api."Jason Sams2010-12-202-27/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Clean up Allocation buffer object api.Jason Sams2010-12-202-27/+20
| | | | | | | | | | | | | | | | Change-Id: Id3e2391a93a99f4c414a805ee33cfd113242a7e6
* | | | Stale cache management to address a P1 bug # 3296131.Shih-wei Liao2010-12-203-8/+16
| | | | | | | | | | | | | | | | Change-Id: I593f35a91c4a14c055828f8989fe01b9e7790039
* | | | Eliminate tracked allocations and the inNativeAlloc option.Carl Shapiro2010-12-171-13/+0
| | | | | | | | | | | | | | | | Change-Id: Ic10b2b41a26925d799e5d1e50be77fc480ec0f17
* | | | API reaview cleanupAlex Sakhartchouk2010-12-178-60/+146
| | | | | | | | | | | | | | | | Change-Id: Ib1aaf81130ffa6b5e6c60096c27c969e8891db3f
* | | | Fix minor animation and doc issuesChet Haase2010-12-161-1/+1
|/ / / | | | | | | | | | Change-Id: I0ea077d9434ac3e22e8600f22ca4a24a6a46965c
* | | Remove outdated texture upload functions.Jason Sams2010-12-161-10/+4
| | | | | | | | | | | | Change-Id: Ie3f9ba64a94425fa96b1924cb4b70dd36b71e294
* | | Cleanup and refactoring of an earlier cl.Alex Sakhartchouk2010-12-151-1/+3
| | | | | | | | | | | | Change-Id: I5e356ed88375a1620846e0c500659e3b7ead5030
* | | Fix mipmap bug introduced with Allocation cleanup.Jason Sams2010-12-151-15/+15
| | | | | | | | | | | | | | | | | | Add syncAll to rsg headers. Change-Id: I02c953f3fddab3c6f4e98570cdad45a59711bbde
* | | Merge "Make Drawable.mCallback a WeakReference."Romain Guy2010-12-148-57/+91
|\ \ \
| * | | Make Drawable.mCallback a WeakReference.Romain Guy2010-12-148-57/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Many memory leaks occur because of long lived drawables. This should help. Change-Id: I2e9e8dee26579ec56e8e73f08f6b1d62be7812d9
* | | | Merge "Allocate bitmap backing buffers in the Java heap."Patrick Dubroy2010-12-142-36/+49
|\ \ \ \
| * | | | Allocate bitmap backing buffers in the Java heap.Patrick Dubroy2010-12-142-36/+49
| | | | | | | | | | | | | | | Change-Id: I60f6ccff13357c1c518e9d56b02fe0171637edd1
* | | | | 1. Add Context to a RenderScript or RenderScriptGL instance.Shih-wei Liao2010-12-145-20/+36
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to allow RenderScript to better interact with the Android environment. E.g., per-app cache. 2. Plumbing, testing. 3. Added getApplicationContext in RenderScript.java. Change-Id: I85edeebe38825e20b2e86f4f4815689dfc332ef9
* | | | More API updates.Jason Sams2010-12-134-22/+18
|/ / / | | | | | | | | | Change-Id: I754dc645ac08fa25019eed8fd8b7b3c47f178ff2
* | | Merge "Add ability to reuse bitmaps when decoding PNG content"Chet Haase2010-12-131-4/+19
|\ \ \
| * | | Add ability to reuse bitmaps when decoding PNG contentChet Haase2010-12-101-4/+19
| | | | | | | | | | | | | | | | Change-Id: Ic74b62c6280954ff80bcf64f3989a36c7c0b5615
* | | | Remove CreateFromBitmapRef and addJason Sams2010-12-105-140/+59
|/ / / | | | | | | | | | | | | | | | CopyTo(bitmap) replacement. Change-Id: Ib73fb9f4bfe5f468eaf0f8f1bf68a93759eef00d
* | | Add ability to reuse bitmaps when loading new contentChet Haase2010-12-091-0/+20
| | | | | | | | | | | | Change-Id: Ic5f5f40ee39787403977fb372b335dc21cf07243
* | | Allocation API update.Jason Sams2010-12-086-109/+187
| | | | | | | | | | | | Change-Id: I9b4a71f9e94c7d3978f06b7971051ab4f8472503
* | | Unhide inPreferQualityOverSpeed in BitmapFactory.Options.Wei-Ta Chen2010-12-071-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new field allows a developer to use a more accurate by slightly slower IDCT method in JPEG decode. This in turns improves the quality of the reconstructed image. The field by default is not set and thus does not affect existing applications. Bug: 3238925 Related changes: https://android-git.corp.google.com/g/#change,83291 and https://android-git.corp.google.com/g/#change,83294 Change-Id: I969f5c413f9b2179454aeb90e18ae8222ee583b4
* | | API review cleanup.Jason Sams2010-12-0613-226/+364
| | | | | | | | | | | | Change-Id: Ieae7d450308b5637ed4253fe9baed3634c6ed141
* | | Add inPreferQualityOverSpeed into BitmapFactory.Options.Wei-Ta Chen2010-12-061-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new field allows a developer to use a more accurate by slightly slower IDCT method in JPEG decode. This in turns improves the quality of the reconstructed image. The field by default is not set and thus does not affect existing applications. Bug: 3238925 Change-Id: I93d55b7226e47a43e639325cd1a677694d6f2ee4
* | | Some theme cleanup.Dianne Hackborn2010-12-032-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new dialog themes without a title bar. - Add new Theme.Holo.NoActionBar.DialogWhenLarge. - Remove old Extended and Theme.Light.Holo themes. - Reorder the public definitions to keep things nice. Also @hide the MipmapDrawable class. Change-Id: Ic69a56e9b28aacf441780633f37f0bc6a475d08a
* | | Fix in vertical measurement in text lines with different text sizesGilles Debunne2010-12-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The last span of the TextLine was defining the FontMetrics, instead of min/maxing the different values. Bug 3220698 Change-Id: I7394b1699a15aeee4cc38462d561faf329d3e1f6
* | | various fixes for animations and javadocsChet Haase2010-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Issues around threading of animations and AnimatorSet bugs are fixed in this change. Unrelated fixes to javadocs in other framework classes are also part of the change. Change-Id: I35f7e03ffdec9143bc2eb155e8f9384798ad35b3
* | | More error checksJason Sams2010-11-221-0/+6
| | | | | | | | | | | | Change-Id: Id2b9ab7a76bbdf2ed745f5e36e552dc9b101982f
* | | Support for cubemaps.Alex Sakhartchouk2010-11-186-23/+154
| | | | | | | | | | | | Change-Id: Iaf6087f614451a8e233b3e5bc49c834ab0ad08ee
* | | Add caching support of BCC binaries.Shih-wei Liao2010-11-183-11/+9
| | | | | | | | | | | | Change-Id: I1e75bb84d88319cb6f1bbe6d907cf6e8ed546142
* | | Add an opacity attribute to LayerDrawable that lets you control the opacity ↵Joe Onorato2010-11-171-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | directly instead of collecting the values from the children-- a task that is much harder to get right than we want to spend startup time on. Change-Id: Idf5b1d612472c6accfdc935c6a6fadb1eb239a73
* | | Merge "Fix ref counting for globals when set from java code."Jason Sams2010-11-163-0/+16
|\ \ \
| * | | Fix ref counting for globals when set from java code.Jason Sams2010-11-163-0/+16
| | | | | | | | | | | | | | | | Change-Id: I415b6ddeaab277e60233e905a6bae357cd5193eb
* | | | Show Bitmap.Config value when unable to handle.Jeff Sharkey2010-11-161-1/+1
|/ / / | | | | | | | | | | | | | | | Part of investigating http://b/3201172. Change-Id: I76a31c968b4c60beb079349a0722aa9a4ea5921c
* | | Revised assets for progress bars and indeterminate progress spinners.Adam Powell2010-11-121-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support in ActionBar for activity-wide progress APIs. Add ability for progress bars to set a target framerate rather than the 5fps previously used. Clean up some more dialog layouts using hardcoded styles rather than theme attributes. Change-Id: I8e88c7595e27c0b6f7829b598f2b084ac8501ae3
* | | Merge "Document RS element and type and add validity checking to type creation."Jason Sams2010-11-122-1/+224
|\ \ \
| * | | Document RS element and type and add validity checking to type creation.Jason Sams2010-11-122-1/+224
| | | | | | | | | | | | | | | | Change-Id: Ic96c0199e27785b3eabde2c6e95ed514915328e9
* | | | Merge "More documentation."Jason Sams2010-11-123-10/+109
|\ \ \ \ | |/ / /
| * | | More documentation.Jason Sams2010-11-103-10/+109
| | | | | | | | | | | | | | | | Change-Id: I423ff081edd4dab9173bc13d05850bb39839b6d3
* | | | First pass at styling progress bars for Holo.Adam Powell2010-11-112-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added attribute to let scale drawables size based on the intrinsic width and height as a minimum. This helps prevent artifacts when some 9-patches are used in situations like progress bars. Change-Id: I168a232d3225afe9b5578a05a9b8634a1084404c
* | | | Merge "Add invalidation to Drawable when its properties change"Chet Haase2010-11-117-26/+76
|\ \ \ \ | |/ / / |/| | |
| * | | Add invalidation to Drawable when its properties changeChet Haase2010-11-117-26/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invalidateSelf() already exists on Drawable. This triggers a call to callback listeners so that they know the drawable has been invalidated. For example, the background drawable on View will cause the View itself to be invalidated. Change-Id: I45b231a7600dcf3bc139e4059b7c9940ff49f60c
* | | | Continue error check improvements and write some docs.Jason Sams2010-11-0914-132/+131
|/ / / | | | | | | | | | Change-Id: I345b08490da21d9ee715ff1ddc80c1a816b579f4
* | | Handle user message ID 0Jason Sams2010-11-082-32/+101
| | | | | | | | | | | | | | | | | | | | | Pass RS runtime errors back to java. throw exceptions for runtime errors. Change-Id: Ifcf16cbbf9b98137971dced5076f8a5563eb016c