summaryrefslogtreecommitdiff
path: root/core/java/android/view/WindowLayout.java
Commit message (Expand)AuthorAgeFilesLines
* 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