-
- Downloads
Letterboxing improvements for tabletop mode
Move letterboxed apps to the top screen and resize when in tabletop pose and move to the left for book mode. Also allow double-tapping to move the app to the alternative half of the screen. Bug: 245740388 Test: locally tested Change-Id: I14434ad23091de3957f04284e03da8701f159fa4
Showing
- core/res/res/values/config.xml 43 additions, 2 deletionscore/res/res/values/config.xml
- core/res/res/values/symbols.xml 6 additions, 0 deletionscore/res/res/values/symbols.xml
- data/etc/services.core.protolog.json 12 additions, 0 deletionsdata/etc/services.core.protolog.json
- proto/src/windowmanager.proto 4 additions, 0 deletionsproto/src/windowmanager.proto
- services/core/java/com/android/server/wm/ActivityRecord.java 5 additions, 7 deletionsservices/core/java/com/android/server/wm/ActivityRecord.java
- services/core/java/com/android/server/wm/DisplayRotation.java 78 additions, 0 deletions...ices/core/java/com/android/server/wm/DisplayRotation.java
- services/core/java/com/android/server/wm/LetterboxConfiguration.java 119 additions, 47 deletions...re/java/com/android/server/wm/LetterboxConfiguration.java
- services/core/java/com/android/server/wm/LetterboxConfigurationPersister.java 86 additions, 16 deletions...om/android/server/wm/LetterboxConfigurationPersister.java
- services/core/java/com/android/server/wm/LetterboxUiController.java 63 additions, 19 deletions...ore/java/com/android/server/wm/LetterboxUiController.java
- services/core/java/com/android/server/wm/WindowManagerShellCommand.java 12 additions, 4 deletions...java/com/android/server/wm/WindowManagerShellCommand.java
- services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationPersisterTest.java 29 additions, 20 deletions...ndroid/server/wm/LetterboxConfigurationPersisterTest.java
- services/tests/wmtests/src/com/android/server/wm/LetterboxConfigurationTest.java 93 additions, 19 deletions...src/com/android/server/wm/LetterboxConfigurationTest.java
- services/tests/wmtests/src/com/android/server/wm/SizeCompatTests.java 66 additions, 0 deletions...ts/wmtests/src/com/android/server/wm/SizeCompatTests.java
Loading
Please register or sign in to comment