summaryrefslogtreecommitdiff
path: root/core/java/android/view/InsetsState.java
Commit message (Expand)AuthorAgeFilesLines
* Add PrivacyIndicator APIs to WindowInsetsNate Myren2021-05-201-4/+39
* Refine output of "dumpsys window displays/windows"Tiger Huang2021-04-051-1/+13
* Let insets can still be controlled if its window bounds is movedTiger Huang2021-03-161-1/+1
* Optimize the Parcel read/write of common window dataRiddle Hsu2021-02-241-5/+5
* Only update mAboveInsetsState when necessaryTiger Huang2021-02-191-22/+39
* Merge "Remove special logic for top/bottom gesture insets" into sc-devTreeHugger Robot2021-02-051-2/+2
|\
| * Remove special logic for top/bottom gesture insetsYunfan Chen2021-02-031-2/+2
* | Provides apps the rounded corners infoshawnlin2021-02-021-4/+41
|/
* Reland "Keep runtime insets types during layout"Yunfan Chen2021-02-011-9/+24
* Revert "Keep runtime insets types during layout"Yunfan Chen2021-01-271-24/+9
* Keep runtime insets types during layoutYunfan Chen2021-01-191-9/+24
* Send display cutout to client via insetsChangedTiger Huang2021-01-051-16/+48
* Support tappable elements on left/right sidesYunfan Chen2020-12-151-9/+17
* Remove legacy frames from WindowFrames and DisplayFramesTiger Huang2020-11-181-0/+16
* Don't dispatch legacy insets to clientTiger Huang2020-10-211-0/+19
* Make the requested visibility always up-to-dateTiger Huang2020-10-161-2/+0
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-2/+2
* Add proto-based client side dumping for IME tracingAnmol Gupta2020-09-291-0/+13
* Merge "Ensure mapping between internal and public insets"Heemin Seog2020-09-251-0/+2
|\
| * Ensure mapping between internal and public insetsHeemin Seog2020-09-231-0/+2
* | Merge "Map bar type to new ITYPE_{SIDE}_MANDATORY_GESTURES_INSETs" into rvc-q...Youngjun Kwak2020-09-241-9/+32
|\ \ | |/ |/|
| * Merge "Map bar type to new ITYPE_{SIDE}_MANDATORY_GESTURES_INSETs" into rvc-q...Youngjun Kwak2020-09-241-9/+32
| |\
| | * Map bar type to new ITYPE_{SIDE}_MANDATORY_GESTURES_INSETskwaky2020-09-221-9/+32
| * | DO NOT MERGE Ensure mapping between internal and public insetsHeemin Seog2020-09-181-0/+2
| |/
| * Refine system bar position restoringTiger Huang2020-08-181-0/+2
* | Remove the legacy insets modeTiger Huang2020-09-181-21/+1
* | Make FLAG_LAYOUT_NO_LIMITS compatibleTiger Huang2020-08-261-0/+14
* | Refine system bar position restoringTiger Huang2020-08-181-0/+2
|/
* Remove Type.statusBars from compatInsetsTypes if FLAG_FULLSCREENTiger Huang2020-07-151-6/+13
* Fix issue in InsetsState.setJorim Jaggi2020-06-251-2/+1
* Yearly Window Manager spring cleaning #1Jorim Jaggi2020-06-191-55/+51
* Merge "Let position of system bars can be restored by swipe" into rvc-devTiger Huang2020-06-151-15/+14
|\
| * Let position of system bars can be restored by swipeTiger Huang2020-06-111-15/+14
* | Merge "Exclude non-observable insets change" into rvc-devJorim Jaggi2020-06-111-3/+6
|\ \
| * | Exclude non-observable insets changeJorim Jaggi2020-06-101-3/+6
| |/
* | Merge "Insets: allow controlling insets as long as the window is covering in ...Adrian Roos2020-06-091-0/+38
|\ \ | |/ |/|
| * Insets: allow controlling insets as long as the window is covering in the rel...Adrian Roos2020-06-051-0/+38
* | Merge "Add climate bar insets" into rvc-devHeemin Seog2020-05-271-2/+14
|\ \
| * | Add climate bar insetsHeemin Seog2020-05-261-2/+14
| |/
* / Add Insets dumps and IME debug logsTaran Singh2020-05-271-2/+9
|/
* Initialize sourceless insets with Insets.NONEJorim Jaggi2020-04-011-0/+4
* Make caption a insets sourceYunfan Chen2020-03-261-1/+29
* Performance optimizations for new insetsJorim Jaggi2020-03-231-12/+1
* Merge "Generate WindowInsets with new insets API" into rvc-devCharles Chen2020-03-101-0/+6
|\
| * Generate WindowInsets with new insets APICharles Chen2020-03-051-0/+6
* | Prevent causing insets if the system bar is shown forciblyTiger Huang2020-03-041-0/+14
|/
* Merge "Various inset fixes" into rvc-devJorim Jaggi2020-03-021-4/+18
|\
| * Various inset fixesJorim Jaggi2020-03-021-4/+18
* | Make display cutout can produce insetsTiger Huang2020-03-021-3/+32
|/
* Implement Transient Insets AnimationYunfan Chen2020-02-031-3/+14