summaryrefslogtreecommitdiff
path: root/core/java/android/app/WindowConfiguration.java
Commit message (Expand)AuthorAgeFilesLines
* Move PIP/MW mode callbacks to be on the client sideHongwei Wang2020-04-301-0/+10
* Create ACTIVITY_TYPE_DREAMGalia Peycheva2020-03-241-4/+10
* Introduce WINDOWING_MODE_MULTI_WINDOWWale Ogunwale2019-12-261-5/+15
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-2/+1
* Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-3/+3
* Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev2019-11-131-0/+3
* Add a remote control mechanism for window containersEvan Rosky2019-10-291-0/+28
* Only persist launch params on freeform display.Garfield Tan2019-06-261-0/+5
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Add WindowConfiguration's bounds to protoAdrian Roos2019-01-101-0/+8
* Move policy handling into ATM hierarchy [4/n]Evan Rosky2018-12-121-0/+9
* Introduce display windowing mode to WindowConfigurationYunfan Chen2018-12-041-1/+34
* Move some display logic into hierarchy [2/2]Evan Rosky2018-11-061-0/+42
* Upgrade UsageStatsDatabase from XML to ProtobufMichael Wachenschwanz2018-09-281-0/+36
* Defer always on top state when task gets maximizedKazuki Takise2018-07-171-1/+2
* Position stack at top when always on top flag is setKazuki Takise2018-06-221-1/+11
* Make sure mFlags is synced properly in WindowConfigurationKazuki Takise2018-06-201-33/+45
* Add always on top feature supportKazuki Takise2018-06-181-4/+47
* Use correct windowingMode when computing override configEvan Rosky2018-04-261-1/+9
* Restore pinned stack shadows.Robert Carr2018-01-311-0/+3
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-9/+8
* Store bounds in WindowConfiguration.Bryce Lee2017-11-271-5/+60
* Fixed logic issue with WC.supportsSplitScreenWindowingMode()Wale Ogunwale2017-11-081-6/+3
* Formalize recents component in the systemWinson Chung2017-10-261-1/+1
* Removed remaining use of static stack ids.Wale Ogunwale2017-10-111-1/+2
* Ability to getOrCreateStack by windowingMode/activityType in AM.Wale Ogunwale2017-09-271-2/+7
* ActivityOptions.set/getLaunchStackId() be gone!Wale Ogunwale2017-09-191-0/+14
* Added WindowConfigurationProto and friendsWale Ogunwale2017-09-181-28/+31
* Merge "Fix window movement animations"Jorim Jaggi2017-09-111-1/+1
|\
| * Fix window movement animationsJorim Jaggi2017-09-061-1/+1
* | Introducing split-screen windowing modes.Wale Ogunwale2017-09-081-5/+26
* | Limit setActivityType safety check to system process.Wale Ogunwale2017-09-071-1/+8
* | Add ACTIVITY_TYPE and STACK_ID constants to Test APISteven Timotius2017-09-061-13/+59
|/
* Introducing activityType window configuration.Wale Ogunwale2017-08-311-2/+74
* Generate stack override config in AM vs. WMWale Ogunwale2017-08-251-5/+0
* Migrated some windowing methods from StackId to WindowConfigurationWale Ogunwale2017-08-241-0/+84
* Introducing windowing mode in WindowConfiguration.Wale Ogunwale2017-08-221-4/+69
* Introducing WindowConfigurationWale Ogunwale2017-08-181-0/+225