summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorTaran Singh <tarandeep@google.com>2021-01-12 18:51:10 +0000
committerTaran Singh <tarandeep@google.com>2021-01-12 18:58:44 +0000
commit533596c71d2502ff8b4d99ae4d1b4201d84d4c4a (patch)
tree30922718c8ce00e8d7fd71dda5398404a66df2d4 /tools/aapt2/java/JavaClassGenerator.cpp
parentd47c351b8dc9cf8d0827eaae5e8eb1388aead273 (diff)
Retain IME surface with a timeout
As of today, IME surface is removed immidiately after its hidden. This causes IME surface to be recreated when next time its requested, which takes noticeable amount of time ~30ms on a typical phone [1] In order to improve IME latency, we keep the surface in memory a little longer. This is ideal for use cases where IME has to move between DisplayAreas OR when IME is closed only briefly. While there could be other strategies to hold IME surface in memory, timeout is simplistic and is also unaffected by IMF lifecycle, which could vary when moving between DisplayAreas or Displays. Bug: 167948419 Bug: 167948123 Test: atest CtsInputMethodTestCases [1] refer design doc in bug 167947940 Change-Id: Ib062640b68164efbb647e7bf27b7f8eb5ed252dc
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions