summaryrefslogtreecommitdiff
path: root/core/java/android/app/WindowConfiguration.java
Commit message (Expand)AuthorAgeFilesLines
* 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