292077 Commits

Author SHA1 Message Date
Bert McMeen
5e43433eeb Docs: Remove a reference to a deprecated sample am: 3e01ab2b0e am: c48ad2580a am: e62f577153 am: b7fe96a4f6
am: ddd5867e9d

Change-Id: I4ae59b737773769f01927d8332be9e21db90e9e0
2016-10-10 22:49:14 +00:00
Junda Liu
cef95861b5 Merge "Remove incorrect non-roaming list for Telus." into nyc-mr1-dev am: 432157f8bc am: a4928f4e44
am: e06bdd0bc3

Change-Id: I215fb5b10d5cfa48a78a93764c927c7e4fcc2922
2016-10-10 22:48:10 +00:00
Junda Liu
60d7ef4914 Remove incorrect non-roaming list for Telus. am: 458537483d am: 727fd4b34f
am: f5049eea00

Change-Id: I1f903759c0b32de29634be47f216b816d301bdf2
2016-10-10 22:47:19 +00:00
Bert McMeen
ddd5867e9d Docs: Remove a reference to a deprecated sample am: 3e01ab2b0e am: c48ad2580a am: e62f577153
am: b7fe96a4f6

Change-Id: Iddd6a4a6e10e89af9d069668214c60b76a65ee98
2016-10-10 22:36:49 +00:00
Junda Liu
e06bdd0bc3 Merge "Remove incorrect non-roaming list for Telus." into nyc-mr1-dev am: 432157f8bc
am: a4928f4e44

Change-Id: I4b72744223a93dacfe44ba6bbcb8c6f955be842a
2016-10-10 22:35:52 +00:00
Junda Liu
f5049eea00 Remove incorrect non-roaming list for Telus. am: 458537483d
am: 727fd4b34f

Change-Id: Ida319e8da96a8a2bc3de0953d8ec43071186b882
2016-10-10 22:35:03 +00:00
Sergei Vasilinetc
f10763d23d Merge "HWUI: prepare script for ryu Test: cpu adb shell cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq Test: gpu adb shell cat /sys/devices/57000000.gpu/pstate" 2016-10-10 22:29:34 +00:00
Bert McMeen
b7fe96a4f6 Docs: Remove a reference to a deprecated sample am: 3e01ab2b0e am: c48ad2580a
am: e62f577153

Change-Id: Ia43dd95a9ed8b3debcdbea35f9718493378f8929
2016-10-10 22:19:18 +00:00
TreeHugger Robot
698a61322f Merge "Add RIL_UNSOL_MODEM_RESTART message" 2016-10-10 22:17:57 +00:00
Junda Liu
a4928f4e44 Merge "Remove incorrect non-roaming list for Telus." into nyc-mr1-dev
am: 432157f8bc

Change-Id: Idb9fa2b3376eacabf58350105405219aa75a70b0
2016-10-10 22:15:24 +00:00
Junda Liu
727fd4b34f Remove incorrect non-roaming list for Telus.
am: 458537483d

Change-Id: I3b6af034ceff722311e9952be4f57e6030d1eb38
2016-10-10 22:15:16 +00:00
Bert McMeen
e62f577153 Docs: Remove a reference to a deprecated sample am: 3e01ab2b0e
am: c48ad2580a

Change-Id: Ic7f79fddf6696346b171e2bb2601e813dc82aa06
2016-10-10 22:10:20 +00:00
Bert McMeen
c48ad2580a Docs: Remove a reference to a deprecated sample
am: 3e01ab2b0e

Change-Id: Idd2ac6b2c6aa056c88033aa10cd7732d2b343b75
2016-10-10 22:05:20 +00:00
Junda Liu
432157f8bc Merge "Remove incorrect non-roaming list for Telus." into nyc-mr1-dev 2016-10-10 21:58:28 +00:00
TreeHugger Robot
ac347fb4ea Merge "Remove all hacks around ref counting in Bitmap Test: refactoring cl. bug:27762775" 2016-10-10 21:42:53 +00:00
Bert McMeen
3e01ab2b0e Docs: Remove a reference to a deprecated sample
Bug: 31709180
Change-Id: Ieec19820b1154628236495541a28b50089c4e0cd
2016-10-10 14:21:00 -07:00
TreeHugger Robot
46ce8a9670 Merge "Fix wallpaper transition cts test failures" 2016-10-10 21:02:57 +00:00
Naveen Kalla
9d48e7cc2f Add RIL_UNSOL_MODEM_RESTART message
RIL_UNSOL_MODEM_RESTART will be sent by vendor RILs when it detects
a modem restart along with the reason for restart which could be a
crash signature if the modem restarted due to a crash or a some
other string such as a user-initiated restart or AT command
initiated restart.

Change-Id: Idf08e20a49e82d40f6aa0854d23384c35c2efc3a
2016-10-10 20:27:27 +00:00
Chet Haase
49a513b571 Add API to query whether animators are enabled
Animators can be scaled to have zero duration globally in any device.
This can happen either via Developer Options (an uncommon path) or
Battery Saver mode (much more common for real users).
In general, this works fine; it just causes app animations to be jump-cuts
instead (which is the desired effect, either to make transitions faster
(Developer Options setting) or to optimize battery usage by rendering
fewer frames (Battery Saver mode).

But sometimes, choreographed animations can have undesired artifacts. For
example, an animation that calls an end listener to restart itself
will end up doing this almost constantly due to this effect. Other artifacts
can also occur, such as intermediate results in a complex choreography of
multiple animations can show several intermediate results in a way that is
confusing to the user.

For these cases, there is nothing that the platform can do to automatically
determine how to best handle the result. Instead, we surface this new
API to help developers discover this behavior and compensate accordingly.

Bug: 31052471 Animation playback is abnormally fast during Battery saver mode
Test: unit tests, CTS test upcoming

Change-Id: Id7ef1a9652ac5c6cdaca0c126756e82582d49b1c
2016-10-10 19:52:07 +00:00
Lifu Tang
f8fbbf8e35 Merge "Fixed the memory leak when receiving Nav messages" into nyc-mr1-dev am: 9e4733ed33 am: 2e7ae067cd
am: 48597a8f2b

Change-Id: I40299f05f107739572909f8accb182ea9ae61460
2016-10-10 19:35:38 +00:00
Lifu Tang
ad2d59d392 Fixed the memory leak when receiving Nav messages am: fe427f24e5 am: 8786a6b904
am: 7c0bd74ddc

Change-Id: I9f670df30ee956b1ac7542a6015bc3c248705cb5
2016-10-10 19:32:21 +00:00
Lifu Tang
48597a8f2b Merge "Fixed the memory leak when receiving Nav messages" into nyc-mr1-dev am: 9e4733ed33
am: 2e7ae067cd

Change-Id: Iec7b935356ce541e45dbd011f7ce6c14c40368cc
2016-10-10 19:22:14 +00:00
Lifu Tang
7c0bd74ddc Fixed the memory leak when receiving Nav messages am: fe427f24e5
am: 8786a6b904

Change-Id: Icf0f81dc2c9c9fa0801edb1e2f13a20460e470f0
2016-10-10 19:21:16 +00:00
Lifu Tang
2e7ae067cd Merge "Fixed the memory leak when receiving Nav messages" into nyc-mr1-dev
am: 9e4733ed33

Change-Id: I8f03a3d36e8836ffc14e9986114b1e3ccb40cc2d
2016-10-10 19:12:43 +00:00
Lifu Tang
8786a6b904 Fixed the memory leak when receiving Nav messages
am: fe427f24e5

Change-Id: Iaae06561c8247b2292a10ec24bf3d1a264850ad9
2016-10-10 19:12:38 +00:00
Lifu Tang
9e4733ed33 Merge "Fixed the memory leak when receiving Nav messages" into nyc-mr1-dev 2016-10-10 19:00:10 +00:00
Jorim Jaggi
95de520741 Merge "Fix dismissing window showing" into nyc-mr1-dev am: b29dadb939 am: 15ece4787e
am: aec5f11e69

Change-Id: I47fd5be7617a26a4e543e87998d05d0e6593867c
2016-10-10 18:10:25 +00:00
Jorim Jaggi
94bad8bb68 Fix dismissing window showing am: f20b1428f8 am: 84e863e02f
am: cc742ac150

Change-Id: Ic75c15688d07795fc860fa8ce9c672e668fe1ac7
2016-10-10 18:05:38 +00:00
Doris Liu
41677af6d8 Support calling start() in onAnimationFinished(...) in AVD am: 679fe6ab6f am: 4a1ea9ba7e
am: 5ef10f1d26

Change-Id: I42025b25e588ff9a72ac932dbee0ecb1339fa9f2
2016-10-10 17:53:27 +00:00
Elliott Hughes
56f823be9a Merge "Rely on the platform -std default." am: 66f15cc01b am: 5a989a504a am: 39ad1b92fa
am: 437b8c95a8

Change-Id: Idacd1cad6e0e241404c99b680974aae2b8f81926
2016-10-10 17:42:08 +00:00
Joe Fernandez
7a31d42c5d docs: add collections for Distribute Stories, Games and Apps am: d366709268 am: a424ec21cb am: ad81502f20 am: 180ebf16c9
am: 3590533125

Change-Id: Ic078aa32a0e711013566bf6e8ac221b4d5ce5767
2016-10-10 17:40:31 +00:00
Joe Fernandez
251a9e689e docs: add collections for Distribute Stories, Games and Apps am: d366709268 am: 2d8c89cd66
am: 82dace9cab

Change-Id: Ia239f25c12e9e795865cf62b4b04dd2162a199af
2016-10-10 16:54:02 +00:00
Wyatt Riley
2ab8b8492e Merge "Removing over-active NTP & XTRA assistance downloads" into nyc-mr1-dev am: d270004959 am: a0e54db0cd
am: e0572e6e7c

Change-Id: Ife463fbf629a4551c37f32264361f156b61f24dc
2016-10-10 16:39:00 +00:00
Wyatt Riley
c9fcb7e139 Removing over-active NTP & XTRA assistance downloads am: 0d6e54e246 am: b517705602
am: 4ddb8d5915

Change-Id: Id5f2c4cda759053c7c2af023da806e51d04d4684
2016-10-10 16:22:13 +00:00
Miao Wang
fdef1ae1ae Merge "Correctly pass number of input allocations for BLAS" into nyc-mr1-dev am: 35d2d12159 am: cebc2f2809
am: 580db8df42

Change-Id: Id45a5ffdba8c6db718634b85e19def4e12c82120
2016-10-10 16:11:10 +00:00
Miao Wang
0ea48be553 Correctly pass number of input allocations for BLAS am: 166b402861 am: 72f45777d5
am: 8d7815713b

Change-Id: I45e505d484ef89223e46ff32f29821602451cdcd
2016-10-10 16:10:15 +00:00
Wale Ogunwale
0c4a40efc4 Fix wallpaper transition cts test failures
Adjust wallpaper windows if an opening app has a window that can be a
wallpaper target so that the right transition animation can be played.
We previously relied on the chance that a previous layout pass might
have set the target wallpaper correctly.

Bug: 31626368
Test: run-test android.server.cts.ActivityManagerTransitionSelectionTests
Change-Id: Idf5e516f4464944b7a31a55d206f05ca3d4ef407
2016-10-10 09:00:30 -07:00
Alex Hills
891c6a8485 Merge "Updates documentation for MessagingStyle constructor" into nyc-mr1-dev am: 67c70a263c am: cd13ea0134
am: 76d89e6ff9

Change-Id: I3b3488187e28386880c5ee86eaf4493bf65e9bd9
2016-10-10 15:35:34 +00:00
Alex Hills
30e45f5de4 Updates documentation for MessagingStyle constructor am: fd590441c1 am: d86df31497
am: 21863add46

Change-Id: I1ab5b5f60df0c946040ed069a99e2b775bbee9a9
2016-10-10 15:27:37 +00:00
John Reck
5cb74bca88 Canvas fastjni -> @FastNative
Just the basic cleanup first, will follow-up with a more
comprehensive update later
Test: builds & boots, refactor no behavior change

Change-Id: Ie3a7144b5fefdfda085e2ab50da8b0e627a1ecb8
2016-10-10 08:19:15 -07:00
Alan Viverette
4c7360e51c Merge "Scale bitmap shaders for target density" into nyc-mr1-dev am: 0f6cec369f am: 5b032486f3
am: 64a9f0ef1f

Change-Id: I3ecc726c74b5120a52d63c36f4cf627048ed8939
2016-10-10 15:10:27 +00:00
John Reck
32995223a8 Convert utils fastjni -> @FastNative
Test: builds & boots, refactor no behavior change
Change-Id: Ieb569a70fd05b88a8d2bd7b285099c1fc1888a75
2016-10-10 07:59:25 -07:00
Alan Viverette
39a561f5bb Scale bitmap shaders for target density am: 0d2a46b733 am: 444f2043d1
am: 36d83ffc5b

Change-Id: I97a23b431247f4541f5517787a486aca7d95a618
2016-10-10 14:30:50 +00:00
Jorim Jaggi
aec5f11e69 Merge "Fix dismissing window showing" into nyc-mr1-dev am: b29dadb939
am: 15ece4787e

Change-Id: Id568cea89401c8e78ba9b0b59c8fd7f026c031db
2016-10-10 12:46:26 +00:00
Jorim Jaggi
cc742ac150 Fix dismissing window showing am: f20b1428f8
am: 84e863e02f

Change-Id: Ice5d68b5aeebca1c6d20336185ab23f11335a78d
2016-10-10 12:44:15 +00:00
Jorim Jaggi
15ece4787e Merge "Fix dismissing window showing" into nyc-mr1-dev
am: b29dadb939

Change-Id: If668d9f895845362e171d74dd2c3884c35bf92af
2016-10-10 11:55:18 +00:00
Jorim Jaggi
84e863e02f Fix dismissing window showing
am: f20b1428f8

Change-Id: I58829c0bc567fc3c48e03276075d9256649d84e3
2016-10-10 11:55:13 +00:00
Jorim Jaggi
1edc4ac74f Merge "More latency tests (1/2)" 2016-10-10 11:50:39 +00:00
Jorim Jaggi
b1ce491d78 Merge changes from topic 'latency_pin'
* changes:
  Unlock latency improvements
  Add latency tracking for checking PIN (1/2)
2016-10-10 11:48:06 +00:00
Jorim Jaggi
b29dadb939 Merge "Fix dismissing window showing" into nyc-mr1-dev 2016-10-10 11:47:02 +00:00