Romain Guy
e981c516e7
Merge "Make sure we have a valid EGL context before drawing Bug #9404946 "
2013-06-25 02:23:08 +00:00
Romain Guy
cc6b7caff0
Make sure we have a valid EGL context before drawing
...
Bug #9404946
Run another EGL context check after invoking user code to ensure
we have a valid context/surface pair before drawing the display list.
Change-Id: Iefb0ced7900ce0c54eb81b62d24ec00700bdce47
2013-06-24 19:19:21 -07:00
Dianne Hackborn
d982851d29
Merge "Use FastPrintWriter... everywhere."
2013-06-25 01:18:57 +00:00
Dianne Hackborn
8c84109b9f
Use FastPrintWriter... everywhere.
...
One problem this turned up is, because FastPrintWriter does
its own buffering, a lot of code that used to use PrintWriter
would fail -- if it pointed to a StringWriter, there was no
buffering, so it could just immediately get the result. Now
you need to first flush the FastPrintWriter.
Also added some new constructors to specify the size of buffer
that FastPrintWriter should use.
Change-Id: If48cd28d7be0b6b3278bbb69a8357e6ce88cf54a
2013-06-24 18:16:48 -07:00
Romain Guy
5d2bba0d47
Merge "(Small) 9patch drawing improvements"
2013-06-25 00:57:44 +00:00
Igor Murashkin
d5540fb1a9
Merge changes I183dd47d,I29864a5d
...
* changes:
Initial camera device implementation
Partial CameraManager implementation
2013-06-25 00:48:53 +00:00
Igor Murashkin
59bc67c732
Initial camera device implementation
...
* Working streaming preview requests only
* Almost everything else returns empty objects that don't do anything
Bug: 9213377
Change-Id: I183dd47ddd737ec2c3c374e5c3461542a97f09b0
2013-06-24 17:41:10 -07:00
Igor Murashkin
e473f7d8f9
Partial CameraManager implementation
...
Bug: 9213377
Change-Id: I29864a5d1f7971ed589d1ffaddeefbb703e34018
2013-06-24 17:41:09 -07:00
Christopher Tate
dee987c9d6
Merge "Fix FLAG_PRIVILEGED numbering"
2013-06-25 00:39:18 +00:00
Romain Guy
f296dca95f
(Small) 9patch drawing improvements
...
Save a bit of memory in meshs generated from native code
Avoid an extra if/else when drawing with hardware accelration on
Change-Id: I31a4550bde4d2c27961710ebcc92b66cd71153cc
2013-06-24 16:45:41 -07:00
Christopher Tate
4ce55a3987
Fix FLAG_PRIVILEGED numbering
...
Change-Id: Ia04326acb51a76c0f1931fce94f0501d4ce7faba
2013-06-24 16:44:39 -07:00
Craig Mautner
a3f62a8439
Merge "When an app dies launch home conditionally."
2013-06-24 23:31:00 +00:00
Craig Mautner
37f748db85
When an app dies launch home conditionally.
...
The determination for whether to launch home after an app dies
did not include whether the app would have returned home on exit.
This fixes that by checking what the app would naturally return to.
Fixes bug 9466261.
Change-Id: Ife6e895b9ef8c11b0a7f470d3eac4e88e763930b
2013-06-24 16:19:55 -07:00
Dianne Hackborn
3af16b226b
Merge "Improve FastPrintWriter."
2013-06-24 23:02:02 +00:00
Dianne Hackborn
e5a9c92377
Improve FastPrintWriter.
...
Change-Id: I23acb8d4c3db1f2f8e2f8003296f8c253e2ae7d2
2013-06-24 15:54:52 -07:00
Selim Gurun
8b44040aea
Merge "Update cleanspec."
2013-06-24 21:52:08 +00:00
Selim Gurun
5907624312
Update cleanspec.
...
Update cleanspec to handle rename in I0df438e45ef540cc42c9ee5baafc816ebafa1c7b.
Change-Id: Ifc5abe794017d1dbc4a49c645751b71e3b08c0ef
2013-06-24 14:48:03 -07:00
John Spurlock
3f43c4e642
Merge "Decouple recents from status bar."
2013-06-24 20:43:22 +00:00
John Spurlock
a9d5f6c7c9
Merge "Remove obsolete recents layout params."
2013-06-24 20:41:07 +00:00
Derek Sollenberger
87751a282d
Merge "Fix SkASSERT errors resulting from the order objects are allocated on the stack."
2013-06-24 19:54:57 +00:00
Derek Sollenberger
6b0437c2c7
Fix SkASSERT errors resulting from the order objects are allocated
...
on the stack.
Change-Id: I24649fed5c069d8d3777d153e8fb31a55a9cf7a1
2013-06-24 15:40:54 -04:00
Craig Mautner
144a6ae7e6
Fix build.
...
Change-Id: Icdfc6bcbe8603cf9bd3f8982a595336c0407e7d6
2013-06-24 12:25:57 -07:00
Craig Mautner
7a78b39428
Merge "Fix unnecessary and harmful task movement."
2013-06-24 18:38:11 +00:00
Svetoslav
cf165a0ae0
Merge "Print APIs documentation update"
2013-06-24 18:34:33 +00:00
Craig Mautner
07f36c738e
Merge "Add activity token to display system."
2013-06-24 18:31:54 +00:00
John Spurlock
d08de37a22
Decouple recents from status bar.
...
Remove remaining references to recents package from status bar.
Introduce in-process "components" to the existing SystemUI base class
to make component boundaries explicit, and implement Recents as the
first component.
Change-Id: Ieefd386379a1f46806b31f68a4cacd76c093aea4
2013-06-24 14:30:12 -04:00
Craig Mautner
f0ac5c87f2
Fix unnecessary and harmful task movement.
...
Changing the focus to a new activity should not move it to the top of
the task stack. When the previous activity fully pauses and the new
focused activity resumes then it will be brought to the top of the
task stack at the proper time. Moving it there prematurely causes the
ActivityManager and WindowManager stack sequences to be out of sync.
Fixes bug 9518153.
Also remove false warnings in validateTopActivitiesLocked() and add
debug for task movement to TaskStack.
Change-Id: Ib57500b07ded97223155cda7ef603aecc9b642c3
2013-06-24 11:29:09 -07:00
Andy McFadden
066bdcfe83
Merge "Fix wrapper equals()"
2013-06-24 17:42:25 +00:00
Alan Viverette
db759c3f02
Merge "Implement FastScroller as an animated overlay."
2013-06-24 17:23:19 +00:00
Chet Haase
edaf0794bb
Merge "Fix ViewGroupOverlay's handling of invalidating viewgroups"
2013-06-24 16:37:55 +00:00
Svetoslav
fd90651cfc
Print APIs documentation update
...
Change-Id: I0df438e45ef540cc42c9ee5baafc816ebafa1c7b
2013-06-24 09:05:38 -07:00
John Spurlock
20f573c9fc
Remove obsolete recents layout params.
...
Change-Id: I20d12a63f4449ba73911cbe219446f3d1cd089e9
2013-06-24 11:32:48 -04:00
Andy McFadden
b32a7c7ca2
Merge "Minor fixes to android.opengl.Matrix"
2013-06-24 14:26:18 +00:00
Dirk Dougherty
5d87c166f4
am 66e9a009: am d73e151e: am 3d1c9b07: am eadad05c: am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.
...
* commit '66e9a009771c7e7a4fb48ba872b87009758f6d51':
Doc change: edits to education opt-in docs.
2013-06-24 01:47:41 -07:00
Dirk Dougherty
66e9a00977
am d73e151e: am 3d1c9b07: am eadad05c: am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.
...
* commit 'd73e151eaca8615015948d535d90397c8719c5f4':
Doc change: edits to education opt-in docs.
2013-06-24 01:45:36 -07:00
Dirk Dougherty
d73e151eac
am 3d1c9b07: am eadad05c: am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.
...
* commit '3d1c9b0710efa265e1ead34ee48a487c5ad4f66f':
Doc change: edits to education opt-in docs.
2013-06-24 01:42:27 -07:00
Dirk Dougherty
3d1c9b0710
am eadad05c: am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.
...
* commit 'eadad05c341b418cfe6249fb16d91951a3432c8a':
Doc change: edits to education opt-in docs.
2013-06-24 01:39:52 -07:00
Dirk Dougherty
eadad05c34
am d8dff038: am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.
...
* commit 'd8dff038f9368decd5a9e1176e453a24e4309290':
Doc change: edits to education opt-in docs.
2013-06-24 01:37:52 -07:00
Dirk Dougherty
d8dff038f9
am 1c77f5e2: am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.
...
* commit '1c77f5e2757e589bfc8c1e89e6394504f576ac52':
Doc change: edits to education opt-in docs.
2013-06-24 01:34:48 -07:00
Dirk Dougherty
1c77f5e275
am 1c111395: am 8451fc4f: Doc change: edits to education opt-in docs.
...
* commit '1c1113958d4e27018b02ce793809d541158440f6':
Doc change: edits to education opt-in docs.
2013-06-24 01:32:54 -07:00
Dirk Dougherty
1c1113958d
am 8451fc4f: Doc change: edits to education opt-in docs.
...
* commit '8451fc4f8660842b21e4ed3bddaedb0eb9490855':
Doc change: edits to education opt-in docs.
2013-06-24 01:30:58 -07:00
Dirk Dougherty
8451fc4f86
Doc change: edits to education opt-in docs.
...
Change-Id: I258a8f89c3bdbb6b5dabfe96cc7dd66dd16b8052
2013-06-24 00:58:04 -07:00
Dirk Dougherty
aae7f90d58
am 0d4adbe0: am 0efa541a: am 6561c275: am 6755a4d4: am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.
...
* commit '0d4adbe0a3ba69ddc348cf086b2357cf27ff10d6':
Doc change: add docs for edu opt-in.
2013-06-23 22:36:05 -07:00
Craig Mautner
fb1e20dfe2
Don't move stack with task for moveTaskToFront.
...
Earlier CL, ag/321609, was overly aggressive. It should only have kept
the stack from moving when moveTaskToStack() was called. Instead the
change was applied to moveTaskToFront() as well. In order to remain
consistent with earlier behavior of moveTaskToFront() the stack
containing the task must move to the front as well. This movement
launches the activity at the top of the task. Without the stack
movement the activity never gets launched causing bug 9498455.
Fixes bug 9498455.
Change-Id: I2cb9119c23a226f7d211851df9e49f10f702b3ef
2013-06-23 21:28:10 -07:00
Dirk Dougherty
0d4adbe0a3
am 0efa541a: am 6561c275: am 6755a4d4: am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.
...
* commit '0efa541a0156396290e03c82c8b28326380c9e4a':
Doc change: add docs for edu opt-in.
2013-06-23 19:53:00 -07:00
Dirk Dougherty
0efa541a01
am 6561c275: am 6755a4d4: am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.
...
* commit '6561c27519d710e79a7b2d15e29fcccb2f714c94':
Doc change: add docs for edu opt-in.
2013-06-23 19:50:32 -07:00
Dirk Dougherty
6561c27519
am 6755a4d4: am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.
...
* commit '6755a4d433d44506abd932b62f6552fa37bf1dd9':
Doc change: add docs for edu opt-in.
2013-06-23 19:45:02 -07:00
Dirk Dougherty
6755a4d433
am 757b943a: am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.
...
* commit '757b943a92d23c255dcca15944908f105265a86b':
Doc change: add docs for edu opt-in.
2013-06-23 19:42:58 -07:00
Dirk Dougherty
757b943a92
am b2e3fb4f: am 9db29158: am f812258e: Doc change: add docs for edu opt-in.
...
* commit 'b2e3fb4f37e6cf0e2c9e3aa00facfac9fbd4e22d':
Doc change: add docs for edu opt-in.
2013-06-23 19:41:29 -07:00
Dirk Dougherty
b2e3fb4f37
am 9db29158: am f812258e: Doc change: add docs for edu opt-in.
...
* commit '9db291583a90babbcb6db6f2b82276f5657a3503':
Doc change: add docs for edu opt-in.
2013-06-23 19:39:30 -07:00