summaryrefslogtreecommitdiff
path: root/core/java/android/app/WindowConfiguration.java
AgeCommit message (Expand)Author
2021-04-20Remove WINDOWING_MODE_FULLSCREEN_OR_SPLIT_SCREEN_SECONDARYLouis Chang
2021-02-24Optimize the Parcel read/write of common window dataRiddle Hsu
2020-10-29Ensure non-resizeable tasks not in multi-window modeLouis Chang
2020-10-26Fix windowing mode for non-resizable tasksMatthew Duggan
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-10-13WindowManager: Remove windowsAreScaleableRobert Carr
2020-07-15Verify DisplayArea bounds in WindowMetricsTestsCharles Chen
2020-05-07Introducee maxBounds in WindowConfigurationCharles Chen
2020-04-30Move PIP/MW mode callbacks to be on the client sideHongwei Wang
2020-03-24Create ACTIVITY_TYPE_DREAMGalia Peycheva
2019-12-26Introduce WINDOWING_MODE_MULTI_WINDOWWale Ogunwale
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-05Rename writeToProto to be dumpDebugJeffrey Huang
2019-11-13Add @UnsupportedAppUsage to test apis that are known to be used by apps.Artur Satayev
2019-10-29Add a remote control mechanism for window containersEvan Rosky
2019-06-26Only persist launch params on freeform display.Garfield Tan
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2019-01-10Add WindowConfiguration's bounds to protoAdrian Roos
2018-12-12Move policy handling into ATM hierarchy [4/n]Evan Rosky
2018-12-04Introduce display windowing mode to WindowConfigurationYunfan Chen
2018-11-06Move some display logic into hierarchy [2/2]Evan Rosky
2018-09-28Upgrade UsageStatsDatabase from XML to ProtobufMichael Wachenschwanz
2018-07-17Defer always on top state when task gets maximizedKazuki Takise
2018-06-22Position stack at top when always on top flag is setKazuki Takise
2018-06-20Make sure mFlags is synced properly in WindowConfigurationKazuki Takise
2018-06-18Add always on top feature supportKazuki Takise
2018-04-26Use correct windowingMode when computing override configEvan Rosky
2018-01-31Restore pinned stack shadows.Robert Carr
2017-12-13Add more IntDef prefixes for auto-documenting.Jeff Sharkey
2017-11-27Store bounds in WindowConfiguration.Bryce Lee
2017-11-08Fixed logic issue with WC.supportsSplitScreenWindowingMode()Wale Ogunwale
2017-10-26Formalize recents component in the systemWinson Chung
2017-10-11Removed remaining use of static stack ids.Wale Ogunwale
2017-09-27Ability to getOrCreateStack by windowingMode/activityType in AM.Wale Ogunwale
2017-09-19ActivityOptions.set/getLaunchStackId() be gone!Wale Ogunwale
2017-09-18Added WindowConfigurationProto and friendsWale Ogunwale
2017-09-11Merge "Fix window movement animations"Jorim Jaggi
2017-09-08Introducing split-screen windowing modes.Wale Ogunwale
2017-09-07Limit setActivityType safety check to system process.Wale Ogunwale
2017-09-06Add ACTIVITY_TYPE and STACK_ID constants to Test APISteven Timotius
2017-09-06Fix window movement animationsJorim Jaggi
2017-08-31Introducing activityType window configuration.Wale Ogunwale
2017-08-25Generate stack override config in AM vs. WMWale Ogunwale
2017-08-24Migrated some windowing methods from StackId to WindowConfigurationWale Ogunwale
2017-08-22Introducing windowing mode in WindowConfiguration.Wale Ogunwale
2017-08-18Introducing WindowConfigurationWale Ogunwale