summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Refine the way of calculating insets for configuration (1/3)Yunfan Chen2022-08-241-9/+9
* Revert "Reland "Make extra navigation bar count towards non decor frame"""Sam Dubey2022-07-151-9/+9
* Reland "Make extra navigation bar count towards non decor frame""Yunfan Chen2022-07-131-9/+9
* Introduce InsetsSizeOverrideYunfan Chen2022-07-061-2/+2
* Make sure to extend insets frame when the bar layout with cutoutYunfan Chen2022-06-271-12/+17
* Send the attached frame to the clientTiger Huang2022-06-201-11/+9
* Don't set extreme values of Integer to safe boundsTiger Huang2022-06-061-2/+10
* Merge "Refine PRIVATE_FLAG_LAYOUT_SIZE_EXTENDED_BY_CUTOUT" into tm-devTiger Huang2022-03-221-25/+15
|\
| * Refine PRIVATE_FLAG_LAYOUT_SIZE_EXTENDED_BY_CUTOUTTiger Huang2022-03-171-25/+15
* | Use ClientWindowFrames to collect frames computed by WindowLayoutTiger Huang2022-03-141-10/+9
|/
* Introduce a private flag to extend frame with cutoutYunfan Chen2022-02-281-0/+31
* Let the client compute the surface size on its ownTiger Huang2022-01-241-0/+43
* Move tests from DisplayPolicyLayoutTests to WindowLayoutTestsTiger Huang2021-12-211-1/+1
* Move all the window layout logic to WindowLayoutTiger Huang2021-10-271-11/+134
* Move logic about computing window frames to the client sideTiger Huang2021-10-191-0/+152