summaryrefslogtreecommitdiff
path: root/core/java/android/view/InsetsController.java
Commit message (Expand)AuthorAgeFilesLines
* Use the real behavior to decide the animationTiger Huang2021-07-081-0/+16
* Insets Animations: Always dispatch onEnd when cancelledAdrian Roos2021-06-211-1/+1
* Update the surface position of each control in insets animationTiger Huang2021-05-311-0/+6
* Merge "Flush the animation if it is canceled" into sc-devTiger Huang2021-05-251-2/+3
|\
| * Flush the animation if it is canceledTiger Huang2021-05-251-2/+3
* | Add PrivacyIndicator APIs to WindowInsetsNate Myren2021-05-201-0/+1
|/
* Force showing navigation bar while IME is visibleTiger Huang2021-05-171-1/+3
* Merge "Clear controls in the temp list after using them" into sc-devTiger Huang2021-04-201-9/+7
|\
| * Clear controls in the temp list after using themTiger Huang2021-04-201-9/+7
* | Bugfix: Make InsetsController dump() respect prefixMark Hansen2021-04-181-1/+1
|/
* Merge "Revert "Clear controls and animations in temp arrays after using them"...Riddle Hsu2021-04-131-2/+2
|\
| * Revert "Clear controls and animations in temp arrays after using them"Tiger Huang2021-04-121-2/+2
* | Merge "Clear controls and animations in temp arrays after using them" into sc...Tiger Huang2021-04-091-2/+2
|\|
| * Clear controls and animations in temp arrays after using themTiger Huang2021-04-071-2/+2
* | Set mIsAnimationPending when the leash is not readyTiger Huang2021-03-311-1/+1
|/
* Don't skip IME animation when backed to Task has no editor focusMing-Shin Lu2021-03-221-4/+5
* Merge "IME Insets: Remove obsolete applyImeVisibility call" into sc-devAdrian Roos2021-03-221-14/+2
|\
| * IME Insets: Remove obsolete applyImeVisibility callAdrian Roos2021-03-191-14/+2
* | Animations for visual immersive modeTiger Huang2021-03-221-15/+53
* | Let insets can still be controlled if its window bounds is movedTiger Huang2021-03-161-5/+8
* | Provides apps the rounded corners infoshawnlin2021-02-021-0/+1
|/
* Merge "Ensure notifying when only caption insets changed"Yunfan Chen2021-01-181-6/+13
|\
| * Ensure notifying when only caption insets changedYunfan Chen2020-12-171-6/+13
* | Merge "Send display cutout to client via insetsChanged"Tiger Huang2021-01-061-10/+7
|\ \
| * | Send display cutout to client via insetsChangedTiger Huang2021-01-051-10/+7
| |/
* / Better IME transition while switching app with recents (3/N)Ming-Shin Lu2020-12-281-1/+18
|/
* Add extra methods to trigger IME tracing dumpsIoana Stefan2020-12-031-2/+17
* Merge "Revert "Add extra methods to trigger IME tracing dumps""Adrian Roos2020-12-031-14/+2
|\
| * Revert "Add extra methods to trigger IME tracing dumps"Ioana Stefan2020-12-031-14/+2
* | Merge "Add extra methods to trigger IME tracing dumps"Ioana Stefan2020-12-031-2/+14
|\|
| * Add extra methods to trigger IME tracing dumpsIoana Stefan2020-12-021-2/+14
* | Add InputConnection app and service dumpIoana Stefan2020-12-021-7/+7
|/
* Log only current client data in IME tracingIoana Stefan2020-11-131-10/+19
* Optimized workflow for IME tracing on clients sideIoana Stefan2020-11-131-6/+8
* Show logs when an app tries to show the IMEYohei Yukawa2020-11-101-0/+3
* Measure baseline IMF latency (2/n)Taran Singh2020-11-031-9/+30
* Don't dispatch legacy insets to clientTiger Huang2020-10-211-2/+11
* Make the requested visibility always up-to-dateTiger Huang2020-10-161-28/+31
* Merge "Add proto-based client side dumping for IME tracing"Ioana Stefan2020-09-291-0/+33
|\
| * Add proto-based client side dumping for IME tracingAnmol Gupta2020-09-291-0/+33
* | Remove redundant logic about System UI visibilityTiger Huang2020-09-281-1/+1
|/
* Make FLAG_LAYOUT_NO_LIMITS compatibleTiger Huang2020-08-261-4/+9
* Update requested state after applying pending framesTiger Huang2020-08-131-4/+7
* Dispatch insets to client if mState is changedTiger Huang2020-08-061-6/+10
* Remove Type.statusBars from compatInsetsTypes if FLAG_FULLSCREENTiger Huang2020-07-151-4/+6
* Update requested state by comparing with source consumerTiger Huang2020-07-101-6/+20
* Merge "Disable user animations on insets whose visible frame is empty (refine...Tiger Huang2020-06-241-9/+64
|\
| * Disable user animations on insets whose visible frame is empty (refined)Tiger Huang2020-06-231-9/+64
* | IME animation: hide IME-related navbar icons until perceptibleAdrian Roos2020-06-221-0/+19
* | Animate IME with zero insetsTaran Singh2020-06-201-4/+20
|/