index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
app
/
WindowConfiguration.java
Age
Commit message (
Expand
)
Author
2021-04-20
Remove WINDOWING_MODE_FULLSCREEN_OR_SPLIT_SCREEN_SECONDARY
Louis Chang
2021-02-24
Optimize the Parcel read/write of common window data
Riddle Hsu
2020-10-29
Ensure non-resizeable tasks not in multi-window mode
Louis Chang
2020-10-26
Fix windowing mode for non-resizable tasks
Matthew Duggan
2020-10-15
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-10-13
WindowManager: Remove windowsAreScaleable
Robert Carr
2020-07-15
Verify DisplayArea bounds in WindowMetricsTests
Charles Chen
2020-05-07
Introducee maxBounds in WindowConfiguration
Charles Chen
2020-04-30
Move PIP/MW mode callbacks to be on the client side
Hongwei Wang
2020-03-24
Create ACTIVITY_TYPE_DREAM
Galia Peycheva
2019-12-26
Introduce WINDOWING_MODE_MULTI_WINDOW
Wale Ogunwale
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-05
Rename writeToProto to be dumpDebug
Jeffrey Huang
2019-11-13
Add @UnsupportedAppUsage to test apis that are known to be used by apps.
Artur Satayev
2019-10-29
Add a remote control mechanism for window containers
Evan Rosky
2019-06-26
Only persist launch params on freeform display.
Garfield Tan
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-01-10
Add WindowConfiguration's bounds to proto
Adrian Roos
2018-12-12
Move policy handling into ATM hierarchy [4/n]
Evan Rosky
2018-12-04
Introduce display windowing mode to WindowConfiguration
Yunfan Chen
2018-11-06
Move some display logic into hierarchy [2/2]
Evan Rosky
2018-09-28
Upgrade UsageStatsDatabase from XML to Protobuf
Michael Wachenschwanz
2018-07-17
Defer always on top state when task gets maximized
Kazuki Takise
2018-06-22
Position stack at top when always on top flag is set
Kazuki Takise
2018-06-20
Make sure mFlags is synced properly in WindowConfiguration
Kazuki Takise
2018-06-18
Add always on top feature support
Kazuki Takise
2018-04-26
Use correct windowingMode when computing override config
Evan Rosky
2018-01-31
Restore pinned stack shadows.
Robert Carr
2017-12-13
Add more IntDef prefixes for auto-documenting.
Jeff Sharkey
2017-11-27
Store bounds in WindowConfiguration.
Bryce Lee
2017-11-08
Fixed logic issue with WC.supportsSplitScreenWindowingMode()
Wale Ogunwale
2017-10-26
Formalize recents component in the system
Winson Chung
2017-10-11
Removed remaining use of static stack ids.
Wale Ogunwale
2017-09-27
Ability to getOrCreateStack by windowingMode/activityType in AM.
Wale Ogunwale
2017-09-19
ActivityOptions.set/getLaunchStackId() be gone!
Wale Ogunwale
2017-09-18
Added WindowConfigurationProto and friends
Wale Ogunwale
2017-09-11
Merge "Fix window movement animations"
Jorim Jaggi
2017-09-08
Introducing split-screen windowing modes.
Wale Ogunwale
2017-09-07
Limit setActivityType safety check to system process.
Wale Ogunwale
2017-09-06
Add ACTIVITY_TYPE and STACK_ID constants to Test API
Steven Timotius
2017-09-06
Fix window movement animations
Jorim Jaggi
2017-08-31
Introducing activityType window configuration.
Wale Ogunwale
2017-08-25
Generate stack override config in AM vs. WM
Wale Ogunwale
2017-08-24
Migrated some windowing methods from StackId to WindowConfiguration
Wale Ogunwale
2017-08-22
Introducing windowing mode in WindowConfiguration.
Wale Ogunwale
2017-08-18
Introducing WindowConfiguration
Wale Ogunwale