summaryrefslogtreecommitdiff
path: root/core/java/android/view/InsetsSource.java
Commit message (Expand)AuthorAgeFilesLines
* Optimize the Parcel read/write of common window dataRiddle Hsu2021-02-241-11/+2
* Fix non-zero window insetChris Li2021-02-171-1/+5
* Remove beginLayoutLw and redundant logic about layoutTiger Huang2021-01-221-0/+8
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-2/+2
* Add proto-based InputMethodService and server side dumping for IMEAnmol Gupta2020-10-071-1/+7
* Add proto-based client side dumping for IME tracingAnmol Gupta2020-09-291-0/+16
* Disable user animations on insets whose visible frame is empty (refined)Tiger Huang2020-06-231-0/+5
* Merge "Revert "Disable user animations on insets whose visible frame is empty...TreeHugger Robot2020-06-161-4/+0
|\
| * Revert "Disable user animations on insets whose visible frame is empty"Yohei Yukawa2020-06-161-4/+0
* | Merge "Disable user animations on insets whose visible frame is empty" into r...Tiger Huang2020-06-161-0/+4
|\|
| * Disable user animations on insets whose visible frame is emptyTiger Huang2020-06-141-0/+4
* | Exclude non-observable insets changeJorim Jaggi2020-06-101-0/+9
|/
* Merge "Report caption insets change when layout" into rvc-devYunfan Chen2020-04-301-3/+3
|\
| * Report caption insets change when layoutYunfan Chen2020-04-281-3/+3
* | Merge "Update more Parcelables to send Strings UTF-8." into rvc-devJeff Sharkey2020-04-291-4/+22
|\ \
| * | Update more Parcelables to send Strings UTF-8.Jeff Sharkey2020-04-291-4/+22
| |/
* / Shift Primary stack as well as secondary during ime adjustmentEvan Rosky2020-04-281-4/+9
|/
* Make caption a insets sourceYunfan Chen2020-03-261-0/+7
* Let insets sources can produce insets on 0-width or 0-height windowsTiger Huang2020-03-131-2/+24
* Make display cutout can produce insetsTiger Huang2020-03-021-0/+4
* Refine logic about controlling transient barsTiger Huang2020-02-071-1/+1
* Merge "Implement Transient Insets Animation"TreeHugger Robot2020-02-031-0/+9
|\
| * Implement Transient Insets AnimationYunfan Chen2020-02-031-0/+9
* | Add missing visible frame copyJorim Jaggi2020-01-311-0/+4
* | IME always provides bottom insets, if anyJorim Jaggi2020-01-291-0/+8
|/
* Move visible insets calculation to clientJorim Jaggi2020-01-101-1/+30
* Fix issue with letterboxingJorim Jaggi2020-01-061-0/+1
* Window Manager Flag Migration (6/n)Tiger Huang2019-11-181-4/+4
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* A brave new world for window insets (6/n)Jorim Jaggi2018-12-271-0/+4
* A brave new world for window insets (5/n)Jorim Jaggi2018-12-211-1/+2
* A brave new world for window insets (1/n)Jorim Jaggi2018-11-291-0/+159