Matthew Williams
7d4f5b3239
Merge "Change scheduling logic to run network jobs sooner"
2015-10-15 23:31:45 +00:00
Matthew Williams
aa9843198d
Change scheduling logic to run network jobs sooner
...
BUG: 24385082
BUG: 23144425
BUG: 18117279
Run jobs with connectivity constraints as soon as the developer-allotted
delay has expired, rather than waiting for the override deadline. This
is more in tune with what developers expect, although it reduces the
amount of batching the scheduler can theoretically do.
This will also have the side effect of fixing several failing cts
tests that started breaking b/c the signal to 'run connectivity
jobs early' was removed in M and nothing was put in to replace it.
Change-Id: I7e63c2b62f2882ee906f748445bbf10c32e19c5f
2015-10-15 16:08:05 -07:00
Rob Carr
cbc4e08fb5
Merge "Revert "Sync SurfaceView position changes to parent render.""
2015-10-15 22:54:11 +00:00
Rob Carr
7e1d861a9a
Revert "Sync SurfaceView position changes to parent render."
...
This reverts commit 6104dc95606b3399356dd011ca6d71fcd954154c.
Change-Id: If9d709bc65e7a817bd2c1b5768c7c33a9317638f
2015-10-15 22:53:30 +00:00
Rob Carr
70b7073fea
Merge "Sync SurfaceView position changes to parent render."
2015-10-15 22:53:15 +00:00
Robert Carr
6104dc9560
Sync SurfaceView position changes to parent render.
...
In order to provide pixel perfect movement of SurfaceViews
'within' other views (e.g. scrolling) we need to be able to
synchronize the attached (parent window) painting with the
movement of the SurfaceView (recall, SurfaceViews are positioned
behind their attached windows and the parent must render a
transparent region for the SurfaceView to appear). Provide
a new WindowManager method to reposition an attaching window
(that is to say, a window which has an attached window like
SurfaceView) and defer the transaction until the parent frame.
SurfaceView is hooked up to use this for movement. This is still
'racy' in the hardware accelerated case as the render thread
could be on either side of dequeing the frame we are working on.
Change-Id: Ic33915043380ab8cd9eb4920e224b35234ed867d
2015-10-15 22:35:48 +00:00
Tyler Gunn
d666a8d959
Merge "Move position of bundle parceling for PA extras."
2015-10-15 22:20:15 +00:00
Xiaohui Chen
fd5b77444e
Add UM.isSameProfileGroup()
...
This optimizes the performance to check if two users are in the same
profile group.
Change-Id: I493a3475b848487836f4dbe01529c63165ace483
2015-10-15 22:02:07 +00:00
Rob Carr
3128c842e7
am 2f8c74ab: am 0a543fac: am 111b378a: am 575b629e: Merge "WindowStateAnimation: Clear transformation clip rect." into mnc-dr-dev
...
* commit '2f8c74ab53a924d26c51c760148a7acfae6eb193':
WindowStateAnimation: Clear transformation clip rect.
2015-10-15 19:00:59 +00:00
Rob Carr
2f8c74ab53
am 0a543fac: am 111b378a: am 575b629e: Merge "WindowStateAnimation: Clear transformation clip rect." into mnc-dr-dev
...
* commit '0a543fac0f30c38d791cb108e521998333363104':
WindowStateAnimation: Clear transformation clip rect.
2015-10-15 18:53:59 +00:00
Steve McKay
5ff818e985
Merge "Performe save when ENTER is pressed."
2015-10-15 18:48:19 +00:00
Rob Carr
0a543fac0f
am 111b378a: am 575b629e: Merge "WindowStateAnimation: Clear transformation clip rect." into mnc-dr-dev
...
* commit '111b378a4e20b9eb2deada94458bae16b91601ff':
WindowStateAnimation: Clear transformation clip rect.
2015-10-15 18:46:57 +00:00
Rob Carr
111b378a4e
am 575b629e: Merge "WindowStateAnimation: Clear transformation clip rect." into mnc-dr-dev
...
* commit '575b629ef8e21cca5a40acaafeee7653d90956fe':
WindowStateAnimation: Clear transformation clip rect.
2015-10-15 18:42:07 +00:00
Rob Carr
575b629ef8
Merge "WindowStateAnimation: Clear transformation clip rect." into mnc-dr-dev
2015-10-15 18:38:28 +00:00
Jason Monk
b451c2c75b
Merge "Make QS header less broken on tablets"
2015-10-15 18:14:41 +00:00
Chris Craik
10ed692118
Use typedefs to differentiate between flavors of DisplayLists
...
Change-Id: Id3b0a5aa045f2343fb046ca0889b375a7d00e03f
2015-10-15 10:55:15 -07:00
Chris Craik
2eb4ca6114
Merge "Add partial damage support to new draw path"
2015-10-15 17:48:35 +00:00
Jason Monk
42c8b4e734
Make QS header less broken on tablets
...
Instead have the prototype header a little broken
Bug: 24963222
Change-Id: Ic6f2aa2dc003fbb603feb01bef3af79314d6f24e
2015-10-15 13:46:47 -04:00
Steve McKay
0c2a0a811f
Performe save when ENTER is pressed.
...
Push save enabling logic into SaveFragment, let it figure it out.
Don't assume DirectoryFragment is present in BaseActivity.
Permit DirectoryFragment#get to return null when not present.
Bug: 24305559
Bug: 24955068
Change-Id: Ib50d674b16ba48dcefb6e5b73055120c3e7c6dba
2015-10-15 10:35:55 -07:00
Luis Hector Chavez
5dd239a1f8
Make ZygoteInit not require CAP_BLOCK_SUSPEND
...
We are dropping CAP_BLOCK_SUSPEND since that prevents correct suspension in
Chrome OS. This change makes it so that it only requests that capability if it
is not running inside a container.
TEST=Android boots correctly
BUG:24952794
(cherry picked from commit 5e38447a9bf81bb7d58d33c71498495e1e0f575f)
(cherry picked from commit dc3943951ee475ef09cc7a4825368f9b707e1344)
Change-Id: If39357f22955442d5532d1408ce74360384521bb
2015-10-15 17:03:59 +00:00
Chris Craik
ddf2215d98
Add partial damage support to new draw path
...
Change-Id: I612578fd181240de71297c9a28bc9a8f350764a7
2015-10-15 09:38:15 -07:00
Filip Gruszczynski
32ab05c846
Merge "Fix misaligned from and to recents animation."
2015-10-15 16:32:05 +00:00
Filip Gruszczynski
efd3d1b41f
Fix misaligned from and to recents animation.
...
Because of the small translation that accounts for the status bar, the
animating window gets cropped at the beginning of from recents and at
the end of to recents animation.
Change-Id: I36878c6ff84903db05335890b03199878174c5af
2015-10-15 09:25:23 -07:00
Brian Carlstrom
80435a7fcd
am bd5b6252: am b9a28ae1: am f916524f: Merge "Add support for --user to "pm path" for work profile use"
...
* commit 'bd5b6252a5dd068c2db30fbbd16e87a656047197':
Add support for --user to "pm path" for work profile use
2015-10-15 16:16:07 +00:00
Brian Carlstrom
bd5b6252a5
am b9a28ae1: am f916524f: Merge "Add support for --user to "pm path" for work profile use"
...
* commit 'b9a28ae199ad44b07682f7417bc146acdc411c2a':
Add support for --user to "pm path" for work profile use
2015-10-15 16:12:20 +00:00
Brian Carlstrom
b9a28ae199
am f916524f: Merge "Add support for --user to "pm path" for work profile use"
...
* commit 'f916524f44c9955e7c747e5319d17c46a61a3c4c':
Add support for --user to "pm path" for work profile use
2015-10-15 16:02:57 +00:00
Chris Craik
d25c9018fb
Merge "Throw IndexOutOfBoundsException for invalid start/count values"
2015-10-15 16:02:53 +00:00
Brian Carlstrom
f916524f44
Merge "Add support for --user to "pm path" for work profile use"
2015-10-15 15:55:45 +00:00
Jun Mukai
e4111566ca
Merge "Allow changing mouse pointer icon for the current context."
2015-10-15 14:46:46 +00:00
Julia Reynolds
bd18c9fd0a
am 3afdd417: am cad75a26: am 627bc805: am ae5a53d7: Merge "Update volume slider on device changed." into mnc-dr-dev
...
* commit '3afdd4177244423037a6c54650dd34ed2721aad8':
Update volume slider on device changed.
2015-10-15 14:05:16 +00:00
Julia Reynolds
3afdd41772
am cad75a26: am 627bc805: am ae5a53d7: Merge "Update volume slider on device changed." into mnc-dr-dev
...
* commit 'cad75a2636ea53017686d6d565c60e92cdfac161':
Update volume slider on device changed.
2015-10-15 13:59:47 +00:00
Julia Reynolds
cad75a2636
am 627bc805: am ae5a53d7: Merge "Update volume slider on device changed." into mnc-dr-dev
...
* commit '627bc805b839b953fedd5a72d107fafed47aff6f':
Update volume slider on device changed.
2015-10-15 13:53:30 +00:00
Julia Reynolds
ab0d6de1a1
am 607479d1: am 86fdb662: am 4f836839: am 67ea77ec: Merge "Selectively show zen footer." into mnc-dr-dev
...
* commit '607479d1096e62d602e49374e0c853532d174bf9':
Selectively show zen footer.
2015-10-15 13:48:41 +00:00
Julia Reynolds
627bc805b8
am ae5a53d7: Merge "Update volume slider on device changed." into mnc-dr-dev
...
* commit 'ae5a53d78cac72b73574b874a4d12ae9de708101':
Update volume slider on device changed.
2015-10-15 13:48:21 +00:00
Julia Reynolds
ae5a53d78c
Merge "Update volume slider on device changed." into mnc-dr-dev
2015-10-15 13:44:04 +00:00
Julia Reynolds
607479d109
am 86fdb662: am 4f836839: am 67ea77ec: Merge "Selectively show zen footer." into mnc-dr-dev
...
* commit '86fdb662a3d9c34099248910756ca18cd0b3b2f1':
Selectively show zen footer.
2015-10-15 13:43:17 +00:00
Julia Reynolds
86fdb662a3
am 4f836839: am 67ea77ec: Merge "Selectively show zen footer." into mnc-dr-dev
...
* commit '4f836839c19aed433e7b1913ce05ccb129743fd7':
Selectively show zen footer.
2015-10-15 13:39:28 +00:00
Julia Reynolds
4f836839c1
am 67ea77ec: Merge "Selectively show zen footer." into mnc-dr-dev
...
* commit '67ea77ec3fd838e1a367ad6f367970599e599a99':
Selectively show zen footer.
2015-10-15 13:33:35 +00:00
Julia Reynolds
67ea77ec3f
Merge "Selectively show zen footer." into mnc-dr-dev
2015-10-15 13:29:51 +00:00
Jun Mukai
1db5397d88
Allow changing mouse pointer icon for the current context.
...
Right now, it only supports I-beam on EditText, but further
rules will come in the future.
The png files for the icons are from chromium.
Bug: 24180385
Change-Id: I8de4ec8a5412b4830c08aa232c5083841c5c751c
2015-10-15 01:47:29 -07:00
Adrian Roos
0a5e256d9f
Merge "Send next alarm's show intent via PendingIntent"
2015-10-15 06:29:40 +00:00
Johan Euphrosine
e3ac68e11c
Merge "docs/sdk/installing: update jdk link to match with the installer"
2015-10-15 06:29:11 +00:00
Adrian Roos
62692b22fb
Send next alarm's show intent via PendingIntent
...
Also send all IntentTile intents via PendingIntent.
Bug: 23909438
Change-Id: I0bb277c8385b7936fbda03cd76f02248c4fc55de
2015-10-14 20:23:02 -07:00
Chris Thornton
f342fb2f45
am 09822ec6: am 11543a1b: am ea5ad487: am d8ef44bc: Merge "Don\'t call StopRecognition when recognition was aborted." into mnc-dr-dev
...
* commit '09822ec619c2edb22b6423702c892c9d9d94718a':
Don't call StopRecognition when recognition was aborted.
2015-10-15 03:21:43 +00:00
Dianne Hackborn
85525040dd
am 1e46ee93: am 522222bc: am f96ca344: am 75765dbe: am e34445f1: Merge "Docs only change: update build version docs." into mnc-dev
...
* commit '1e46ee937c94247ab0fe2b0ff1e2b9b26a9f02fa':
Docs only change: update build version docs.
2015-10-15 03:21:28 +00:00
Adrian Roos
055c33b0c8
am d06f20f9: (-s ours) am 67255b44: am c007c150: am 8630e18a: am 31f19c44: Merge "Send next alarm\'s show intent via PendingIntent" into mnc-dev
...
* commit 'd06f20f9e1dd7be42225896e6eb34354c33392e6':
Send next alarm's show intent via PendingIntent
2015-10-15 03:21:17 +00:00
Roozbeh Pournader
22ba3a4ace
am 97c9c484: am f12a7499: am 9407aa7c: am 63aa02e4: Merge "Load binary hyphen data files" into mnc-dr-dev
...
* commit '97c9c484959bd4b2fc6bac99c544d8b562e8f1c8':
Load binary hyphen data files
2015-10-15 01:56:24 +00:00
Chris Craik
18a759df06
Throw IndexOutOfBoundsException for invalid start/count values
...
bug:24878587
Change-Id: I2f1a68ebbc546a2d7fc3a3eacfaf1333371b2a0c
2015-10-14 18:52:11 -07:00
Chris Thornton
09822ec619
am 11543a1b: am ea5ad487: am d8ef44bc: Merge "Don\'t call StopRecognition when recognition was aborted." into mnc-dr-dev
...
* commit '11543a1b852e5e87d37f5fbe95131d0f1d9afbee':
Don't call StopRecognition when recognition was aborted.
2015-10-15 01:43:57 +00:00
Chris Thornton
11543a1b85
am ea5ad487: am d8ef44bc: Merge "Don\'t call StopRecognition when recognition was aborted." into mnc-dr-dev
...
* commit 'ea5ad4872ec9efb27c33796e60458b4a1e3905f4':
Don't call StopRecognition when recognition was aborted.
2015-10-15 01:33:36 +00:00