summaryrefslogtreecommitdiff
path: root/core/java/android/app/ActivityView.java
Commit message (Expand)AuthorAgeFilesLines
* Deleting ActivityViewAntonio Kantek2021-05-201-720/+0
* Remove single task display pathWinson Chung2020-10-211-20/+9
* Merge "Use Builder for ActivityView"Charles Chen2020-09-161-23/+99
|\
| * Use Builder for ActivityViewCharles Chen2020-09-161-23/+99
| * Require permission to create trusted displaysAndrii Kulian2020-08-121-2/+13
* | Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347Jeff Sharkey2020-09-141-1/+1
|\ \
| * | Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
| |/
* / Require permission to create trusted displaysAndrii Kulian2020-09-011-2/+13
|/
* Merge "Update virtual display size before turning it on." into rvc-devIssei Suzuki2020-06-231-2/+16
|\
| * Update virtual display size before turning it on.Issei Suzuki2020-06-191-2/+16
* | Fixed the conflict of the release methods of ActivityView & TaskEmbeddershawnlin2020-06-151-11/+4
|/
* Add a @hide ctr to disable background layer in ActivityView & SurfaceViewshawnlin2020-06-051-1/+9
* Add the IME insets to virtual display for bubbleYunfan Chen2020-04-301-0/+9
* Make ActivityViews backing virtual display privateLinus Tufvesson2020-04-161-1/+13
* Add TestApi interfaces for window organizersWale Ogunwale2020-04-011-3/+6
* Add task organizer based task embedderWinson Chung2020-03-301-8/+48
* Allow Shortcuts to be started on ActivityViewMady Mellor2019-12-021-0/+29
* Make onActivityViewDestroyed called when AV is released.Yuncheol Heo2019-11-101-1/+1
* Extracts core logic of ActivityView into TaskEmbedderMark Renouf2019-11-071-379/+122
* Remove embedded & document launch always restrictions from a bubbleMady Mellor2019-10-031-2/+4
* Support frame-synchronized clipping on SurfaceViewMark Renouf2019-09-181-0/+42
* Fix ActivityView surface can't visible for ActivityViewTestlumark2019-08-061-2/+15
* Fix ActivityViewTest#testInputMethod failed in freeform modelumark2019-07-241-1/+7
* Support alpha value in SurfaceView.Issei Suzuki2019-07-041-0/+1
* Synchronize bubble activity rendering status and its visibility change.Issei Suzuki2019-05-211-0/+11
* Adds setCornerRadius to ActivityView & SurfaceViewMark Renouf2019-05-161-0/+11
* Reenable CursorAnchorInfo API with ActivityViewYohei Yukawa2019-05-021-1/+21
* Refine getTransformationMatrix for windows in a re-parented displayTiger Huang2019-05-021-24/+38
* Make lifecycle events for bubble activity views report normallyMady Mellor2019-04-241-0/+28
* Fix back presses dismissing bubbles when IME is upMady Mellor2019-04-161-0/+11
* Reduce the window tap exclude region for child above itTiger Huang2019-03-281-10/+39
* 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
|\ \ \ | |/ / |/| |