66662 Commits

Author SHA1 Message Date
Stephen Hines
a9431e1018 Update RSTest in graphics-dev for latest pass/fail changes.
Change-Id: I93d529006eb21ffa151a0cfb3666f882f42c6b59
2012-02-01 15:50:31 -08:00
Chet Haase
4a72f3f4ad am 6baed6c1: Merge "Add Developer Option setting for Animator scaling."
* commit '6baed6c11090fe6eb0a612ca4acee590e904ca58':
  Add Developer Option setting for Animator scaling.
2012-02-01 15:10:30 -08:00
Chet Haase
6baed6c110 Merge "Add Developer Option setting for Animator scaling." 2012-02-01 15:08:26 -08:00
Scott Main
90a469216a am 1dcd36a8: am 931d1daf: am fb16fdf2: am 6aaa27fb: docs: fix broken link
* commit '1dcd36a8add2424b144b423424c64d931f61b3e4':
  docs: fix broken link
2012-02-01 15:07:44 -08:00
Scott Main
1dcd36a8ad am 931d1daf: am fb16fdf2: am 6aaa27fb: docs: fix broken link
* commit '931d1daf1a0b0d61adf1a4c380a7ad00b8ead526':
  docs: fix broken link
2012-02-01 15:05:41 -08:00
John Reck
7e4d520e97 am 0918a4e8: Merge "Fix NPE"
* commit '0918a4e8c0345307cb6d6096e8c5511f94705b4b':
  Fix NPE
2012-02-01 15:05:20 -08:00
John Reck
0918a4e8c0 Merge "Fix NPE" 2012-02-01 15:03:38 -08:00
Scott Main
931d1daf1a am fb16fdf2: am 6aaa27fb: docs: fix broken link
* commit 'fb16fdf2d11b807e9c5d986e6135c2915f1f6523':
  docs: fix broken link
2012-02-01 15:03:15 -08:00
Scott Main
fb16fdf2d1 am 6aaa27fb: docs: fix broken link
* commit '6aaa27fb8c4ba500a9b486c2baba5b01bcc34bf2':
  docs: fix broken link
2012-02-01 15:00:49 -08:00
Chet Haase
d21a9fe2d9 Add Developer Option setting for Animator scaling.
This new setting allows users to set a scale factor for the
duration and startDelay of all Animator-based animations. This
setting is very similar to the Transition animation scale and
Window animation scale settings, except this one applies specifically
to Animator animations. The property is only accessible by users
through the Settings UI, not programmatically. The value applies
system-wide and is picked up per-process at the time of the first
ValueAnimator construction.

Change-Id: I3d5fbc956695c88d01c30820259da3e107ffd8a3
2012-02-01 14:59:08 -08:00
John Reck
9cf8462751 Fix NPE
Change-Id: I9c05a11f971f033322b8988abf852c95cbaba8a5
2012-02-01 14:58:32 -08:00
Wink Saville
cb87dadfb1 am 064d2d65: Merge "Telephony: Fix sim_refresh as per ril v6"
* commit '064d2d65697ecd95c72e2724cf066f8ad162d240':
  Telephony: Fix sim_refresh as per ril v6
2012-02-01 14:50:41 -08:00
Wink Saville
064d2d6569 Merge "Telephony: Fix sim_refresh as per ril v6" 2012-02-01 14:48:14 -08:00
Christopher Tate
9783df157a am f46723b4: Implement background vs foreground broadcasts
* commit 'f46723b41f723ebfc9ed18c7c409b319f4b5e539':
  Implement background vs foreground broadcasts
2012-02-01 14:39:57 -08:00
Christopher Tate
f46723b41f Implement background vs foreground broadcasts
Before now, receiving a broadcast would cause a process to be hoisted
to foreground priority / cgroup.  This is no longer the case: broadcasts
by default are handled in the background, with a suitably increased
timeout interval.  When a given broadcast needs to be dealt with in a
more timely manner, the issuer can set the new FLAG_BROADCAST_FOREGROUND
flag on the Intent, which will produce the old foreground-priority
behavior.

To avoid priority inversions, foreground broadcasts are tracked on a
separate outgoing queue and can be in flight simultaneously with a
background-priority broadcast.  If there is already a background-level
broadcast in flight to a given app and then a foreground-level one is
dispatched to that app, the app [and its handling of both broadcasts]
will be properly hoisted to foreground priority.

This change is also essentially the first step towards refactoring the
broadcast-handling portions of the Activity Manager into a more
independent existence.  Making BroadcastQueue a top-level class and
regularizing its operation viz the primary Activity Manager operation
is the next step.

Change-Id: If1be33156dc22dcce318edbb5846b08df8e7bed5
2012-02-01 14:36:34 -08:00
Scott Main
6aaa27fb8c docs: fix broken link
Change-Id: I58a082341373370bf97fed49d4d6584b468b4b46
2012-02-01 14:32:11 -08:00
Alex Sakhartchouk
a8313025ec Merge "Making sure that parameter updates are properly propagated to RS. Cleanup of param creation code." into graphics-dev 2012-02-01 14:30:36 -08:00
Alex Sakhartchouk
0c9523357f Making sure that parameter updates are properly propagated to RS.
Cleanup of param creation code.

Change-Id: I882b5230783250167f4269964165971a1caf9962
2012-02-01 14:06:27 -08:00
Stephen Hines
2ff0188a99 am c97992b4: Merge "Add test for "public final static"-reflected constant fields."
* commit 'c97992b489161a47f156f03ba605273dfb5e5cc2':
  Add test for "public final static"-reflected constant fields.
2012-02-01 14:04:56 -08:00
Scott Main
26491ff69a am ff35de85: am 4f7f2b8b: am b49c0355: am 6b3f98b4: Merge "docs: fix action bar style example" into ics-mr1
* commit 'ff35de850caef70105ddb82becea4cab74ad21b2':
2012-02-01 14:02:28 -08:00
Scott Main
6a91e56355 am e04a2fbc: am 3a080357: am e043db89: am f47f6791: Merge "docs: dashboard update for feb 1" into ics-mr1
* commit 'e04a2fbca82c1ff3e5937f63a19764e33ff0c059':
2012-02-01 14:02:26 -08:00
Stephen Hines
c97992b489 Merge "Add test for "public final static"-reflected constant fields." 2012-02-01 14:01:35 -08:00
Scott Main
c1910f5299 am 57b5b309: am eea2e9c1: am 13f3c854: am 5e095939: docs: update menu guide with CAB and popup menu, plus many other revisions
* commit '57b5b30981fdd17a7cd37749bb27827052831197':
2012-02-01 13:59:23 -08:00
Xia Wang
aacbe9e131 am bba103c6: am c8c9ebe8: am 581a3334: am ccc11c4d: Merge "Fix a typo in image processing test" into ics-mr1
* commit 'bba103c6d54ae6db1e756cabb1afbbc9b98972d9':
2012-02-01 13:59:21 -08:00
Scott Main
ff35de850c am 4f7f2b8b: am b49c0355: am 6b3f98b4: Merge "docs: fix action bar style example" into ics-mr1
* commit '4f7f2b8bc3e1e6fb86ef1ccc0897e20c6cac8d48':
2012-02-01 13:59:20 -08:00
Scott Main
e04a2fbca8 am 3a080357: am e043db89: am f47f6791: Merge "docs: dashboard update for feb 1" into ics-mr1
* commit '3a08035788fe897ad21d53c76c063e9e902750df':
2012-02-01 13:59:19 -08:00
Scott Main
57b5b30981 am eea2e9c1: am 13f3c854: am 5e095939: docs: update menu guide with CAB and popup menu, plus many other revisions
* commit 'eea2e9c1344dfa30d350a54d4fef69069c6941a9':
2012-02-01 13:56:50 -08:00
Xia Wang
bba103c6d5 am c8c9ebe8: am 581a3334: am ccc11c4d: Merge "Fix a typo in image processing test" into ics-mr1
* commit 'c8c9ebe868bb16f1b564b95243c0d5fd1d09ad6f':
2012-02-01 13:56:49 -08:00
Scott Main
4f7f2b8bc3 am b49c0355: am 6b3f98b4: Merge "docs: fix action bar style example" into ics-mr1
* commit 'b49c0355aa6cb7411f6f5061f5fd31ee5cdea14d':
2012-02-01 13:54:48 -08:00
Scott Main
3a08035788 am e043db89: am f47f6791: Merge "docs: dashboard update for feb 1" into ics-mr1
* commit 'e043db892436f643fc2d71df3bc4b2604c556988':
2012-02-01 13:54:45 -08:00
Scott Main
eea2e9c134 am 13f3c854: am 5e095939: docs: update menu guide with CAB and popup menu, plus many other revisions
* commit '13f3c854d8fb635fa824a1ba15fe85152fed131e':
2012-02-01 13:54:43 -08:00
Xia Wang
c8c9ebe868 am 581a3334: am ccc11c4d: Merge "Fix a typo in image processing test" into ics-mr1
* commit '581a33344485181eb3484ba7bf50ff2b52be6d99':
2012-02-01 13:54:40 -08:00
Scott Main
b49c0355aa am 6b3f98b4: Merge "docs: fix action bar style example" into ics-mr1
* commit '6b3f98b458b9dc7771cce37221d4fe8c4a19bf05':
  docs: fix action bar style example
2012-02-01 13:52:21 -08:00
Scott Main
e043db8924 am f47f6791: Merge "docs: dashboard update for feb 1" into ics-mr1
* commit 'f47f6791f897b436530557dea3a57a2ca969afe6':
  docs: dashboard update for feb 1
2012-02-01 13:52:19 -08:00
Scott Main
13f3c854d8 am 5e095939: docs: update menu guide with CAB and popup menu, plus many other revisions
* commit '5e0959393426371dadef2c7905d5c915a1ac2dd4':
  docs: update menu guide with CAB and popup menu, plus many other revisions
2012-02-01 13:52:17 -08:00
Xia Wang
581a333444 am ccc11c4d: Merge "Fix a typo in image processing test" into ics-mr1
* commit 'ccc11c4d3c8357a402b84c546e7b2f889729358c':
  Fix a typo in image processing test
2012-02-01 13:52:13 -08:00
Svetoslav Ganov
c36dc4c39c am 2eecea3b: Merge "Speedup the accessibility window querying APIs and clean up."
* commit '2eecea3b48ece6f45b30fef9b41dc20075ccc94f':
  Speedup the accessibility window querying APIs and clean up.
2012-02-01 13:48:36 -08:00
Svetoslav Ganov
2eecea3b48 Merge "Speedup the accessibility window querying APIs and clean up." 2012-02-01 13:45:24 -08:00
Andreas Huber
ef9bfa5d41 am c5143d2a: Merge "The AMR WB software encoder is now an OMX component."
* commit 'c5143d2af8babe3585b6a41b121ab15ef093355f':
  The AMR WB software encoder is now an OMX component.
2012-02-01 13:28:21 -08:00
Andreas Huber
c5143d2af8 Merge "The AMR WB software encoder is now an OMX component." 2012-02-01 13:25:26 -08:00
Siva Velusamy
c04f1e7321 am 295ac065: Merge "gltrace: fixup Push & Insert Marker calls"
* commit '295ac06562c2166767853af5bbc94fa7b7ea56cb':
  gltrace: fixup Push & Insert Marker calls
2012-02-01 13:10:47 -08:00
Siva Velusamy
295ac06562 Merge "gltrace: fixup Push & Insert Marker calls" 2012-02-01 13:08:58 -08:00
Alex Yakavenka
8f24145805 Telephony: Fix sim_refresh as per ril v6
Change-Id: I2d237601c6fd58760c6d5d080709381fddc5cbbe
2012-02-01 12:27:39 -08:00
Andreas Huber
ca97d6b6ae The AMR WB software encoder is now an OMX component.
Change-Id: Iebfb2696783a0163369ba4e8ef72e19ee76ad893
2012-02-01 12:16:40 -08:00
Siva Velusamy
a16cc6b271 gltrace: fixup Push & Insert Marker calls
Change-Id: I58ced7225fac79ec636a65da4883614a5dce6dff
2012-02-01 12:16:40 -08:00
Scott Main
5380730d73 am b8f2c351: am d3747509: am 8f6b4c52: am 6b3f98b4: Merge "docs: fix action bar style example" into ics-mr1
* commit 'b8f2c3514e2f30247d5a4e0e38c825ec0a0ced6f':
  docs: fix action bar style example
2012-02-01 12:03:31 -08:00
Scott Main
b8f2c3514e am d3747509: am 8f6b4c52: am 6b3f98b4: Merge "docs: fix action bar style example" into ics-mr1
* commit 'd3747509f5d3c64f1fbc6255a6f7f20aac023ead':
  docs: fix action bar style example
2012-02-01 12:01:32 -08:00
Scott Main
d3747509f5 am 8f6b4c52: am 6b3f98b4: Merge "docs: fix action bar style example" into ics-mr1
* commit '8f6b4c52ded03527d3c60e99cafa66aaabb4f355':
  docs: fix action bar style example
2012-02-01 11:58:57 -08:00
Scott Main
8f6b4c52de am 6b3f98b4: Merge "docs: fix action bar style example" into ics-mr1
* commit '6b3f98b458b9dc7771cce37221d4fe8c4a19bf05':
  docs: fix action bar style example
2012-02-01 11:56:23 -08:00
Scott Main
6b3f98b458 Merge "docs: fix action bar style example" into ics-mr1 2012-02-01 11:54:57 -08:00