summaryrefslogtreecommitdiff
path: root/core/java/android/view/ImeFocusController.java
Commit message (Expand)AuthorAgeFilesLines
* Simplify getImmDelegate in ImeFocusControllerNikolas Havrikov2022-02-221-6/+4
* IME: Fix broken IME when detaching served (but not next served) viewAdrian Roos2022-02-011-1/+3
* Restore the last IME visiblity of the app window when allowedMing-Shin Lu2021-03-011-2/+3
* Revert "Revert "Let IME#onFinishInput called without dup onStart..."Ming-Shin Lu2020-12-041-0/+20
* Revert "Let IME#onFinishInput called without dup onStartInput wh..."Jeff DeCew2020-12-031-20/+0
* Let IME#onFinishInput called without dup onStartInput when screen-offMing-Shin Lu2020-11-251-0/+20
* Add proto-based client side dumping for IME tracingAnmol Gupta2020-09-291-0/+15
* Fix hiding keyboard animation stuck while dialog dismissing.Adrian Roos2020-07-171-5/+5
* Consolidate start new input sceneriosMing-Shin Lu2020-07-111-5/+5
* Report WINDOW_FOCUS_GAIN_REPORT_ONLY when the served connection remainsMing-Shin Lu2020-06-091-0/+8
* Revert "Finish input when the screen state is off"Ming-Shin Lu2020-05-141-20/+0
* Revert "Fix the logics in ImeFocusController#onPostWindowFocus"Yohei Yukawa2020-04-161-1/+1
* Fix the logics in ImeFocusController#onPostWindowFocusMing-Shin Lu2020-04-161-1/+1
* Only track focused next served view in onViewFocusChangedMing-Shin Lu2020-04-011-2/+7
* Set mNextServedView as null only when current served view lost focuslumark2020-03-131-2/+8
* Finish input when the screen state is offlumark2020-02-271-0/+20
* Fix Keyboard won't show up in some caseslumark2020-02-041-0/+8
* Update IMM delegate if view root is moved to a different displayRiddle Hsu2020-01-231-14/+31
* Fix some thread handling issues in InputMethodManagerlumark2020-01-221-1/+6
* Introduce ImeFocusControllerlumark2020-01-161-0/+234