65112 Commits

Author SHA1 Message Date
John Reck
2bb2323d63 Merge "Webkit text selection" 2012-01-31 11:08:14 -08:00
Chet Haase
4125f0b5ce Merge "Add new ViewPropertyAnimator utility methods" 2012-01-31 11:07:25 -08:00
Romain Guy
b74b84f195 Merge "Proper equals/hashCode impls in Rect and RectF" 2012-01-31 10:51:38 -08:00
Romain Guy
74d7ca133a Proper equals/hashCode impls in Rect and RectF
Change-Id: Ief52d84f134018af4dfd19674de12736c056e3f8
2012-01-31 10:50:38 -08:00
Chet Haase
c1ca665827 Add new ViewPropertyAnimator utility methods
Users have requested the ability to sequence ViewPropertyAnimator
animations. it is not possible with AnimatorSet, which only takes objects
of type Animator (which VPA does not extend). But the AnimatorSet model
is not appropriate for VPA anyway, since it is not possible to set up
a VPA ahead of time to start later; it's just not the way that VPA is
intended to work.

Instead, there are now two new methods on VPA, onStart() and onEnd(). These
methods take a Runnable which is executed when the animation starts or ends.
These methods should allow other VPAs or other arbitrary code to execute at the
start or finish of any particular VPA animation, allowing simple sequencing
without the overhead of creating listeners and monitoring the cancelation status
of the VPA.

Additionally, this change adds a new method withLayer() which sets a hardware
layer on the VPA's target view for the duration of the animation. This
was already possible, but required writing boilerplate code to create a listener
and override the start/end methods to add and remove the layer. This utility method
makes this common use case much simpler and less error-prone.

Change-Id: I819978517e17c647ffb7028063cd0adde68ff691
2012-01-31 10:50:14 -08:00
Jeff Brown
ed73440416 Merge "Use O_CLOEXEC when opening input device." 2012-01-31 10:05:51 -08:00
Jeff Brown
dd3ba43843 Merge "Add basic support for new suspend-block ioctls." 2012-01-31 10:05:09 -08:00
Makoto Onuki
9d36bd0275 Merge "Fix 2 broken PhoneNumberUtilsTest." 2012-01-31 09:14:57 -08:00
Scott Main
dfc6cdf793 am 123ffc1f: am 34260ad7: Merge "docs: fix locale name; South Africa is local en_ZA external issue 23133" into ics-mr1
* commit '123ffc1fa40749dd2f2eef94fa1ab0306604b1ae':
  docs: fix locale name; South Africa is local en_ZA external issue 23133
2012-01-31 08:58:51 -08:00
Scott Main
658310548b am 21e32f20: am 8bfeb10f: Merge "docs: fix typo in market doc external issue 22650" into ics-mr1
* commit '21e32f209794dffa51ad61e85a3e0b5070593790':
  docs: fix typo in market doc external issue 22650
2012-01-31 08:58:49 -08:00
Scott Main
0aa8f3b8db resolved conflicts for merge of 20d06540 to master
Change-Id: I80da9a11b4538c070b0000cfa3ea6cd865e46aef
2012-01-31 08:55:23 -08:00
Scott Main
123ffc1fa4 am 34260ad7: Merge "docs: fix locale name; South Africa is local en_ZA external issue 23133" into ics-mr1
* commit '34260ad79ede2ed35cc9859095b778f194b9650b':
  docs: fix locale name; South Africa is local en_ZA external issue 23133
2012-01-31 08:41:03 -08:00
Scott Main
21e32f2097 am 8bfeb10f: Merge "docs: fix typo in market doc external issue 22650" into ics-mr1
* commit '8bfeb10f98125706d8bb7afa1067ca563e741540':
  docs: fix typo in market doc external issue 22650
2012-01-31 08:41:01 -08:00
Scott Main
b1bb66592d am 665a6693: am b86cba15: docs: fix typo in eclipse doc external issue 21475
* commit '665a6693f72460a0d04a5ab70c10dee5493b9df2':
  docs: fix typo in eclipse doc external issue 21475
2012-01-31 08:40:59 -08:00
Scott Main
20d06540e2 am 4b2eb9a5: Merge "docs: fix typos and clarify some grammar in summary external issue 21548" into ics-mr1
* commit '4b2eb9a50bbead0b756944ebffd01c89916896ad':
  docs: fix typos and clarify some grammar in summary external issue 21548
2012-01-31 08:40:59 -08:00
Scott Main
34260ad79e Merge "docs: fix locale name; South Africa is local en_ZA external issue 23133" into ics-mr1 2012-01-31 08:39:36 -08:00
Scott Main
8bfeb10f98 Merge "docs: fix typo in market doc external issue 22650" into ics-mr1 2012-01-31 08:39:03 -08:00
Scott Main
665a6693f7 am b86cba15: docs: fix typo in eclipse doc external issue 21475
* commit 'b86cba156c78740793d94444e01d17ef21cb53cc':
  docs: fix typo in eclipse doc external issue 21475
2012-01-31 08:38:49 -08:00
Scott Main
4b2eb9a50b Merge "docs: fix typos and clarify some grammar in summary external issue 21548" into ics-mr1 2012-01-31 08:37:59 -08:00
Andreas Huber
0056c739c5 Merge "Make sure our aac decoder handles this parameter." 2012-01-31 08:31:03 -08:00
Shaopeng Jia
374b92b77b Fix 2 broken PhoneNumberUtilsTest.
Change-Id: Iafd5964b3dfb4486b69ab49df5eb4b566ed52183
2012-01-31 16:34:55 +01:00
Wink Saville
cec507f235 Merge "Display roaming indicator icon only based on ERI in CDMA case." 2012-01-31 06:39:52 -08:00
Ben Murdoch
145b340773 Merge "Remove code that quits the webcore watchdog thread." 2012-01-31 02:17:12 -08:00
Scott Main
b86cba156c docs: fix typo in eclipse doc
external issue 21475

Change-Id: I5aeee5710175964e2cf969965c7ed58c01f0e433
2012-01-30 23:56:53 -08:00
Scott Main
6440534660 docs: fix typos and clarify some grammar in summary
external issue 21548

Change-Id: Ic38921cb64390b42651f3971efeb4b76101dfc14
2012-01-30 23:49:26 -08:00
Scott Main
5b259c6e4d docs: fix typo in market doc
external issue 22650

Change-Id: I2bbfddef4692cb6b7567ea3ab04443a6ac421a80
2012-01-30 23:39:45 -08:00
Scott Main
b16965cf65 docs: fix locale name; South Africa is local en_ZA
external issue 23133

Change-Id: Ia17f61e6a4e14506aec5491db0c3fc65707f2c2b
2012-01-30 23:33:01 -08:00
Mathias Agopian
9eb95992ea fix a race condition in eglMakeCurrent()
it would happen when a context was made non-current, in this
case we would call the implementation's eglMakeCurrent() which
would succeed, if we're rescheduled at that point, another
eglMakeCurrent() could make that context current to another thread,
however, when we came back to the original call we would
overwrite egl_context_t internal state.

this is fixed by moving the critical section under
egl_display_t's lock.

Change-Id: I743c85696e13263d3a9570824940263df0caacdc
2012-01-30 18:20:52 -08:00
Mathias Agopian
11c5db5e29 Merge "add all needed GL extension wrappers" 2012-01-30 17:44:09 -08:00
Romain Guy
1e56fff3b9 Merge "Add debug markers to OpenGLRenderer" 2012-01-30 17:43:37 -08:00
Romain Guy
13631f3da8 Add debug markers to OpenGLRenderer
These markers will be used to group the GL commands by View in the
OpenGL ES debugging tool. This will help correlate individual GL
calls to higher level components like Views.

Change-Id: I73607ba2e7224a80ac32527968261ee008f049c6
2012-01-30 17:41:55 -08:00
Mathias Agopian
d0393a9e18 add all needed GL extension wrappers
when increasing MAX_NUMBER_OF_GL_EXTENSIONS to 256
we also needed to create all the corresponding wrappers.

Change-Id: I90edaaf0885ccdfab48e7a1396bcf88e039cfb25
2012-01-30 17:40:29 -08:00
Gilles Debunne
79e3e5f5d4 Merge "Removed SoftInputShownOnFocus methods in TextView" 2012-01-30 17:01:19 -08:00
Andreas Huber
4882355d8c Make sure our aac decoder handles this parameter.
Change-Id: I212ef0c21776b99d0c6662b118ca0ec16b1d3d5e
2012-01-30 16:45:28 -08:00
Svetoslav Ganov
12df3cf156 Merge "Incorrect behavior of View clear focus." 2012-01-30 16:37:33 -08:00
Scott Main
f68af846d4 am 6e4f886d: am b2d37b39: Merge "docs: update sidenav to use <span> instead of <h2> for headings, under suspicion that the h2s are causing poor snippet extraction in search results" into ics-mr1
* commit '6e4f886db034b954a305611cc71a10ff7d1c75ae':
  docs: update sidenav to use <span> instead of <h2> for headings, under suspicion that the h2s are causing poor snippet extraction in search results
2012-01-30 16:18:54 -08:00
Scott Main
6e4f886db0 am b2d37b39: Merge "docs: update sidenav to use <span> instead of <h2> for headings, under suspicion that the h2s are causing poor snippet extraction in search results" into ics-mr1
* commit 'b2d37b39a1bb48d9f9c5b45255c5df769b85d6ae':
  docs: update sidenav to use <span> instead of <h2> for headings, under suspicion that the h2s are causing poor snippet extraction in search results
2012-01-30 16:15:29 -08:00
Scott Main
b2d37b39a1 Merge "docs: update sidenav to use <span> instead of <h2> for headings, under suspicion that the h2s are causing poor snippet extraction in search results" into ics-mr1 2012-01-30 16:13:28 -08:00
John Reck
74ffdc30e0 Webkit text selection
Change-Id: Idec1ea19b773f100a88ebdb903a250ab923651d9
2012-01-30 16:10:54 -08:00
Scott Main
275345b087 am a76ddf92: am 6507df8b: docs: add meta descriptions for home and sdk also revise the G+ widget to make fit
* commit 'a76ddf927278ec36f5a4589dbba85bb06bb1ae19':
  docs: add meta descriptions for home and sdk also revise the G+ widget to make fit
2012-01-30 15:28:36 -08:00
Scott Main
a21ac88b10 docs: update sidenav to use <span> instead of <h2> for headings,
under suspicion that the h2s are causing poor snippet extraction in search results

Change-Id: I35f414fbb104984408b087db1366535cb18d4718
2012-01-30 15:27:37 -08:00
Mathias Agopian
7ff542c1ae Merge "SF now synchronizes to VSYNC" 2012-01-30 15:24:46 -08:00
Eric Fischer
478485678a Merge "Import translations. DO NOT MERGE" 2012-01-30 15:24:41 -08:00
Mathias Agopian
818b423658 Merge "add support for GL_EXT_debug_marker" 2012-01-30 15:23:47 -08:00
Mathias Agopian
e02f7b3fa8 SF now synchronizes to VSYNC
Change-Id: Ic5e4f2ea9927ce133eef9499c03161325e9d02c5
2012-01-30 15:21:23 -08:00
Eric Fischer
b61712bde1 Import translations. DO NOT MERGE
Change-Id: I2395f99e947c1b75df55216e9b0246eac63f0d8f
2012-01-30 15:21:00 -08:00
Scott Main
a76ddf9272 am 6507df8b: docs: add meta descriptions for home and sdk also revise the G+ widget to make fit
* commit '6507df8b78d80403d66d321748ad47290a611e3f':
  docs: add meta descriptions for home and sdk also revise the G+ widget to make fit
2012-01-30 15:14:53 -08:00
Gilles Debunne
e62beb5c20 Removed SoftInputShownOnFocus methods in TextView
Not used by Phone, for which it was initially created.

Change-Id: I0cad668f894e88cda0a410005aaf6b6c0b89dc3e
2012-01-30 15:10:41 -08:00
Romain Guy
a585e8dbcf Merge "Always initialize AsyncTask on the main thread." 2012-01-30 14:12:37 -08:00
Romain Guy
5e9120d4ad Always initialize AsyncTask on the main thread.
Change-Id: I039e5d6cb7157a0c8873e0d29161daf1cbda5577
2012-01-30 14:11:44 -08:00