summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Optimize camera updates from java. Remove duplicate constants.Alex Sakhartchouk2012-01-314-54/+65
| | | | Change-Id: I4302abc06b1afbfdbbf2f7749d3caa7294c982d1
* Better debugging for shader params.Alex Sakhartchouk2012-01-313-0/+11
| | | | Change-Id: Ib083e456e53226539d16599b4a2b4d89e5082439
* Adding a time stamp to transforms to reduce update frequency.Alex Sakhartchouk2012-01-3113-174/+325
| | | | Change-Id: Ief4a9c61886feed03b11c913fbee14613d990dc4
* Merge "Fixing possible pne." into graphics-devAlex Sakhartchouk2012-01-302-2/+10
|\
| * Fixing possible pne.Alex Sakhartchouk2012-01-302-2/+10
| | | | | | | | Change-Id: I4a8071374a72c0ca2639dc033d06d17e0a0466f7
* | am a585e8db: Merge "Always initialize AsyncTask on the main thread."Romain Guy2012-01-302-1/+5
|\ \ | | | | | | | | | | | | * commit 'a585e8dbcf33a9cfcca725b994a22e6d78d427f9': Always initialize AsyncTask on the main thread.
| * \ Merge "Always initialize AsyncTask on the main thread."Romain Guy2012-01-302-1/+5
| |\ \
| | * | Always initialize AsyncTask on the main thread.Romain Guy2012-01-302-1/+5
| | | | | | | | | | | | | | | | Change-Id: I039e5d6cb7157a0c8873e0d29161daf1cbda5577
* | | | am c7d75153: am 827a597d: Reconcile with ics-mr1-releaseThe Android Open Source Project2012-01-300-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * commit 'c7d7515325e9ef827feb094dbf42f1c920ad7936': Revert "Fix 5797764: Increase lock screen's thread priority" DO NOT MERGE Revert "AudioFlinger: mix track only when really ready (2)"
| * | | am 827a597d: Reconcile with ics-mr1-releaseThe Android Open Source Project2012-01-300-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * commit '827a597df70a51c6cccad52fae2be2c469f58b77': Revert "Fix 5797764: Increase lock screen's thread priority" DO NOT MERGE Revert "AudioFlinger: mix track only when really ready (2)"
| | * \ \ Reconcile with ics-mr1-releaseThe Android Open Source Project2012-01-300-0/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Ic6454a4b7929bbf2f453022fd8ae596e215657c2
| | | * \ \ merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2012-01-300-0/+0
| | | |\ \ \
| | | | * \ \ merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2012-01-260-0/+0
| | | | |\ \ \
| | | | | * \ \ merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2012-01-250-0/+0
| | | | | |\ \ \
| | | | | | * \ \ merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2012-01-240-0/+0
| | | | | | |\ \ \
| | | | | | | * | | Revert "Fix 5797764: Increase lock screen's thread priority"Jim Miller2012-01-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6d6a70a33746ef5147ab146f1802f0db424dd2f1 This doesn't appear to have a measurable impact for this issue.
| | | | | | | * | | DO NOT MERGE Revert "AudioFlinger: mix track only when really ready (2)"Justin Ho2012-01-232-21/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 71c4496a9757438afd30b4404824f296f6158a49. Change-Id: Iff10c49ea728bb10023ddeb50a3b708db770fff2
* | | | | | | | | | am a8217330: Merge "Remove onPreDrawListeners earlier in TextView"Gilles Debunne2012-01-301-28/+10
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a82173305991a24bc1400149b41bb998a6f50b38': Remove onPreDrawListeners earlier in TextView
| * | | | | | | | | Merge "Remove onPreDrawListeners earlier in TextView"Gilles Debunne2012-01-301-28/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Remove onPreDrawListeners earlier in TextViewGilles Debunne2012-01-271-28/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 5556478 Launcher pre-populates its all apps and widget pages with their content, which includes text. The layout calls some onMeasure methods that trigger TextView's registerForPreDraw(), which in turns adds a listener in the ViewTreeObserver. However, some of these pages may never be actually displayed, leaving the listeners in the list since onDraw() is never called. As a result, every frame displayed by launcher is slowned down by this array copy of 6-18 listeners. The problem is not Launcher specific since other applications may use a similar caching mechanism. The solution is to unsubscribe the listener in onPreDraw. The drawback is that several successive calls to registerForPreDraw() will add/remove the some listener object. However, these calls are rare and are relatively cheap since we're just adding the object in and out of an ArrayList which should not need to change its size. Change-Id: Ifb65655a27e302d31a2ad622d18f839aec99689e
* | | | | | | | | | | am a6989484: am 25fe8ef1: am e22f4748: Merge "Update documentation to ↵Dianne Hackborn2012-01-301-14/+10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reflect the old approach not working." into ics-mr1 * commit 'a69894846c0e34228da71dccf4e8ef5ae95a45a3': Update documentation to reflect the old approach not working.
| * | | | | | | | | | am 25fe8ef1: am e22f4748: Merge "Update documentation to reflect the old ↵Dianne Hackborn2012-01-301-14/+10
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | approach not working." into ics-mr1 * commit '25fe8ef1b51b4a36e08b3fea35c0799f3d0840e2': Update documentation to reflect the old approach not working.
| | * | | | | | | | | am e22f4748: Merge "Update documentation to reflect the old approach not ↵Dianne Hackborn2012-01-301-14/+10
| | |\ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | working." into ics-mr1 * commit 'e22f4748565915948c8af2961ac74fe81a417e3b': Update documentation to reflect the old approach not working.
| | | * | | | | | | | Merge "Update documentation to reflect the old approach not working." into ↵Dianne Hackborn2012-01-301-14/+10
| | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ics-mr1
| | | | * | | | | | | | Update documentation to reflect the old approach not working.Dianne Hackborn2012-01-301-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old approach has a problem with the original application's recent tasks entry disappearing (this is probably a bug in the platform). Update to an alternative approach that does work. Change-Id: I15e582eff8c77cc22628f7b099e9f04eb5bfbce7
* | | | | | | | | | | | Merge "Making the SceneGraph more robust to make sure data is propagated to ↵Alex Sakhartchouk2012-01-3019-95/+233
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | RS. Caching RS name allocations." into graphics-dev
| * | | | | | | | | | | Making the SceneGraph more robust to make sure data is propagated to RS.Alex Sakhartchouk2012-01-3019-95/+233
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Caching RS name allocations. Change-Id: I5e7a17a9ac76f81548145ae78665da322ec51271
* | | | | | | | | | | | am e372593c: Merge "Instantiate software codecs locally whenever possible."Andreas Huber2012-01-302-1/+295
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e372593cfb973c8f8bdc46858dece9fcae9e178c': Instantiate software codecs locally whenever possible.
| * | | | | | | | | | | Merge "Instantiate software codecs locally whenever possible."Andreas Huber2012-01-302-1/+295
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Instantiate software codecs locally whenever possible.Andreas Huber2012-01-302-1/+295
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I58d5c30b9de9873a239e91955a8900e2c72518a7
* | | | | | | | | | | | | am 855eadf9: Merge "Fix potential bug with reordered size/offset arguments."Stephen Hines2012-01-304-29/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '855eadf942c8ff5c2665d7dc3b6d4b5ba630419a': Fix potential bug with reordered size/offset arguments.
| * | | | | | | | | | | | Merge "Fix potential bug with reordered size/offset arguments."Stephen Hines2012-01-304-29/+29
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Fix potential bug with reordered size/offset arguments.Stephen Hines2012-01-204-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also cleans up a few uint32_t/size_t issues. Change-Id: Iae0fc085c12149129b91fce0ebbc28c8cf358eaf
* | | | | | | | | | | | | | am 69726597: Merge "Add stencil buffer to the EGL config"Romain Guy2012-01-307-4/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '69726597b300ec32f2d2c489cd3f312efd3077c2': Add stencil buffer to the EGL config
| * | | | | | | | | | | | | Merge "Add stencil buffer to the EGL config"Romain Guy2012-01-307-4/+42
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | Add stencil buffer to the EGL configRomain Guy2012-01-307-4/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If76c0cd6127534d90f9526b75c0f8e56259c6722
* | | | | | | | | | | | | | am 4d6da864: Merge "Move away from deprecated NetworkInfo extra."Jeff Sharkey2012-01-305-11/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4d6da8649afc43022a156bffca6cd2c9127cefe1': Move away from deprecated NetworkInfo extra.
| * | | | | | | | | | | | | Merge "Move away from deprecated NetworkInfo extra."Jeff Sharkey2012-01-305-11/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Move away from deprecated NetworkInfo extra.Jeff Sharkey2012-01-305-11/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because the NetworkInfo included in CONNECTIVITY_ACTION broadcast extra does not reflect the state applicable to the calling UID, and the last sticky broadcast may have stale state, transition to calling ConnectivityManager.getActiveNetworkInfo() directly. Change-Id: I86b316fbedd0273585ad5f1248b091bc3a3a5520
* | | | | | | | | | | | | | | am 7a41c701: am 136704a8: am b069833e: Merge "Adjust the LTE signal bar ↵John Wang2012-01-301-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mapping." into ics-mr1 * commit '7a41c7013d0ed319fcb4384cc4b5cf26b22d3580': Adjust the LTE signal bar mapping.
| * | | | | | | | | | | | | | am 136704a8: am b069833e: Merge "Adjust the LTE signal bar mapping." into ↵John Wang2012-01-301-5/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | / / / / / / / / | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ics-mr1 * commit '136704a803ed7dd419a452315d1c0fe4885ce441': Adjust the LTE signal bar mapping.
| | * | | | | | | | | | | | am b069833e: Merge "Adjust the LTE signal bar mapping." into ics-mr1John Wang2012-01-301-5/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b069833e63f711a6b140385003d67b3ff68fe66b': Adjust the LTE signal bar mapping.
| | | * | | | | | | | | | | Merge "Adjust the LTE signal bar mapping." into ics-mr1John Wang2012-01-301-5/+4
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | Adjust the LTE signal bar mapping.John Wang2012-01-271-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new mapping are Four bars: RSRP >= -95dBm Three bars: -105 dBm <= RSRP < -95 dBm Two bars: -115 dBm <= RSRP < -105 dBm One bars: RSRP < -115 dBm No bars: No Service bug:5640958 Change-Id: I9efabaeac33b624ea0a58a4d3760169dff6544f6
* | | | | | | | | | | | | | | am d53da8ef: Merge "Fixing broken unittests."Makoto Onuki2012-01-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd53da8efa7a618562615df35ffc674620cbe2b26': Fixing broken unittests.
| * | | | | | | | | | | | | | Merge "Fixing broken unittests."Makoto Onuki2012-01-301-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Fixing broken unittests.Shaopeng Jia2012-01-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The test here is partly fixed by Change I38c54265. However, the test itself still needs to be fixed as local numbers in US never starts with a '1'. Bug: 5599741 Change-Id: I3a3961331961f4f535d30dec884babdb32e8b67b
* | | | | | | | | | | | | | | am f10d69f3: am fb300fb2: am 73790a53: Merge "docs: add G+ page announcement ↵Scott Main2012-01-303-3/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to homepage" into ics-mr1 * commit 'f10d69f30107f27465684630460615443783f2bc': docs: add G+ page announcement to homepage
| * | | | | | | | | | | | | | am fb300fb2: am 73790a53: Merge "docs: add G+ page announcement to homepage" ↵Scott Main2012-01-303-3/+50
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into ics-mr1 * commit 'fb300fb2f0f253c94c14090256f9695bca1a1e4b': docs: add G+ page announcement to homepage
| | * | | | | | | | | | | | | am 73790a53: Merge "docs: add G+ page announcement to homepage" into ics-mr1Scott Main2012-01-303-3/+50
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '73790a53b580b8ec8eff88e25a19b5fcfa33392a': docs: add G+ page announcement to homepage