OSDN Git Service

android-x86/frameworks-base.git
13 years agoFix another part of #3387855: Menu flashes on left side of screen
Dianne Hackborn [Wed, 26 Jan 2011 22:53:23 +0000 (14:53 -0800)]
Fix another part of #3387855: Menu flashes on left side of screen

When task switching while dialog windows were up, the exit animation
wouldn't be seen.  The animation needs to force Z-order its windows
to the top.

Also fix a bug where the lock screen fade-out was immediately
Z-ordering the wallpaper to the bottom if the activity behind was
not on top of the wallpaper.

Change-Id: Icd45cd8ccfff9829822c1682931413246eb9601b

13 years agoMerge "Wrong clock font in system bar. Whoops." into honeycomb
Daniel Sandler [Wed, 26 Jan 2011 17:35:03 +0000 (09:35 -0800)]
Merge "Wrong clock font in system bar. Whoops." into honeycomb

13 years agoMerge "Revert "Temporary Changes for certification of SCO."" into honeycomb
Jaikumar Ganesh [Wed, 26 Jan 2011 17:16:07 +0000 (09:16 -0800)]
Merge "Revert "Temporary Changes for certification of SCO."" into honeycomb

13 years agoMerge "New stat_notify icons in hdpi and mdpi" into honeycomb
Justin Ho [Wed, 26 Jan 2011 17:12:01 +0000 (09:12 -0800)]
Merge "New stat_notify icons in hdpi and mdpi" into honeycomb

13 years agoRevert "Temporary Changes for certification of SCO."
Jaikumar Ganesh [Wed, 26 Jan 2011 00:28:53 +0000 (16:28 -0800)]
Revert "Temporary Changes for certification of SCO."

This reverts commit 75c2701454f4506664d9056988c8ce5fd0ca73ba.

Change-Id: Ic63cdbbb06b9ed2d9c48e8b29cc376059ecadebf

13 years agoMerge "Improve readability of java docs for the public APIs." into honeycomb
Jaikumar Ganesh [Wed, 26 Jan 2011 17:02:12 +0000 (09:02 -0800)]
Merge "Improve readability of java docs for the public APIs." into honeycomb

13 years agoNew stat_notify icons in hdpi and mdpi
Justin Ho [Wed, 26 Jan 2011 16:48:48 +0000 (08:48 -0800)]
New stat_notify icons in hdpi and mdpi

Change-Id: I8e1eee2921411f5ed8d404c39dbfc9ac4977ef37

13 years agoWrong clock font in system bar. Whoops.
Daniel Sandler [Wed, 26 Jan 2011 16:45:36 +0000 (11:45 -0500)]
Wrong clock font in system bar. Whoops.

Bug: 3385564
Change-Id: I7231e9f7494bce436e93aed9793770cff40841a4

13 years agoUpdating phone assets to Gingerbread
Justin Ho [Wed, 26 Jan 2011 15:39:16 +0000 (07:39 -0800)]
Updating phone assets to Gingerbread
Integrating new stat_notify in SystemUI

Change-Id: Ib626847a050b255ee63092b84f59ce83ed174379

13 years agoMerge "Removing unused assets" into honeycomb
Justin Ho [Wed, 26 Jan 2011 15:26:40 +0000 (07:26 -0800)]
Merge "Removing unused assets" into honeycomb

13 years agoMerge "Fix invalidation problem with display lists" into honeycomb
Chet Haase [Wed, 26 Jan 2011 14:30:48 +0000 (06:30 -0800)]
Merge "Fix invalidation problem with display lists" into honeycomb

13 years agoMerge "Turn off picture splitting for now." into honeycomb
Patrick Scott [Wed, 26 Jan 2011 13:48:53 +0000 (05:48 -0800)]
Merge "Turn off picture splitting for now." into honeycomb

13 years agoMerge "Update input method panel when packages are changed." into honeycomb
satok [Wed, 26 Jan 2011 10:08:48 +0000 (02:08 -0800)]
Merge "Update input method panel when packages are changed." into honeycomb

13 years agoUpdate input method panel when packages are changed.
satok [Wed, 26 Jan 2011 07:57:50 +0000 (16:57 +0900)]
Update input method panel when packages are changed.

Change-Id: I1edad2a11fd40c8f1f7fbb42f37e0538b1e245eb

13 years agoFix invalidation problem with display lists
Chet Haase [Wed, 26 Jan 2011 07:22:09 +0000 (23:22 -0800)]
Fix invalidation problem with display lists

It was previously the case that a view marked ~DRAWN must be
invalidated correctly already, so we would not mark any flags.
Display lists added new logic such that an undrawn node must still
be checked to see if its cache has been marked invalid. If not,
we must mark it invalid to make sure that a future rendering call
will cause the view to refresh its display list, thus refreshing its
child node tree's display lists, since that's where the invalidate
call must have originated.

Change-Id: I0f73c85459174c0e3f16d703f7eb914a706c808a

13 years agoMerge "Make sure the opaque bitmap is opaque. GL doesn't like being lied to. Bug...
Romain Guy [Wed, 26 Jan 2011 06:54:06 +0000 (22:54 -0800)]
Merge "Make sure the opaque bitmap is opaque. GL doesn't like being lied to. Bug #3382992" into honeycomb

13 years agoMake sure the opaque bitmap is opaque. GL doesn't like being lied to.
Romain Guy [Wed, 26 Jan 2011 06:53:24 +0000 (22:53 -0800)]
Make sure the opaque bitmap is opaque. GL doesn't like being lied to.
Bug #3382992

The result still looks wrong but it works as designed, unfortunately.

Change-Id: I6108e199fa336cb01faaabf6c75faa3b71c2339b

13 years agoMerge "Review rework for issue 3385068 : Play gets out of sync" into honeycomb
Santosh Madhava [Wed, 26 Jan 2011 06:44:07 +0000 (22:44 -0800)]
Merge "Review rework for issue 3385068 : Play gets out of sync" into honeycomb

13 years agoMerge "Fix for issue 3366265 : Native crash exporting movie" into honeycomb
Santosh Madhava [Wed, 26 Jan 2011 06:19:21 +0000 (22:19 -0800)]
Merge "Fix for issue 3366265 : Native crash exporting movie" into honeycomb

13 years agoMerge "Change AsyncTask.execute() back to using a thread pool..." into honeycomb
Dianne Hackborn [Wed, 26 Jan 2011 06:05:38 +0000 (22:05 -0800)]
Merge "Change AsyncTask.execute() back to using a thread pool..." into honeycomb

13 years agoChange AsyncTask.execute() back to using a thread pool...
Dianne Hackborn [Wed, 26 Jan 2011 05:42:37 +0000 (21:42 -0800)]
Change AsyncTask.execute() back to using a thread pool...

...for now.

Change-Id: I1fe64f3e3a575f85add11dfe4d405f0c3a4a49de

13 years agoFix for issue 3366265 : Native crash exporting movie
Santosh Madhava [Wed, 26 Jan 2011 00:58:20 +0000 (16:58 -0800)]
Fix for issue 3366265 : Native crash exporting movie

Change-Id: I04195198031eeb7d34d4249b49a1092321a2eb0a

13 years agoMerge "VideoEditor:Fix for 3369908" into honeycomb
Dheeraj Sharma [Wed, 26 Jan 2011 04:34:15 +0000 (20:34 -0800)]
Merge "VideoEditor:Fix for 3369908" into honeycomb

13 years agoReview rework for issue 3385068 : Play gets out of sync
Santosh Madhava [Wed, 26 Jan 2011 03:25:02 +0000 (19:25 -0800)]
Review rework for issue 3385068 : Play gets out of sync

Change-Id: I7f7435bd898a72302500cdc15874e469922cbebe

13 years agoMerge "Cleaning up StackView" into honeycomb
Adam Cohen [Wed, 26 Jan 2011 04:19:17 +0000 (20:19 -0800)]
Merge "Cleaning up StackView" into honeycomb

13 years agoMerge "Fit and finish on status bar:" into honeycomb
Daniel Sandler [Wed, 26 Jan 2011 02:56:32 +0000 (18:56 -0800)]
Merge "Fit and finish on status bar:" into honeycomb

13 years agoMerge "Do Not Merge. Don't connect to non keyboard HID devices." into honeycomb
Jaikumar Ganesh [Wed, 26 Jan 2011 02:42:12 +0000 (18:42 -0800)]
Merge "Do Not Merge. Don't connect to non keyboard HID devices." into honeycomb

13 years agoMerge "Fix button assets and styles." into honeycomb
Adam Powell [Wed, 26 Jan 2011 02:29:09 +0000 (18:29 -0800)]
Merge "Fix button assets and styles." into honeycomb

13 years agoFix button assets and styles.
Adam Powell [Wed, 26 Jan 2011 02:25:20 +0000 (18:25 -0800)]
Fix button assets and styles.

This fixes some padding issues that broke apps during the last update.

Change-Id: Icdce5231f4497f8f0be0ab842a03cbfdfc501c5a

13 years agoMerge "Disable mouse support. (DO NOT MERGE)" into honeycomb
Jeff Brown [Wed, 26 Jan 2011 02:18:10 +0000 (18:18 -0800)]
Merge "Disable mouse support.  (DO NOT MERGE)" into honeycomb

13 years agoMerge "Fix crashes caused by some input devices." into honeycomb
Jeff Brown [Wed, 26 Jan 2011 02:18:05 +0000 (18:18 -0800)]
Merge "Fix crashes caused by some input devices." into honeycomb

13 years agoRemoving unused assets
Justin Ho [Wed, 26 Jan 2011 02:10:04 +0000 (18:10 -0800)]
Removing unused assets

Change-Id: I80b2d559f2bb3511ad8da9391e5f54effe91d837

13 years agoMerge "egl: clear error on function entry" into honeycomb
Mathias Agopian [Wed, 26 Jan 2011 02:01:03 +0000 (18:01 -0800)]
Merge "egl: clear error on function entry" into honeycomb

13 years agoDisable mouse support. (DO NOT MERGE)
Jeff Brown [Wed, 26 Jan 2011 01:52:01 +0000 (17:52 -0800)]
Disable mouse support.  (DO NOT MERGE)

Change-Id: Ica9703a18195079d227caff8c2389c750559f3d0

13 years agoMerge "Fixed the display of the brightness controls in the system panel" into honeycomb
Arnaud Berry [Wed, 26 Jan 2011 01:51:32 +0000 (17:51 -0800)]
Merge "Fixed the display of the brightness controls in the system panel" into honeycomb

13 years agoMerge "Removing unused assets in mdpi" into honeycomb
Justin Ho [Wed, 26 Jan 2011 01:46:23 +0000 (17:46 -0800)]
Merge "Removing unused assets in mdpi" into honeycomb

13 years agoMerge "Fix 3338368: Fix bounds calculation for recent apps view" into honeycomb
Jim Miller [Wed, 26 Jan 2011 01:41:59 +0000 (17:41 -0800)]
Merge "Fix 3338368: Fix bounds calculation for recent apps view" into honeycomb

13 years agoDo Not Merge. Don't connect to non keyboard HID devices.
Jaikumar Ganesh [Tue, 25 Jan 2011 00:30:45 +0000 (16:30 -0800)]
Do Not Merge. Don't connect to non keyboard HID devices.

Bug: 3385950
Change-Id: I2cfb17467c3d2fd383747111cd990d39f10f5136

13 years agochange the way test app waits for gc
Guang Zhu [Tue, 25 Jan 2011 23:43:57 +0000 (15:43 -0800)]
change the way test app waits for gc

gcSoftReferences methods are being obsoleted, so we need a different
approach to wait for gc: create a CountDownLatch and release it in
a dummy object's finalizer, call gc and await on the CDL.

Change-Id: I54d9e6bc05540b16ee1f3959ace9008041ac4903

13 years agoCleaning up StackView
Adam Cohen [Tue, 25 Jan 2011 20:24:23 +0000 (12:24 -0800)]
Cleaning up StackView

Change-Id: I38cd8a5f2d25973d3f97551be0a873ca35044ed9

13 years agoFix 3338368: Fix bounds calculation for recent apps view
Jim Miller [Wed, 26 Jan 2011 01:03:27 +0000 (17:03 -0800)]
Fix 3338368: Fix bounds calculation for recent apps view

The calculation for determine the content view's bounds
was mistakenly using the position of the view in the immediate
parent (glow view), which wrapped it exactly in the vertical
direction. The code now uses the glow view's vertical
position in its parent to determine the position.

Change-Id: I07768eb3446fde851699de1c1d4e958bc16d98bb

13 years agoImprove readability of java docs for the public APIs.
Jaikumar Ganesh [Wed, 26 Jan 2011 00:03:13 +0000 (16:03 -0800)]
Improve readability of java docs for the public APIs.

Change-Id: I0a0f1be04ed2ea2c14498a1a2ed4b050191ec95b

13 years agoMerge "Fix bug 3343940 - Legacy dialogs should use overlay action mode UI" into honeycomb
Adam Powell [Wed, 26 Jan 2011 00:27:16 +0000 (16:27 -0800)]
Merge "Fix bug 3343940 - Legacy dialogs should use overlay action mode UI" into honeycomb

13 years agoFix bug 3343940 - Legacy dialogs should use overlay action mode UI
Adam Powell [Wed, 26 Jan 2011 00:21:50 +0000 (16:21 -0800)]
Fix bug 3343940 - Legacy dialogs should use overlay action mode UI

Change-Id: I0bb2d4cbb0639e01483f1029aa95984d4b29ffc6

13 years agoMerge "Fix 3381660: Make modifier keys in PasswordUnlock match IME" into honeycomb
Jim Miller [Wed, 26 Jan 2011 00:21:21 +0000 (16:21 -0800)]
Merge "Fix 3381660: Make modifier keys in PasswordUnlock match IME" into honeycomb

13 years agoMerge "If 'customTokens', let authenticator handle notification." into honeycomb
Costin Manolache [Wed, 26 Jan 2011 00:13:12 +0000 (16:13 -0800)]
Merge "If 'customTokens', let authenticator handle notification." into honeycomb

13 years agoMerge "LayoutLib: return ViewInfo for all merged items + Build init." into honeycomb
Xavier Ducrohet [Wed, 26 Jan 2011 00:08:03 +0000 (16:08 -0800)]
Merge "LayoutLib: return ViewInfo for all merged items + Build init." into honeycomb

13 years agoFix 3381660: Make modifier keys in PasswordUnlock match IME
Jim Miller [Tue, 25 Jan 2011 03:53:32 +0000 (19:53 -0800)]
Fix 3381660: Make modifier keys in PasswordUnlock match IME

Fixed modifier key assets to match Latin IME.
Added background to alphanumeric keyboard.
Added 25% alpha background to numeric keyboard.

Change-Id: I043171a5dec7eeb0c136bb7450fd4023208639dc

13 years agoFix crashes caused by some input devices.
Jeff Brown [Wed, 26 Jan 2011 00:02:22 +0000 (16:02 -0800)]
Fix crashes caused by some input devices.

The touch screen sometimes reports more than 10 pointers even though that's
all we asked for.  When this happens, we start dropping events with more
than 10 pointers.  This confuses applications and causes them to crash.
Raised the limit to 16 pointers.
Bug: 3331247

The default behavior was to identify all touch devices as touch screens.
External devices that are plugged in are more likely to be touch pads
not attached to a screen.  Changed the default to be a touch pad
and renamed some internal constants to avoid confusion.

A certain mouse happens to also behave like a touch pad.  That caused
problems because we would see multiple concurrent traces of motion events
coming from the same input device so we would batch them up.
Added code to ensure that we don't batch events unless they come from
the same *source* in addition to coming from the same *device*.

Due to batching or misbehaving drivers, it's possible for the set of
pointer ids to be different from what we expect when it comes time to
split motion events across windows.  As a result, we can generate motion
events with 0 pointers.  When we try to deliver those events, we cause
an error in the InputTransport so we tear down the InputChannel and kill
the application.
Added code to check out assumption about pointer ids and drop the
event gracefully instead.

Patched up the tests to take into account the change in default behavior
for identifying touch screens and touch pads.

Change-Id: Ic364bd4cb4cc6335d4a1213a26d6bdadc7e33505

13 years agoMerge "A long press on the selection handle no longer selects the word." into honeycomb
Gilles Debunne [Tue, 25 Jan 2011 23:59:01 +0000 (15:59 -0800)]
Merge "A long press on the selection handle no longer selects the word." into honeycomb

13 years agoLayoutLib: return ViewInfo for all merged items + Build init.
Xavier Ducrohet [Tue, 25 Jan 2011 23:55:16 +0000 (15:55 -0800)]
LayoutLib: return ViewInfo for all merged items + Build init.

android.os.Build is now initialized from the build properties
parsed from the SDK build.prop file.

Change-Id: If16953215ca90fb0beacb51bf405b89a5c8a34fa

13 years agoMerge "Fix documentation typo." into honeycomb
Romain Guy [Tue, 25 Jan 2011 23:48:17 +0000 (15:48 -0800)]
Merge "Fix documentation typo." into honeycomb

13 years agoFix documentation typo.
Romain Guy [Tue, 25 Jan 2011 23:49:52 +0000 (15:49 -0800)]
Fix documentation typo.

Change-Id: Ide9a6a6843e86fe3ef841f95bdff132cca1f3832

13 years agoMerge "StagefrightMediaScanner: Close metadata retriever after we are done scanning...
Mike Lockwood [Tue, 25 Jan 2011 23:46:25 +0000 (15:46 -0800)]
Merge "StagefrightMediaScanner: Close metadata retriever after we are done scanning" into honeycomb

13 years agoMerge "MTP: Fix race conditions in MtpServer JNI code" into honeycomb
Mike Lockwood [Tue, 25 Jan 2011 23:44:28 +0000 (15:44 -0800)]
Merge "MTP: Fix race conditions in MtpServer JNI code" into honeycomb

13 years agoFixed the display of the brightness controls in the system panel
Arnaud Berry [Tue, 25 Jan 2011 23:42:17 +0000 (15:42 -0800)]
Fixed the display of the brightness controls in the system panel

Bug: 3389549
Change-Id: I87cc77de877653d471ba4ef6a790c568e9aaa60c

13 years agoegl: clear error on function entry
Michael I. Gold [Fri, 21 Jan 2011 23:39:38 +0000 (15:39 -0800)]
egl: clear error on function entry

Clear the current thread error state on entry to API functions as
mandated by the EGL 1.4 specification, section 3.1.  glGetError
returns additional information about the "most recent EGL function".

Change-Id: Ic24c64b39294ffc1a4e43fa72663e076b9d7decf

13 years agoRemoving unused assets in mdpi
Justin Ho [Tue, 25 Jan 2011 23:35:04 +0000 (15:35 -0800)]
Removing unused assets in mdpi

Change-Id: Id3bc90a10e602e35366d167fc72cc7edeaf15013

13 years agoMerge "Report errors to applications if AudioRecord->start() fails" into honeycomb
James Dong [Tue, 25 Jan 2011 23:31:09 +0000 (15:31 -0800)]
Merge "Report errors to applications if AudioRecord->start() fails" into honeycomb

13 years agoMerge "New contact picture" into honeycomb
Justin Ho [Tue, 25 Jan 2011 23:31:08 +0000 (15:31 -0800)]
Merge "New contact picture" into honeycomb

13 years agoReport errors to applications if AudioRecord->start() fails
James Dong [Tue, 25 Jan 2011 20:37:43 +0000 (12:37 -0800)]
Report errors to applications if AudioRecord->start() fails

bug - 3385198

Change-Id: I86ac8071eb28a538b333e102192193d1b9eda5eb

13 years agoA long press on the selection handle no longer selects the word.
Gilles Debunne [Tue, 25 Jan 2011 23:29:13 +0000 (15:29 -0800)]
A long press on the selection handle no longer selects the word.

Bug 3371448.

Change-Id: I360e6259f5f58a6f251efbe031ac46a76b7168e7

13 years agoIf 'customTokens', let authenticator handle notification.
Costin Manolache [Tue, 25 Jan 2011 00:11:36 +0000 (16:11 -0800)]
If 'customTokens', let authenticator handle notification.

Bug: 3377952
Change-Id: Iffb0ed01c39b42838cf88fd1b332c4b41c3194ec

13 years agoMerge "Argh forget to include my final part of the change." into honeycomb
Dianne Hackborn [Tue, 25 Jan 2011 23:23:13 +0000 (15:23 -0800)]
Merge "Argh forget to include my final part of the change." into honeycomb

13 years agoStagefrightMediaScanner: Close metadata retriever after we are done scanning
Mike Lockwood [Tue, 25 Jan 2011 23:20:04 +0000 (15:20 -0800)]
StagefrightMediaScanner: Close metadata retriever after we are done scanning

This prevents the mediaserver from leaking a file descriptor after
the media scanner runs

BUG: 3373546

Change-Id: I82a8bae82306de3da56a5c7da5b03ecf106a4efc
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoMerge "New extra for GET_CONTENT." into honeycomb
Dianne Hackborn [Tue, 25 Jan 2011 23:17:50 +0000 (15:17 -0800)]
Merge "New extra for GET_CONTENT." into honeycomb

13 years agoNew extra for GET_CONTENT.
Dianne Hackborn [Tue, 25 Jan 2011 22:55:06 +0000 (14:55 -0800)]
New extra for GET_CONTENT.

Change-Id: Ib367c02619ee301d9651dd70d35f7d57aa8a0cbc

13 years agoMTP: Fix race conditions in MtpServer JNI code
Mike Lockwood [Tue, 25 Jan 2011 17:29:27 +0000 (09:29 -0800)]
MTP: Fix race conditions in MtpServer JNI code

Make sure previous MtpThread has exited before starting another to avoid
EBUSY opening MTP kernel driver.

BUG: 3317803

Change-Id: I81dcbac42bcf5f680ed1b1469839bc0b0e49d53d
Signed-off-by: Mike Lockwood <lockwood@android.com>
13 years agoArgh forget to include my final part of the change.
Dianne Hackborn [Tue, 25 Jan 2011 22:54:29 +0000 (14:54 -0800)]
Argh forget to include my final part of the change.

Change-Id: I1e2711e1ecde0350047f1edef9a59947ff5749eb

13 years agoNew contact picture
Justin Ho [Tue, 25 Jan 2011 22:54:08 +0000 (14:54 -0800)]
New contact picture

Change-Id: Ic601c375df6117c5e974f39d4a75ccef45e6912c

13 years agoMerge "Fix bug 3387855 - Menu flashes on left side of screen" into honeycomb
Adam Powell [Tue, 25 Jan 2011 22:46:47 +0000 (14:46 -0800)]
Merge "Fix bug 3387855 - Menu flashes on left side of screen" into honeycomb

13 years agoMerge "Fix for issue 3385068 : Play gets out of sync" into honeycomb
Santosh Madhava [Tue, 25 Jan 2011 22:46:15 +0000 (14:46 -0800)]
Merge "Fix for issue 3385068 : Play gets out of sync" into honeycomb

13 years agoFix bug 3387855 - Menu flashes on left side of screen
Adam Powell [Tue, 25 Jan 2011 22:39:02 +0000 (14:39 -0800)]
Fix bug 3387855 - Menu flashes on left side of screen

Post popup menu click events rather than executing inline so that the
popup can close undisturbed.

Change-Id: I01481bd37d7921c10c6b8b484eab33f0d25447ff

13 years agoMerge "docs: revise and amend platform notes for preview" into honeycomb
Scott Main [Tue, 25 Jan 2011 22:21:28 +0000 (14:21 -0800)]
Merge "docs: revise and amend platform notes for preview" into honeycomb

13 years agoMerge "Fix surface frame size reporting." into honeycomb
Jeff Brown [Tue, 25 Jan 2011 22:21:00 +0000 (14:21 -0800)]
Merge "Fix surface frame size reporting." into honeycomb

13 years agoMerge "Fix for a call to startActivity from outside of an app." into honeycomb
Gilles Debunne [Tue, 25 Jan 2011 22:20:09 +0000 (14:20 -0800)]
Merge "Fix for a call to startActivity from outside of an app." into honeycomb

13 years agodocs: revise and amend platform notes for preview
Scott Main [Tue, 25 Jan 2011 21:03:30 +0000 (13:03 -0800)]
docs: revise and amend platform notes for preview

Change-Id: Ief10e85ae7c1a9c56381342e0f3b880ebe57d8ca

13 years agoMerge "Fix issue #3385839: Fragment.onCreateView is passing in activity..." into...
Dianne Hackborn [Tue, 25 Jan 2011 22:06:01 +0000 (14:06 -0800)]
Merge "Fix issue #3385839: Fragment.onCreateView is passing in activity..." into honeycomb

13 years agoMerge changes I282a8421,I53d15f37 into honeycomb
Justin Ho [Tue, 25 Jan 2011 22:01:25 +0000 (14:01 -0800)]
Merge changes I282a8421,I53d15f37 into honeycomb

* changes:
  Merging Gingerbread assets into Honeycomb
  Removing old assets from SystemUI in drawable-hdpi

13 years agoMerge "Rename virtual call API to ScoUsingVirtualCall." into honeycomb
Jaikumar Ganesh [Tue, 25 Jan 2011 21:56:02 +0000 (13:56 -0800)]
Merge "Rename virtual call API to ScoUsingVirtualCall." into honeycomb

13 years agoMerge "Prevent crash in View when gathering attributes without an AttachInfo. Bug...
Romain Guy [Tue, 25 Jan 2011 21:55:14 +0000 (13:55 -0800)]
Merge "Prevent crash in View when gathering attributes without an AttachInfo. Bug #3385339" into honeycomb

13 years agoRename virtual call API to ScoUsingVirtualCall.
Jaikumar Ganesh [Mon, 24 Jan 2011 21:55:27 +0000 (13:55 -0800)]
Rename virtual call API to ScoUsingVirtualCall.

This API makes more sense with regard to headset profile.
Bug: 3381532

Change-Id: Ife07d101a3b04bcddb31e7ae86712e1d97a660c5

13 years agoFit and finish on status bar:
Daniel Sandler [Tue, 25 Jan 2011 04:44:47 +0000 (23:44 -0500)]
Fit and finish on status bar:

  - Clock color fixed. [3374581]
  - Clock vertically aligned. [3388224]
  - Clock uses system font assets now. [3385564]
  - Solid version of AndroidClock added to build. [3385564]
  - Extraneous background glow removed from notification panel.
  - Removed solid black background from notifications. [3388223]
  - Added background image behind large notification icons
    and increased large size to 64dip [33884343384355]
  - Corrected size & leading of notification text [3388577]

Bug: 3374581
Bug: 3384355
Bug: 3385564
Bug: 3388223
Bug: 3388224
Bug: 3388434
Bug: 3388577
Change-Id: I8e443da5758deca412d1ce5944f887b35f6265ed

13 years agoMerge "Overscoll bounce amplitude is smaller." into honeycomb
Gilles Debunne [Tue, 25 Jan 2011 21:44:32 +0000 (13:44 -0800)]
Merge "Overscoll bounce amplitude is smaller." into honeycomb

13 years agoMerge "Fix bug 3378333 - Holo-style layout for granting permissions" into honeycomb
Adam Powell [Tue, 25 Jan 2011 21:42:49 +0000 (13:42 -0800)]
Merge "Fix bug 3378333 - Holo-style layout for granting permissions" into honeycomb

13 years agoFix for a call to startActivity from outside of an app.
Gilles Debunne [Tue, 25 Jan 2011 21:07:22 +0000 (13:07 -0800)]
Fix for a call to startActivity from outside of an app.

Bug 3246715

Regression introduced by https://android-git.corp.google.com/g/#change,86174

Change-Id: Icba170746d196386bd9b0309582f724cb076d937

13 years agoFix bug 3378333 - Holo-style layout for granting permissions
Adam Powell [Sat, 22 Jan 2011 22:34:13 +0000 (14:34 -0800)]
Fix bug 3378333 - Holo-style layout for granting permissions

Change-Id: Ie1bb925db3ddd8343c9756e220a0d821f4d31c6d

13 years agoFix for issue 3385068 : Play gets out of sync
Santosh Madhava [Tue, 25 Jan 2011 21:15:43 +0000 (13:15 -0800)]
Fix for issue 3385068 : Play gets out of sync

Change-Id: Iaf5e2f246b9cbfc5c8093d34ed085fe255ae500b

13 years agoFix surface frame size reporting.
Jeff Brown [Tue, 25 Jan 2011 20:56:56 +0000 (12:56 -0800)]
Fix surface frame size reporting.

The SurfaceHolder provided by the wallpaper service was not reporting
the correct size in getSurfaceFrame().  This broke an optimization in
the ImageWallpaper.  The old code happened to work because calling
lockCanvas on the SurfaceHolder with a null dirty rectangle happened
to have the side-effect of updating the SurfaceHolder's surface frame
size field because it passed mSurfaceFrame as the dirty rect, causing
mSurfaceFrame to be set to the size of the region to be drawn.

However, relying on this side-effect is wrong.  Among other things,
the dirty region could actually be smaller than the surface frame.

This patch fixes WallpaperService, SurfaceView and ViewRoot to ensure
that the surface frame size is always set explicitly and is not modified
by calls to lockCanvas.

Change-Id: I10948f5ec269409ceaf0f7d32b3f6731e9499ebc

13 years agoPrevent crash in View when gathering attributes without an AttachInfo.
Romain Guy [Tue, 25 Jan 2011 20:52:58 +0000 (12:52 -0800)]
Prevent crash in View when gathering attributes without an AttachInfo.
Bug #3385339

Change-Id: I06b6f03721b52ab0b9d13c2fb3e133ae25d99970

13 years agoMerge "Video Editor:Fix for 3375632" into honeycomb
Dheeraj Sharma [Tue, 25 Jan 2011 20:50:34 +0000 (12:50 -0800)]
Merge "Video Editor:Fix for 3375632" into honeycomb

13 years agoMerge "Heed the focusability flag in SearchView and set the default to true." into...
Amith Yamasani [Tue, 25 Jan 2011 20:35:06 +0000 (12:35 -0800)]
Merge "Heed the focusability flag in SearchView and set the default to true." into honeycomb

13 years agoMerge "Fix emulator trackball." into honeycomb
Jeff Brown [Tue, 25 Jan 2011 20:33:50 +0000 (12:33 -0800)]
Merge "Fix emulator trackball." into honeycomb

13 years agoTurn off picture splitting for now.
Patrick Scott [Tue, 25 Jan 2011 20:19:45 +0000 (15:19 -0500)]
Turn off picture splitting for now.

Splitting the content was causing a mismatch between the base content picture
and composited layers.  It was also happening on every single inval.

Bug: 3372320
Change-Id: I09da2d0f3cba028c355ceba2b4c8e34da5a77028

13 years agoHeed the focusability flag in SearchView and set the default to true.
Amith Yamasani [Tue, 25 Jan 2011 19:58:09 +0000 (11:58 -0800)]
Heed the focusability flag in SearchView and set the default to true.

Bug: 3385804

Also, allow navigation through keyboard.

Change-Id: I444f142518172b35f33c2a5129179ac996d80dc7

13 years agoMerge "Fixed CAB background and selection color for legacy applications." into honeycomb
Gilles Debunne [Tue, 25 Jan 2011 19:37:54 +0000 (11:37 -0800)]
Merge "Fixed CAB background and selection color for legacy applications." into honeycomb

13 years agoMerge "Removed warnings in DynamicLayout" into honeycomb
Gilles Debunne [Tue, 25 Jan 2011 19:34:19 +0000 (11:34 -0800)]
Merge "Removed warnings in DynamicLayout" into honeycomb

13 years agoFix issue #3385839: Fragment.onCreateView is passing in activity...
Dianne Hackborn [Tue, 25 Jan 2011 07:58:13 +0000 (23:58 -0800)]
Fix issue #3385839: Fragment.onCreateView is passing in activity...

...context for a DialogFragment

Change-Id: I434ebca64d2738da4c27321db8dbbded2cbe167d

13 years agoOverscoll bounce amplitude is smaller.
Gilles Debunne [Tue, 25 Jan 2011 19:23:30 +0000 (11:23 -0800)]
Overscoll bounce amplitude is smaller.

Per Dan's request for poor behavior on low speed Overscrolls.

Change-Id: I184133df5e6cc68d8d9bf39edb62d42e13d27a90

13 years agoRemove debugging log left by mistake.
Romain Guy [Tue, 25 Jan 2011 19:03:00 +0000 (11:03 -0800)]
Remove debugging log left by mistake.

Change-Id: I7d5165b4b682714940cea9886abeedd3f4858057