summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityView.java
Commit message (Expand)AuthorAgeFilesLines
* Added some TestApi that are already used by CTSWale Ogunwale2019-02-211-7/+4
* Merge "Make WindowContainer surfaces container layers by default."Chavi Weingarten2019-02-211-1/+1
|\
| * Make WindowContainer surfaces container layers by default.Chavi Weingarten2019-02-201-1/+1
* | Merge "Adds TaskInfo to some TaskChangeListener methods"Mark Renouf2019-02-211-17/+17
|\ \ | |/ |/|
| * Adds TaskInfo to some TaskChangeListener methodsMark Renouf2019-02-201-17/+17
* | Forward StatusBar.onBackPressed to Bubbles when expandedMark Renouf2019-02-181-0/+31
* | ActivityView: avoid crash in release() when detached from windowMark Renouf2019-02-141-0/+6
|/
* Set insets on the virtual display to avoid IME covering the bubble.Issei Suzuki2019-02-081-0/+23
* Revert "Make WindowContainer surfaces container layers by default."Jorim Jaggi2019-01-311-1/+1
* Merge "Let the activity embedded in ActivityView can be directly touched"Tiger Huang2019-01-301-47/+6
|\
| * Let the activity embedded in ActivityView can be directly touchedTiger Huang2019-01-301-47/+6
* | Make WindowContainer surfaces container layers by default.chaviw2019-01-281-1/+1
* | Adds callbacks for task creation and removalMark Renouf2019-01-241-8/+55
|/
* SurfaceControl: Accept instance rather than handle for reparentRobert Carr2019-01-221-2/+2
* Merge "Added turn on/off virtual display"Chavi Weingarten2019-01-151-23/+14
|\
| * Added turn on/off virtual displaychaviw2018-12-261-23/+14
* | Merge changes from topic "remove-scoped-connection"Rob Carr2019-01-071-1/+2
|\ \
| * | Remove usage of scoped connections.Robert Carr2019-01-041-1/+2
* | | Merge "Forward setVisibility call to SurfaceView for ActivityView."Chavi Weingarten2019-01-071-0/+7
|\ \ \ | |/ / |/| |
| * | Forward setVisibility call to SurfaceView for ActivityView.chaviw2019-01-041-0/+7
| |/
* / Add support for singleTaskInstance displaysWale Ogunwale2019-01-021-0/+12
|/
* Adds DESTROY_CONTENT_ON_REMOVAL to VirtualDisplay flagsMark Renouf2018-12-141-1/+2
* Fix ActivityView input forwarding.chaviw2018-11-301-2/+6
* Reparent DisplayContent layers to SurfaceControl for ActivityViewchaviw2018-11-301-13/+39
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+5
* Moved some activities implementation to ActivityTaskManagerService (2/n)Wale Ogunwale2018-06-121-3/+5
* Add a path to allow detection of task changes to the top of the ActivityViewBrad Stenning2018-05-041-10/+64
* Don't set override display info for ActivityViewAndrii Kulian2018-03-201-2/+9
* Set ActivityView background to current top task's colorAndrii Kulian2018-01-231-0/+60
* Set ActivityView's rect as tap exclude regionAndrii Kulian2018-01-171-0/+37
* Fix NPE in ActivityView on surface destructionAndrii Kulian2017-09-011-1/+1
* DO NOT MERGE VirtualDisplay wrapper with input forwardingAndrii Kulian2017-07-211-0/+335
* DO NOT MERGE ActivityView be gone!Andrii Kulian2017-07-211-517/+0
* Update usage of ActivityManagerNative.Sudheer Shanka2016-11-141-1/+1
* Add shell command to move activity stacks between displaysAndrii Kulian2016-11-031-7/+0
* ActivityView gets its own thread pool.Daniel Koulomzin2015-11-111-60/+112
* am f4e1d10c: Kill ActivityView\'s background thread when it\'s destroyedNed Burns2015-09-251-0/+2
|\
| * Kill ActivityView's background thread when it's destroyedNed Burns2015-09-231-0/+2
* | am 93634166: am d88e4d50: Merge "ActivityView: set surface on a background th...Filip Gruszczynski2015-06-051-14/+31
|\|
| * ActivityView: set surface on a background thread.Filip Gruszczynski2015-06-011-14/+31
* | am 60b0846f: am c4d7fc10: am 568356ff: Merge "Changes callback to a WeakRefer...Gus Prevas2015-03-251-1/+6
|\|
| * Changes callback to a WeakReference in ActivityContainerCallback.Gus Prevas2015-03-241-1/+6
* | am 5d3f00e3: am 358188f5: Merge "Change ActivityView startActivity state sequ...Craig Mautner2015-03-031-52/+44
|\|
| * Change ActivityView startActivity state sequenceCraig Mautner2015-03-031-52/+44
* | Rename the binder call createActivityContainerTodd Kennedy2015-01-151-1/+1
|/
* Revert "Revert "Close ActivityView and ActivityContainer cleanly.""Craig Mautner2014-06-131-5/+12
* Revert "Close ActivityView and ActivityContainer cleanly."Justin Koh2014-06-131-12/+5
* Close ActivityView and ActivityContainer cleanly.Craig Mautner2014-06-111-5/+12
* Add callback when ActivityView activities completeCraig Mautner2014-06-041-0/+36
* Pause and resume ActivityView when visibility changesCraig Mautner2014-05-051-0/+24