summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | Merge "Fix binder proxy death notice tracking"Christopher Tate2011-03-022-52/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix binder proxy death notice trackingChristopher Tate2011-03-012-52/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There was an issue with stale recipient tracking when BinderProxy weak references had been purged and a new proxy object allocated for a still-live underlying IBinder. The death recipient bookkeeping has now been reworked so that it's fundmentally tied to the BinderProxy instances, not maintained as global state, to prevent this sort of confusion entirely. Bug 3499939 Change-Id: I75c5216b6d53b90868ac969e32c9725201e51be3
* | | | | | | | | | | | | | | | | | | Remove logspew.Daniel Sandler2011-03-021-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib47abbd6111e990e4a92c504d9a3859d0240905e
* | | | | | | | | | | | | | | | | | Merge "Fix issue #3431230: "am" debugging commands failing on -userdebug builds"Dianne Hackborn2011-03-021-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Fix issue #3431230: "am" debugging commands failing on -userdebug buildsDianne Hackborn2011-03-011-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I6b5a8bf68d3bd76c7331ee97bab9a68b5033cb5a
* | | | | | | | | | | | | | | | | | | Merge "Audio packages: Allow stripping down via MINIMAL_NEWWAVELABS=true"JP Abgrall2011-03-024-69/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Audio packages: Allow stripping down via MINIMAL_NEWWAVELABS=trueJP Abgrall2011-03-014-69/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows builds to specific MINIMAL_NEWWAVE_LABS=true to reduce the number of newwavelabs/*.ogg that are included to one for ringtones, one for notifications. This fixes the passion-userdebug + EMMA_INSTRUMENT=true, when MINIMAL_NEWWAVELABS=true is also specified. Change-Id: I310e64e770c9b36af6bd01326d8606e46e34df79
* | | | | | | | | | | | | | | | | | | | Merge "Fix for issue 3495914: (In Java) Video clip switches between start ↵Santosh Madhava2011-03-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and end"
| * | | | | | | | | | | | | | | | | | | Fix for issue 3495914: (In Java) Video clip switches between start and endSantosh Madhava2011-03-011-2/+2
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie5ea83c61c6c008162abea76e15d745a901a1e23
* | | | | | | | | | | | | | | | | | | Merge "Bring back some status bar animations."Daniel Sandler2011-03-021-6/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Bring back some status bar animations.Daniel Sandler2011-03-021-6/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change Ie817b396 removed the layout transition from the main status bar, fixing a number of weird bugs caused by the translations on CHANGE_APPEARING and CHANGE_DISAPPEARING. This change restores the layout transitions, but only the alpha fade on APPEARING and DISAPPEARING. Doing this should bring back the useful part of the status bar animations (i.e. things fading in & out) without the buggy part (things sliding around to make room for the things fading in & out). Additionally, these fade-only layout transitions are now properly applied to the clock/notification area (when bringing up the notifications panel) and the icons within the navigation cluster (so the legacy MENU key will fade in). Bug: 3503960 Bug: 3489129 Change-Id: I1ea433c41f2f930342ae2486505b0fee19709f9c
* | | | | | | | | | | | | | | | | | | Merge "Switch to returnCode for IPackageDeleteObserver"Kenny Root2011-03-025-15/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Switch to returnCode for IPackageDeleteObserverKenny Root2011-03-015-15/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before the IPackageDeleteObserver only knew whether the deletion succeeded or failed, but not the reason why. Bug: 2520191 Change-Id: I1f0d7c04f06c539660b6e17e7e133defb0f61b5b
* | | | | | | | | | | | | | | | | | | | Merge "Turn off animations in the status bar."Daniel Sandler2011-03-021-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Turn off animations in the status bar.Daniel Sandler2011-03-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They're causing a number of unpleasant effects (see bug list below). The root cause is a limitation of layout transitions (http://b/3503912) that we don't have time to fix right now. Bug: 3427414 Bug: 3489129 Bug: 3501979 Change-Id: Ie817b396f89847b105ef7b7c7007c7a1e64b8469
* | | | | | | | | | | | | | | | | | | | Merge "New assets for checkboxes and radios for WebView."Leon Scroggins2011-03-028-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | New assets for checkboxes and radios for WebView.Leon Scroggins2011-03-028-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:3009375 Needed by a change in external/webkit. Change-Id: I403ae0960af0e3ce12bc5803e44790abb1f604be
* | | | | | | | | | | | | | | | | | | | Visible feedback for control panel taps.Daniel Sandler2011-03-022-1/+3
|/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3329721 Change-Id: Ie0c6251381447ad1893d63d62cd235fa88a7b1c5
* | | | | | | | | | | | | | | | | | | Merge "Fix from post submit review"Kristian Monsen2011-03-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Fix from post submit reviewKristian Monsen2011-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I10d96b254dcf3cb04f8d5cdf4bc527c84c362c1c https://android-git.corp.google.com/g/#change,99052
* | | | | | | | | | | | | | | | | | | | Longer delay before fading out scrollbarTadashi G. Takaoka2011-03-011-1/+3
| |_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default delay is 750ms. This change sets it 75sec. Bug: 3454586 Change-Id: Ib6e4ad194fca577f397da0050ccfeaef0c04227c
* | | | | | | | | | | | | | | | | | | Merge "Add support for up to 32 buffers per Surface"Mathias Agopian2011-03-011-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Add support for up to 32 buffers per SurfaceMathias Agopian2011-03-011-3/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3488016 Change-Id: Ie5536ad77d42a4d0e8270e0fd87ecb73471bcbbc
* | | | | | | | | | | | | | | | | | Merge "cosmetic fixes: removing unused members/imports"Vasu Nori2011-03-011-5/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | cosmetic fixes: removing unused members/importsVasu Nori2011-03-011-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I307e5d5c7c1270d2590ba66f4c3d3b1a96646344
* | | | | | | | | | | | | | | | | | | Merge "Fix issue #3387676 com.android.browser: ↵Dianne Hackborn2011-03-011-42/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | java.lang.NullPointerException..."
| * | | | | | | | | | | | | | | | | | | Fix issue #3387676 com.android.browser: java.lang.NullPointerException...Dianne Hackborn2011-03-011-42/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unable to destroy activity {com.android.browser/com.android.browser.BrowserActivity}: java.lang.NullPointerException at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:2809) Add a bunch of guards to not call on to the window callback after the window is destroyed. Change-Id: I66ca0705f421bafdfe953d03654c8f78d9e68249
* | | | | | | | | | | | | | | | | | | | Merge "bug:3497143 don't print warning if it is a bug in platform - not in app."Vasu Nori2011-03-012-7/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | bug:3497143 don't print warning if it is a bug in platform - not in app.Vasu Nori2011-03-012-7/+5
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixing a couple of very confusing warnings.. Change-Id: I3c91fa53fc73a2fb4bee213e33af56c4bdb75fd8
* | | | | | | | | | | | | | | | | | | Merge "Fix 3463772: Bring back alarm icon on LockScreen"Jim Miller2011-03-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | Fix 3463772: Bring back alarm icon on LockScreenJim Miller2011-03-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icdf948c774d280e22da84e9241b345244a56befd
* | | | | | | | | | | | | | | | | | | | Merge "Fix 3482763: Minor layout tweaks and new asset for recents"Jim Miller2011-03-014-2/+52
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Fix 3482763: Minor layout tweaks and new asset for recentsJim Miller2011-03-014-2/+52
| |/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed in this change: - ListView overscroll drawable was partially off screen. - Selected item was not fading when unselected Change-Id: Ifba86eede591c4d4f984a7966b933a77799f66f9
* | | | | | | | | | | | | | | | | | | | Merge "Make with the clicky. (Status bar buttons now play FX.)"Daniel Sandler2011-03-012-14/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Make with the clicky. (Status bar buttons now play FX.)Daniel Sandler2011-03-012-14/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now sending accessibility events and playing click noises: - Home - Back - Notification icons (if you tap; tap-and-hold/scrub is silent) - the clock area I also added touch slop to the main nav buttons (should have been there all along). Bug: 3422943 Change-Id: Ib5ee1d3a7c79e60e05377715092cde3f7678ddcf
* | | | | | | | | | | | | | | | | | | | | Merge "Fix issue #3405957 com.android.settings: ↵Dianne Hackborn2011-03-011-9/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | java.lang.NullPointerException..."
| * | | | | | | | | | | | | | | | | | | | | Fix issue #3405957 com.android.settings: java.lang.NullPointerException...Dianne Hackborn2011-03-011-9/+56
| | |_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...at android.app.DialogFragment.dismissInternal(DialogFragment.java:264) Don't allow a DialogFragment to be dismissed twice. Change-Id: Id2e9e3be1046b0d7862492c57c36001d8fd44a69
* | | | | | | | | | | | | | | | | | | | | Merge "Fix issue #3411615: Crash when getting dialog layout inflator."Dianne Hackborn2011-03-011-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Fix issue #3411615: Crash when getting dialog layout inflator.Dianne Hackborn2011-03-011-1/+5
| |/ / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Well, I'm not sure it is right for onCreateDialog() to return a null dialog, but if it does, let's not crash here. Change-Id: I5ff49b9b3c326d9005f70a01435c01bfc7307343
* | | | | | | | | | | | | | | | | | | | | Merge "Get rid of redundant media profiles"James Dong2011-03-012-8/+241
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Get rid of redundant media profilesJames Dong2011-03-012-8/+241
| | |_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug - 3330679 Change-Id: Idc55aea32746c0c57552c5e15a289681421aa859
* | | | | | | | | | | | | | | | | | | | | Merge "Fix issue 3499926."Eric Laurent2011-03-011-8/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Fix issue 3499926.Eric Laurent2011-03-011-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that NumberEffectsEnabled is decremented at the same time as SamplesToExitCountBb reaches 0 in Effect_process(). Not doing so causes NumberEffectsEnabled not being decremented if Effect_setEnabled() is called after SamplesToExitCountBb reaches 0 and before next Effect_process() is called. Change-Id: Id827a301f93a5a09ecd9995a0c7d731ef526711a
* | | | | | | | | | | | | | | | | | | | | | Merge "Fix 3500730: Prevent NPE cause by clicking on footer view"Jim Miller2011-03-012-7/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Fix 3500730: Prevent NPE cause by clicking on footer viewJim Miller2011-03-012-7/+4
| | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a crash caused by clicking in the footer view by making it not selectable. Also, don't hide home and recents button, per request from UX. Change-Id: Ie3348c8f5d699841aa76fd7abe889b2b329c7b0b
* | | | | | | | | | | | | | | | | | | | | Merge "Don't account for scrollX/Y when drawing a display list in a layer."Romain Guy2011-03-011-3/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | Don't account for scrollX/Y when drawing a display list in a layer.Romain Guy2011-03-011-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I73bdcdab3e547d00ba2853aed550e65d5f8c6fcd
* | | | | | | | | | | | | | | | | | | | | | Merge "Fix bug 3501411 - ListView should ignore "up" events outside of its view"Adam Powell2011-03-011-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | Fix bug 3501411 - ListView should ignore "up" events outside of its viewAdam Powell2011-03-011-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not dispatch item clicks if the up event occurs completely outside of list bounds. Change-Id: I2bc38040bcc98944e1449affcdbd75e0194637cf
* | | | | | | | | | | | | | | | | | | | | | | Merge "Adding mouse scroll wheel support to StackView"Adam Cohen2011-03-011-0/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \