summaryrefslogtreecommitdiff
path: root/core/java/android/view/InsetsSourceConsumer.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Prevent addtional removeSurface calls" into sc-devWilson Wu2021-04-221-1/+3
|\
| * Prevent addtional removeSurface callsWilson Wu2021-04-221-1/+3
* | Stop processing if the new control equals the current oneTiger Huang2021-04-191-1/+6
|/
* Set mIsAnimationPending when the leash is not readyTiger Huang2021-03-311-5/+11
* Don't skip IME animation when backed to Task has no editor focusMing-Shin Lu2021-03-221-1/+11
* Add extra methods to trigger IME tracing dumpsIoana Stefan2020-12-031-0/+12
* Revert "Add extra methods to trigger IME tracing dumps"Ioana Stefan2020-12-031-12/+0
* Add extra methods to trigger IME tracing dumpsIoana Stefan2020-12-021-0/+12
* Log only current client data in IME tracingIoana Stefan2020-11-131-6/+0
* Optimized workflow for IME tracing on clients sideIoana Stefan2020-11-131-1/+2
* Make the requested visibility always up-to-dateTiger Huang2020-10-161-0/+1
* Add proto-based client side dumping for IME tracingAnmol Gupta2020-09-291-0/+29
* Notify visibility change if source visibility is changedTiger Huang2020-09-031-4/+11
* Fix IME flicker: move hiding the surface into the control targetAdrian Roos2020-07-091-0/+3
* Merge "Disable user animations on insets whose visible frame is empty (refine...Tiger Huang2020-06-241-4/+4
|\
| * Disable user animations on insets whose visible frame is empty (refined)Tiger Huang2020-06-231-4/+4
* | IME animation: hide IME-related navbar icons until perceptibleAdrian Roos2020-06-221-0/+10
|/
* Merge "Revert "Disable user animations on insets whose visible frame is empty...TreeHugger Robot2020-06-161-4/+4
|\
| * Revert "Disable user animations on insets whose visible frame is empty"Yohei Yukawa2020-06-161-4/+4
* | Merge "Disable user animations on insets whose visible frame is empty" into r...Tiger Huang2020-06-161-3/+3
|\|
| * Disable user animations on insets whose visible frame is emptyTiger Huang2020-06-141-4/+4
* | Don't clear requested SysUI visibility if the source doesn't existTiger Huang2020-06-111-3/+4
|/
* Merge "Insets: Fix stuck mPendingFrame" into rvc-devTreeHugger Robot2020-06-081-2/+8
|\
| * Insets: Fix stuck mPendingFrameAdrian Roos2020-06-051-2/+8
* | Add Insets dumps and IME debug logsTaran Singh2020-05-271-1/+22
|/
* Dispatch the requested visibility if the client has the controlTiger Huang2020-05-191-3/+12
* Do not dispatch system UI visibility during traversalTiger Huang2020-05-071-10/+2
* Do not dispatch leashes if they are not readyTiger Huang2020-04-221-3/+21
* Support WIC.show(IME) from Activity#onCreateTaran Singh2020-04-171-3/+13
* Re-apply local client state when leash changesJorim Jaggi2020-04-071-0/+8
* Revert "Revert "Defer updating InsetsSource.mFrame while animating""Jorim Jaggi2020-04-061-0/+36
* Merge changes I98b51b43,I03cb69e1 into rvc-devRob Carr2020-04-011-1/+1
|\
| * InsetsSourceConsumer: Release directlyRobert Carr2020-03-311-1/+1
* | Revert "Defer updating InsetsSource.mFrame while animating"Jorim Jaggi2020-03-301-36/+0
|/
* Fix flickers when changing controlJorim Jaggi2020-03-271-6/+6
* Defer updating InsetsSource.mFrame while animatingJorim Jaggi2020-03-241-0/+36
* Use separate thread if app doesn't listen to animationsJorim Jaggi2020-03-111-1/+1
* InsetController: Release leashes from RenderThreadRob Carr2020-03-091-1/+1
* InsetSourceConsumer: Ensure we release Leash when finished.Rob Carr2020-03-051-15/+18
* Merge "Various inset fixes" into rvc-devJorim Jaggi2020-03-021-1/+2
|\
| * Various inset fixesJorim Jaggi2020-03-021-1/+2
* | Fix controlWindowInsets for IMETarandeep Singh2020-02-281-3/+5
* | Remove IME surface when hiddenTarandeep Singh2020-02-261-2/+11
|/
* Keep track of requestedVisibility when control unavailableJorim Jaggi2020-02-011-13/+42
* Adjust SysUI for new insetsJorim Jaggi2020-01-301-2/+3
* Handle controlInputMethodAnim correctly when IME isn't readyJorim Jaggi2020-01-281-4/+5
* Window Manager Flag Migration (11/n)Tiger Huang2020-01-201-2/+9
* Handle cases when multiple type are animatingJorim Jaggi2020-01-111-1/+3
* Correct layout/draw/animation interleaving for insets callbacksJorim Jaggi2020-01-101-12/+16
* Prevent Insets side visibility change during animationTarandeep Singh2019-11-261-1/+2