forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Display Features support (Foldable and Cutout) (flutter#24756)
* Add DisplayFeatures and DisplayCutout to viewport metrics * WindowManager alpha03 and better documentation * Fixed formatting * Fixed failing tests * Replaced API version code P with 28 * Unnecessary import * Fixed display features parameters missing * Documentation changes * First paragraph is a sentence * Update androidx window library to version 1.0.0-alpha05 * Improve documentation, remove deprecated display feature call * Write tests and improve documentation * Migrate to Window Manager alpha08 * Update androidx window to beta01 * Remove unused import * Remove window_hook_integration_test.dart * Fix tests * Update android_embedding_dependencies version to include androidx.window * Add androidx.window to test_runner build * Add empty display features arrays to fuchsia platform view * Fix tests using final class mocking * Add missing license header * Update licenses_golden
- Loading branch information
1 parent
9e1337e
commit 67d114f
Showing
29 changed files
with
896 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.