OSDN Git Service

android-x86/frameworks-base.git
8 years agoMerge "Add instant lettering encoding and length limit carrier config options."
Tyler Gunn [Mon, 5 Oct 2015 21:32:33 +0000 (21:32 +0000)]
Merge "Add instant lettering encoding and length limit carrier config options."

8 years agoMerge "Remove confusing behavior of Rect::intersect() and rename"
Chris Craik [Mon, 5 Oct 2015 21:29:41 +0000 (21:29 +0000)]
Merge "Remove confusing behavior of Rect::intersect() and rename"

8 years agoRemove confusing behavior of Rect::intersect() and rename
Chris Craik [Mon, 5 Oct 2015 19:23:46 +0000 (12:23 -0700)]
Remove confusing behavior of Rect::intersect() and rename

bug:24670525

Removes silly 'do nothing if rects do not intersect' behavior, and
changes the name to clarify the difference (contrasting against
SkRect::intersect())

bug:24670525

Change-Id: Id2ca1cfea1a9d720d4dc70b251f426d9916f8b53

8 years agoMerge "Moved alert setup code to onCreate"
Fyodor Kupolov [Mon, 5 Oct 2015 20:53:11 +0000 (20:53 +0000)]
Merge "Moved alert setup code to onCreate"

8 years agoMerge "FastJNI canvas"
John Reck [Mon, 5 Oct 2015 20:14:29 +0000 (20:14 +0000)]
Merge "FastJNI canvas"

8 years agoMerge "Fix dock divider going under application windows."
Filip Gruszczynski [Mon, 5 Oct 2015 19:48:05 +0000 (19:48 +0000)]
Merge "Fix dock divider going under application windows."

8 years agoMerge "Initial changes to drag and drop to docked task."
Winson Chung [Mon, 5 Oct 2015 19:28:59 +0000 (19:28 +0000)]
Merge "Initial changes to drag and drop to docked task."

8 years agoFastJNI canvas
John Reck [Mon, 5 Oct 2015 18:15:36 +0000 (11:15 -0700)]
FastJNI canvas

Change-Id: Iae33a4785e52efe6f8bbe5bee258f4df830feceb

8 years agoam dd62fb43: am f107709f: am 13a71fbc: Merge "Fix the logging of wake time saved...
Nick Armstrong-Crews [Mon, 5 Oct 2015 18:40:08 +0000 (18:40 +0000)]
am dd62fb43: am f107709f: am 13a71fbc: Merge "Fix the logging of wake time saved by Ungaze." into cw-e-dev

* commit 'dd62fb4392664c3c7dc43c7556351b36cf17dcf2':
  Fix the logging of wake time saved by Ungaze.

8 years agoam f107709f: am 13a71fbc: Merge "Fix the logging of wake time saved by Ungaze." into...
Nick Armstrong-Crews [Mon, 5 Oct 2015 18:34:57 +0000 (18:34 +0000)]
am f107709f: am 13a71fbc: Merge "Fix the logging of wake time saved by Ungaze." into cw-e-dev

* commit 'f107709fb3f884f904deb1f3c09a88dd411ea30d':
  Fix the logging of wake time saved by Ungaze.

8 years agoam 13a71fbc: Merge "Fix the logging of wake time saved by Ungaze." into cw-e-dev
Nick Armstrong-Crews [Mon, 5 Oct 2015 18:29:24 +0000 (18:29 +0000)]
am 13a71fbc: Merge "Fix the logging of wake time saved by Ungaze." into cw-e-dev

* commit '13a71fbcf056d34421a7740a75e2c8dc11d30eb6':
  Fix the logging of wake time saved by Ungaze.

8 years agoMerge "Fix the logging of wake time saved by Ungaze." into cw-e-dev
Nick Armstrong-Crews [Mon, 5 Oct 2015 18:23:12 +0000 (18:23 +0000)]
Merge "Fix the logging of wake time saved by Ungaze." into cw-e-dev

8 years agoFix the logging of wake time saved by Ungaze.
Nick Armstrong-Crews [Wed, 30 Sep 2015 23:49:19 +0000 (16:49 -0700)]
Fix the logging of wake time saved by Ungaze.

The logging of saved time was erroneously being called more than once
per wake period. Moved the logging logic to be called from
finishWakefulnessChange(), which is only called once per wake period.

Change-Id: I268ef44edce5807644fcc8fb0dcaa1a96cae6c9e

8 years agoInitial changes to drag and drop to docked task.
Winson [Fri, 2 Oct 2015 00:24:51 +0000 (17:24 -0700)]
Initial changes to drag and drop to docked task.

Change-Id: I5e7a435a4061d902e5de0a54cc386388bc2b565e

8 years agoMerge "Fix recents crashing during docked stack resize."
Filip Gruszczynski [Mon, 5 Oct 2015 17:59:12 +0000 (17:59 +0000)]
Merge "Fix recents crashing during docked stack resize."

8 years agoFix recents crashing during docked stack resize.
Filip Gruszczynski [Sun, 4 Oct 2015 23:43:48 +0000 (16:43 -0700)]
Fix recents crashing during docked stack resize.

Whether acitvity window should be preserved during the relaunch is
controlled by the activity manager and the existence of
non-client-decor should not affect it. For example, docked activities
will not have non-client-decor, but we would like to preserve them
anyway.

Bug: 24573657
Change-Id: I5d4852c3b7c26ac3ec1bbc105639f75b67d1d3ad

8 years agoMerge "Refactoring of WMS.addAppWindowToListLocked."
Filip Gruszczynski [Mon, 5 Oct 2015 17:55:37 +0000 (17:55 +0000)]
Merge "Refactoring of WMS.addAppWindowToListLocked."

8 years agoRefactoring of WMS.addAppWindowToListLocked.
Filip Gruszczynski [Mon, 5 Oct 2015 04:25:48 +0000 (21:25 -0700)]
Refactoring of WMS.addAppWindowToListLocked.

1) getTokenWindowsOnDisplay can be private;
2) in addAppWindowToListLocked the first operation should be checking
display content;
3) adding window to exiting window token extracted to a separate
method;
4) fetching window list directly from the display content, instead of
going through the window.
Change-Id: Ibe196fb6eea15b7800938bdaefcbe8cd1a76ca14

8 years agoMerge "Remove device initializer agent"
Craig Lafayette [Mon, 5 Oct 2015 17:52:05 +0000 (17:52 +0000)]
Merge "Remove device initializer agent"

8 years agoMerge "Do not check consistency on eng build."
Xiaohui Chen [Mon, 5 Oct 2015 17:38:15 +0000 (17:38 +0000)]
Merge "Do not check consistency on eng build."

8 years agoFix dock divider going under application windows.
Filip Gruszczynski [Mon, 5 Oct 2015 16:15:21 +0000 (09:15 -0700)]
Fix dock divider going under application windows.

When windows are added they might be added on the top of the list of
windows that share the same base layer. Dock divider does share the
base layer with application windows, but should be always above them.

Bug: 24635258
Change-Id: I3b5b7e64b625b225100058b73a671a92b908173d

8 years agoMerge "Fix "pm list permissions GROUP""
Makoto Onuki [Mon, 5 Oct 2015 16:03:00 +0000 (16:03 +0000)]
Merge "Fix "pm list permissions GROUP""

8 years agoMerge "Adjust docked stack divider for orientation."
Filip Gruszczynski [Mon, 5 Oct 2015 15:59:38 +0000 (15:59 +0000)]
Merge "Adjust docked stack divider for orientation."

8 years agoAdjust docked stack divider for orientation.
Filip Gruszczynski [Sat, 3 Oct 2015 23:00:24 +0000 (16:00 -0700)]
Adjust docked stack divider for orientation.

Bug: 24575031
Change-Id: Iabebaab386a5e4df3e9af36be329bc0384fd6c87

8 years agoMerge "Animate radial time picker selector during hour/minute transition"
Alan Viverette [Mon, 5 Oct 2015 14:51:29 +0000 (14:51 +0000)]
Merge "Animate radial time picker selector during hour/minute transition"

8 years agoam 5c6fff54: (-s ours) am ad111b65: (-s ours) am 3daab8e7: (-s ours) am faebbe82...
Geoff Mendal [Mon, 5 Oct 2015 14:26:49 +0000 (14:26 +0000)]
am 5c6fff54: (-s ours) am ad111b65: (-s ours) am 3daab8e7: (-s ours) am faebbe82: (-s ours) Import translations. DO NOT MERGE

* commit '5c6fff5431aa83a4082f6203ac8cdd4122f3f9fb':
  Import translations. DO NOT MERGE

8 years agoam ad111b65: (-s ours) am 3daab8e7: (-s ours) am faebbe82: (-s ours) Import translati...
Geoff Mendal [Mon, 5 Oct 2015 14:16:19 +0000 (14:16 +0000)]
am ad111b65: (-s ours) am 3daab8e7: (-s ours) am faebbe82: (-s ours) Import translations. DO NOT MERGE

* commit 'ad111b653251e0af212da964d56112cda7d628d9':
  Import translations. DO NOT MERGE

8 years agoam 3daab8e7: (-s ours) am faebbe82: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Mon, 5 Oct 2015 14:09:18 +0000 (14:09 +0000)]
am 3daab8e7: (-s ours) am faebbe82: (-s ours) Import translations. DO NOT MERGE

* commit '3daab8e7a7e68ceb8f15cfcb0d8becf4e86a6c05':
  Import translations. DO NOT MERGE

8 years agoam faebbe82: (-s ours) Import translations. DO NOT MERGE
Geoff Mendal [Mon, 5 Oct 2015 14:05:00 +0000 (14:05 +0000)]
am faebbe82: (-s ours) Import translations. DO NOT MERGE

* commit 'faebbe82fa72036db75d679d366681822d2d551c':
  Import translations. DO NOT MERGE

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 5 Oct 2015 13:58:33 +0000 (06:58 -0700)]
Import translations. DO NOT MERGE

Change-Id: I21cc5a0ce2710498f3aa76c904e653b90a14ecda
Auto-generated-cl: translation import

8 years agoMerge "Include what you use"
Tom Hudson [Mon, 5 Oct 2015 13:03:07 +0000 (13:03 +0000)]
Merge "Include what you use"

8 years agoInclude what you use
Tom Hudson [Mon, 5 Oct 2015 12:51:49 +0000 (08:51 -0400)]
Include what you use

utils/PaintUtils.h was relying on a transitive include which was
changed to a forward declaration; this change adds the SkDrawLooper
include where we need it.

R=djsollen@google.com

Change-Id: I6b034c47ddc277224c7deb007c9934004c037b8c

8 years agoMerge "Import translations. DO NOT MERGE"
Geoff Mendal [Mon, 5 Oct 2015 13:00:30 +0000 (13:00 +0000)]
Merge "Import translations. DO NOT MERGE"

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 5 Oct 2015 12:53:37 +0000 (05:53 -0700)]
Import translations. DO NOT MERGE

Change-Id: I58d47753d7065f43a959a2f7bec59cbf533615d4
Auto-generated-cl: translation import

8 years agoImport translations. DO NOT MERGE
Geoff Mendal [Mon, 5 Oct 2015 12:19:25 +0000 (05:19 -0700)]
Import translations. DO NOT MERGE

Change-Id: I45ea38ee24c31b6144f99f8b7239200c1f870fbb
Auto-generated-cl: translation import

8 years agoRemove accidentally added logging.
Filip Gruszczynski [Sun, 4 Oct 2015 23:02:06 +0000 (16:02 -0700)]
Remove accidentally added logging.

Change-Id: Ibffca5e034c5009684bfe6b9a04bd476b9385053

8 years agoOnly request resize for tasks on the freeform stack.
Filip Gruszczynski [Sat, 3 Oct 2015 20:59:49 +0000 (13:59 -0700)]
Only request resize for tasks on the freeform stack.

This fixes a crash during orientation changes, where window manager
requests a resize for a docked task, but activity manager throws an
exception since dock tasks can only be resized when their stack is
being resized.

Bug: 24575031

Change-Id: I954c4e6ae60931b30200b10c8a4834b0a5757606

8 years agoam 697e3dd6: am ee144b1e: resolved conflicts for bd57dac5 to stage-aosp-master
Stephen Hines [Sat, 3 Oct 2015 00:52:32 +0000 (00:52 +0000)]
am 697e3dd6: am ee144b1e: resolved conflicts for bd57dac5 to stage-aosp-master

* commit '697e3dd6b9a8be4451e19ab7c03ced310602b92a':
  Don't unregister Fonts from renderer at destruction

8 years agoam ee144b1e: resolved conflicts for bd57dac5 to stage-aosp-master
Stephen Hines [Sat, 3 Oct 2015 00:46:17 +0000 (00:46 +0000)]
am ee144b1e: resolved conflicts for bd57dac5 to stage-aosp-master

* commit 'ee144b1e60a88e8f097113e046813f0b61c38b9b':
  Don't unregister Fonts from renderer at destruction

8 years agoMerge "Fix lack of dim layer behind "Power off" window."
Filip Gruszczynski [Sat, 3 Oct 2015 00:36:55 +0000 (00:36 +0000)]
Merge "Fix lack of dim layer behind "Power off" window."

8 years agoresolved conflicts for bd57dac5 to stage-aosp-master
Stephen Hines [Sat, 3 Oct 2015 00:34:05 +0000 (17:34 -0700)]
resolved conflicts for bd57dac5 to stage-aosp-master

Change-Id: I5107af13712d7cc908d8699e5c15a002f0a3ec85

8 years agoFix lack of dim layer behind "Power off" window.
Filip Gruszczynski [Thu, 1 Oct 2015 19:30:31 +0000 (12:30 -0700)]
Fix lack of dim layer behind "Power off" window.

This enables dim behind functionality for both tasks and stacks and
groups it inside a controller that manages the dim layers (including
shared dim layers for full screen tasks/stacks).

Bug: 24331704

Change-Id: I0d1ba996d9e00d05e0203166b82268da00fbb35e

8 years agoFix "pm list permissions GROUP"
Makoto Onuki [Fri, 2 Oct 2015 23:51:56 +0000 (16:51 -0700)]
Fix "pm list permissions GROUP"

The command wasn't parsing a group name correctly.

Change-Id: I966e56e2f7b3eab2531be6bec8f744735b865910

8 years agoDo not check consistency on eng build.
Xiaohui Chen [Fri, 2 Oct 2015 23:45:55 +0000 (16:45 -0700)]
Do not check consistency on eng build.

Change-Id: I2fe728a970753131473b98676fb0b763e774ab1c

8 years agoMerge "Possible resize flickering on config change"
Stefan Kuhne [Fri, 2 Oct 2015 23:26:25 +0000 (23:26 +0000)]
Merge "Possible resize flickering on config change"

8 years agoPossible resize flickering on config change
Skuhne [Fri, 2 Oct 2015 23:08:26 +0000 (16:08 -0700)]
Possible resize flickering on config change

It is possible that while a config change is going on, the
view hiererchy got created but not layouted. In that case
the reported size of the main window would be 0,0. In this
event we need to use the cached window sizes from the past
render.

Bug: 24595899
Change-Id: Ia41f7ae0999e4f2bda364506029bcbdfd7d3f4b4

8 years agoMerge "Do now allow current user to be removed"
Fyodor Kupolov [Fri, 2 Oct 2015 23:17:36 +0000 (23:17 +0000)]
Merge "Do now allow current user to be removed"

8 years agoMoved alert setup code to onCreate
Fyodor Kupolov [Mon, 28 Sep 2015 23:22:20 +0000 (16:22 -0700)]
Moved alert setup code to onCreate

setupAlert() was called multiple times and this was causing an error.

Bug: 24412662
Change-Id: I5ff91f9f65d3298fc3b6996e147e3133c0bea882

8 years agoam 3cb53543: am 24f02483: am 67775422: Retry if interrupted before mMessageThread...
Pirama Arumuga Nainar [Fri, 2 Oct 2015 23:04:55 +0000 (23:04 +0000)]
am 3cb53543: am 24f02483: am 67775422: Retry if interrupted before mMessageThread has joined

* commit '3cb53543e224c0f98801d71c22a2d81974186597':
  Retry if interrupted before mMessageThread has joined

8 years agoMerge "Restart USB stack only if data is unlocked"
Fyodor Kupolov [Fri, 2 Oct 2015 23:04:07 +0000 (23:04 +0000)]
Merge "Restart USB stack only if data is unlocked"

8 years agoam 24f02483: am 67775422: Retry if interrupted before mMessageThread has joined
Pirama Arumuga Nainar [Fri, 2 Oct 2015 22:59:51 +0000 (22:59 +0000)]
am 24f02483: am 67775422: Retry if interrupted before mMessageThread has joined

* commit '24f02483172a9802222da29e9db3832b93dd46a6':
  Retry if interrupted before mMessageThread has joined

8 years agoam 67775422: Retry if interrupted before mMessageThread has joined
Pirama Arumuga Nainar [Fri, 2 Oct 2015 22:54:04 +0000 (22:54 +0000)]
am 67775422: Retry if interrupted before mMessageThread has joined

* commit '677754225d9dcd3982d486bc4ead31d6f74de89b':
  Retry if interrupted before mMessageThread has joined

8 years agoRestart USB stack only if data is unlocked
Fyodor Kupolov [Fri, 2 Oct 2015 22:41:46 +0000 (15:41 -0700)]
Restart USB stack only if data is unlocked

When switching users, USB stack shouldn't be restarted if mUsbDataUnlocked =
false, e.g. device is in charge only mode.

Bug: 24611765
Change-Id: I3b12f8c8926235546fe916a200aa57ed618193de

8 years agoMerge "Refactoring several TaskView callbacks."
Winson Chung [Fri, 2 Oct 2015 22:41:35 +0000 (22:41 +0000)]
Merge "Refactoring several TaskView callbacks."

8 years agoMerge "Put ResovlerActivity and noDisplay activities in the source task"
Chong Zhang [Fri, 2 Oct 2015 22:36:44 +0000 (22:36 +0000)]
Merge "Put ResovlerActivity and noDisplay activities in the source task"

8 years agoRetry if interrupted before mMessageThread has joined
Pirama Arumuga Nainar [Fri, 2 Oct 2015 19:06:10 +0000 (12:06 -0700)]
Retry if interrupted before mMessageThread has joined

Bug: 24342101

If interrupted during mMessageThread.join(), retry the join instead of
assuming the thread has joined and continuing.  Continuing to destroy
the context will cause a segfault when the message thread attempts to
use the destroyed context.

Change-Id: I3213091a0e996449bceb403dffca3063786d5a65
(cherry picked from commit 2f25ce7753f7f1f6a0cc549a0df0082286bd5f85)

8 years agoMerge "Don't unregister Fonts from renderer at destruction"
Chris Craik [Fri, 2 Oct 2015 22:30:09 +0000 (22:30 +0000)]
Merge "Don't unregister Fonts from renderer at destruction"

8 years agoam e3ae9e71: am 5fbb2452: am ca3e5aea: Merge "Retry if interrupted before mMessageThr...
Pirama Arumuga Nainar [Fri, 2 Oct 2015 22:22:13 +0000 (22:22 +0000)]
am e3ae9e71: am 5fbb2452: am ca3e5aea: Merge "Retry if interrupted before mMessageThread has joined"

* commit 'e3ae9e71b3217e280f5c671591841ae437fd4dab':
  Retry if interrupted before mMessageThread has joined

8 years agoam 5fbb2452: am ca3e5aea: Merge "Retry if interrupted before mMessageThread has joined"
Pirama Arumuga Nainar [Fri, 2 Oct 2015 22:16:20 +0000 (22:16 +0000)]
am 5fbb2452: am ca3e5aea: Merge "Retry if interrupted before mMessageThread has joined"

* commit '5fbb245230317b5ca312556b73380195871827eb':
  Retry if interrupted before mMessageThread has joined

8 years agoam ca3e5aea: Merge "Retry if interrupted before mMessageThread has joined"
Pirama Arumuga Nainar [Fri, 2 Oct 2015 22:08:11 +0000 (22:08 +0000)]
am ca3e5aea: Merge "Retry if interrupted before mMessageThread has joined"

* commit 'ca3e5aeaa65ae1d77ce92f082ab789933eb18237':
  Retry if interrupted before mMessageThread has joined

8 years agoMerge "Retry if interrupted before mMessageThread has joined"
Pirama Arumuga Nainar [Fri, 2 Oct 2015 21:58:50 +0000 (21:58 +0000)]
Merge "Retry if interrupted before mMessageThread has joined"

8 years agoMerge "Cleanup USER_OWNER in pm"
Xiaohui Chen [Fri, 2 Oct 2015 21:54:37 +0000 (21:54 +0000)]
Merge "Cleanup USER_OWNER in pm"

8 years agoMerge "Cleanup USER_OWNER in mount service"
Xiaohui Chen [Fri, 2 Oct 2015 21:54:17 +0000 (21:54 +0000)]
Merge "Cleanup USER_OWNER in mount service"

8 years agoRetry if interrupted before mMessageThread has joined
Pirama Arumuga Nainar [Fri, 2 Oct 2015 19:06:10 +0000 (12:06 -0700)]
Retry if interrupted before mMessageThread has joined

Bug: 24342101

If interrupted during mMessageThread.join(), retry the join instead of
assuming the thread has joined and continuing.  Continuing to destroy
the context will cause a segfault when the message thread attempts to
use the destroyed context.

Change-Id: I3213091a0e996449bceb403dffca3063786d5a65

8 years agoCleanup USER_OWNER in pm
Xiaohui Chen [Fri, 2 Oct 2015 21:40:27 +0000 (14:40 -0700)]
Cleanup USER_OWNER in pm

Bug: 19913735
Change-Id: I27947f539ca8346e3abd96fc1f800a65945be128

8 years agoCleanup USER_OWNER in mount service
Xiaohui Chen [Fri, 2 Oct 2015 21:41:42 +0000 (14:41 -0700)]
Cleanup USER_OWNER in mount service

Also removed a failing unit test and the related code which is
now deprecated.

Bug: 19913735
Bug: 24064753
Change-Id: I9b11130b52caeb0ad890cc6adaaf7fb2fc7b5db6

8 years agoDon't unregister Fonts from renderer at destruction
Chris Craik [Fri, 2 Oct 2015 21:19:39 +0000 (14:19 -0700)]
Don't unregister Fonts from renderer at destruction

bug:24584749

Fonts are only destroyed when the renderer is destroyed, this prevents
modifying the FontRenderer's LruCache while it's being iterated through
in FontRenderer::~FontRenderer.

Change-Id: I0e2c9f87981bfa50454ec8689df05851839e288e

8 years agoPut ResovlerActivity and noDisplay activities in the source task
Chong Zhang [Fri, 2 Oct 2015 20:36:38 +0000 (13:36 -0700)]
Put ResovlerActivity and noDisplay activities in the source task

Launch the ResolverActivity in the source task, so that the chooser
stays in the bounds of the task, instead of always at the bottom of
the screen.

Also put the nodisplay activities in the source task, it could launch
other activities (eg. ResolverActivity), we need the original task.

Bug: 24136124
Change-Id: I8b22d7f6cba4dc9e57cb19d357091013a74826bb

8 years agoam e6a4f902: am 0e28d919: am 3af80eff: am 79176379: Merge "Send POWER_HINT_INTERACTIO...
Tim Murray [Fri, 2 Oct 2015 21:08:09 +0000 (21:08 +0000)]
am e6a4f902: am 0e28d919: am 3af80eff: am 79176379: Merge "Send POWER_HINT_INTERACTION on rotate." into mnc-dr-dev

* commit 'e6a4f902617f6bc23a0a43550b89683f1ed63e62':
  Send POWER_HINT_INTERACTION on rotate.

8 years agoam 0e28d919: am 3af80eff: am 79176379: Merge "Send POWER_HINT_INTERACTION on rotate...
Tim Murray [Fri, 2 Oct 2015 20:59:09 +0000 (20:59 +0000)]
am 0e28d919: am 3af80eff: am 79176379: Merge "Send POWER_HINT_INTERACTION on rotate." into mnc-dr-dev

* commit '0e28d9196deb28af89c0ea075a91ca45c989fde9':
  Send POWER_HINT_INTERACTION on rotate.

8 years agoam 3af80eff: am 79176379: Merge "Send POWER_HINT_INTERACTION on rotate." into mnc...
Tim Murray [Fri, 2 Oct 2015 20:54:58 +0000 (20:54 +0000)]
am 3af80eff: am 79176379: Merge "Send POWER_HINT_INTERACTION on rotate." into mnc-dr-dev

* commit '3af80eff608b2ee2de7291f82b9163d5df4b15cf':
  Send POWER_HINT_INTERACTION on rotate.

8 years agoam 79176379: Merge "Send POWER_HINT_INTERACTION on rotate." into mnc-dr-dev
Tim Murray [Fri, 2 Oct 2015 20:48:04 +0000 (20:48 +0000)]
am 79176379: Merge "Send POWER_HINT_INTERACTION on rotate." into mnc-dr-dev

* commit '791763796e5f21e34c3ae81c1faad2a4c1a515dd':
  Send POWER_HINT_INTERACTION on rotate.

8 years agoMerge "Send POWER_HINT_INTERACTION on rotate." into mnc-dr-dev
Tim Murray [Fri, 2 Oct 2015 20:43:30 +0000 (20:43 +0000)]
Merge "Send POWER_HINT_INTERACTION on rotate." into mnc-dr-dev

8 years agoMerge "Add BLOCKED and REJECTED call types."
Andrew Lee [Fri, 2 Oct 2015 20:37:47 +0000 (20:37 +0000)]
Merge "Add BLOCKED and REJECTED call types."

8 years agoMerge "Fixed issue with not force resizing a task when drag ends."
Wale Ogunwale [Fri, 2 Oct 2015 20:35:27 +0000 (20:35 +0000)]
Merge "Fixed issue with not force resizing a task when drag ends."

8 years agoam 99d661ff: am c69f4b96: am 54afa2bd: am 8c66fa94: Merge "Add minimum time for doubl...
Jorim Jaggi [Fri, 2 Oct 2015 20:20:19 +0000 (20:20 +0000)]
am 99d661ff: am c69f4b96: am 54afa2bd: am 8c66fa94: Merge "Add minimum time for double tap gesture" into mnc-dr-dev

* commit '99d661ffc0f1b6626b18d72b6880f1765e3bf3e8':
  Add minimum time for double tap gesture

8 years agoam c69f4b96: am 54afa2bd: am 8c66fa94: Merge "Add minimum time for double tap gesture...
Jorim Jaggi [Fri, 2 Oct 2015 20:15:06 +0000 (20:15 +0000)]
am c69f4b96: am 54afa2bd: am 8c66fa94: Merge "Add minimum time for double tap gesture" into mnc-dr-dev

* commit 'c69f4b962e1111ed44399c1243829384f83b9f2f':
  Add minimum time for double tap gesture

8 years agoam 54afa2bd: am 8c66fa94: Merge "Add minimum time for double tap gesture" into mnc...
Jorim Jaggi [Fri, 2 Oct 2015 20:08:11 +0000 (20:08 +0000)]
am 54afa2bd: am 8c66fa94: Merge "Add minimum time for double tap gesture" into mnc-dr-dev

* commit '54afa2bdc2be09542feea634f7a87a0f2f9defac':
  Add minimum time for double tap gesture

8 years agoam 8c66fa94: Merge "Add minimum time for double tap gesture" into mnc-dr-dev
Jorim Jaggi [Fri, 2 Oct 2015 20:00:34 +0000 (20:00 +0000)]
am 8c66fa94: Merge "Add minimum time for double tap gesture" into mnc-dr-dev

* commit '8c66fa94361b51f39f87530f6d1f714120437cc6':
  Add minimum time for double tap gesture

8 years agoMerge "Add minimum time for double tap gesture" into mnc-dr-dev
Jorim Jaggi [Fri, 2 Oct 2015 19:55:26 +0000 (19:55 +0000)]
Merge "Add minimum time for double tap gesture" into mnc-dr-dev

8 years agoFixed issue with not force resizing a task when drag ends.
Wale Ogunwale [Fri, 2 Oct 2015 19:43:27 +0000 (12:43 -0700)]
Fixed issue with not force resizing a task when drag ends.

We were checking mResizing when the drag ends to see if we
should force resize, but it was being set to false just before
the force resize check in endDragLocked.

Also, don't call AM to resize task if bounds isn't going to change.

Change-Id: Ice2c32a0f15f7489a7c80f21bd79c31104ba4487

8 years agoMerge "Use the standard GestureDetector to handle double tap and hold in TouchExplorer."
Zach Kuznia [Fri, 2 Oct 2015 19:31:05 +0000 (19:31 +0000)]
Merge "Use the standard GestureDetector to handle double tap and hold in TouchExplorer."

8 years agoAnimate radial time picker selector during hour/minute transition
Alan Viverette [Fri, 2 Oct 2015 19:29:43 +0000 (15:29 -0400)]
Animate radial time picker selector during hour/minute transition

Also propagates XML attrs from time picker to radial view during
construction, which allows the hour colors & etc. to be changed
inline without needing to set the timePickerStyle theme attribute.

Bug: 20333885
Change-Id: Ib42b9f5b93b5d6ce1dcbaa05f99cef40c9f9a9d3

8 years agoMerge "[a11y] Add default autoclick delay value to AccessibilityManager"
Toni Barzic [Fri, 2 Oct 2015 19:29:06 +0000 (19:29 +0000)]
Merge "[a11y] Add default autoclick delay value to AccessibilityManager"

8 years agoDo now allow current user to be removed
Fyodor Kupolov [Thu, 1 Oct 2015 20:54:22 +0000 (13:54 -0700)]
Do now allow current user to be removed

It was possible to remove a foreground user using pm remove-user command.
The system ends up in the inconsistent state, because switch does not happen
and the removed user stays in the foreground, but its state is removed.

Also added am get-current-user command.

Change-Id: Ida2dce8f99bac55e106cdd44c93e96cc9142d7fb

8 years agoMerge "Early return when the scale is 0."
Tenghui Zhu [Fri, 2 Oct 2015 17:32:59 +0000 (17:32 +0000)]
Merge "Early return when the scale is 0."

8 years agoMerge "Move more utils into paintutils"
Chris Craik [Fri, 2 Oct 2015 17:28:36 +0000 (17:28 +0000)]
Merge "Move more utils into paintutils"

8 years agoMerge "Move ortho matrix out of glop"
Chris Craik [Fri, 2 Oct 2015 17:28:01 +0000 (17:28 +0000)]
Merge "Move ortho matrix out of glop"

8 years agoMerge "Change popup menu header color to secondary color."
Oren Blasberg [Fri, 2 Oct 2015 17:27:14 +0000 (17:27 +0000)]
Merge "Change popup menu header color to secondary color."

8 years agoEarly return when the scale is 0.
Teng-Hui Zhu [Thu, 1 Oct 2015 23:49:16 +0000 (16:49 -0700)]
Early return when the scale is 0.

b/24534579

Change-Id: Ib3581ec99387ca70ca036026f64857a49657d94b

8 years agoMerge "Fix behavior change for animators without a start delay"
Doris Liu [Fri, 2 Oct 2015 17:16:34 +0000 (17:16 +0000)]
Merge "Fix behavior change for animators without a start delay"

8 years agoRemove device initializer agent
Craig Lafayette [Mon, 21 Sep 2015 17:48:53 +0000 (13:48 -0400)]
Remove device initializer agent

Bug: 23216982
Change-Id: I867c0b5f4165983d1ed2623a655f6a2a5e3770bb

8 years agoMerge "Normalize and improve menu fiddling."
Steve McKay [Fri, 2 Oct 2015 16:51:39 +0000 (16:51 +0000)]
Merge "Normalize and improve menu fiddling."

8 years agoNormalize and improve menu fiddling.
Steve McKay [Thu, 1 Oct 2015 18:39:24 +0000 (11:39 -0700)]
Normalize and improve menu fiddling.

Also, don't show copy/paste menu items (though they can still be invoked via keyboard).
Show copy to /move to instead.

Change-Id: I6e7bdf35bf370ea30d4f12a5a200ad38ff0221f4

8 years agoFix Paint's JNI
John Reck [Thu, 1 Oct 2015 21:46:12 +0000 (14:46 -0700)]
Fix Paint's JNI

Bug: 22409077
Change-Id: I99e1a11bf14f5b62c41107528f573eaf9f2d4b2f

8 years agoMerge "Rendering the window frame with a second thread"
Stefan Kuhne [Fri, 2 Oct 2015 14:12:42 +0000 (14:12 +0000)]
Merge "Rendering the window frame with a second thread"

8 years agoRendering the window frame with a second thread
Skuhne [Tue, 22 Sep 2015 16:51:39 +0000 (09:51 -0700)]
Rendering the window frame with a second thread

Using a multi threaded render node to render the window frame
asynchronously from the application relayout.

Bug: 22527834
Bug: 24400680
Bug: 24459827
Bug: 24409773
Bug: 24537510
Change-Id: I1010fc6a8b6e38424178140afa3ca124433ab7e4

8 years agoam 182e6287: am 11568be8: am 5f48baef: am 24806db8: AudioService: alternative way...
Jean-Michel Trivi [Fri, 2 Oct 2015 09:06:12 +0000 (09:06 +0000)]
am 182e6287: am 11568be8: am 5f48baef: am 24806db8: AudioService: alternative way of handling device rotation

* commit '182e628711a5859765479fd75066bbeac886c3f6':
  AudioService: alternative way of handling device rotation

8 years agoam 5a15b952: am 98e0cec2: am 3c708be3: am 6ffe9f05: am 2813b0fa: Camera2: Update...
Jianing Wei [Fri, 2 Oct 2015 09:06:04 +0000 (09:06 +0000)]
am 5a15b952: am 98e0cec2: am 3c708be3: am 6ffe9f05: am 2813b0fa: Camera2: Update video stabilization API doc.

* commit '5a15b9529197d1e9a787814aceed0b815a144357':
  Camera2: Update video stabilization API doc.

8 years agoam 11568be8: am 5f48baef: am 24806db8: AudioService: alternative way of handling...
Jean-Michel Trivi [Fri, 2 Oct 2015 08:27:01 +0000 (08:27 +0000)]
am 11568be8: am 5f48baef: am 24806db8: AudioService: alternative way of handling device rotation

* commit '11568be85e943063c43a9528da0a6b5fb2a92b3b':
  AudioService: alternative way of handling device rotation