Chong Zhang f596cd519a Some fixes for docking from navigation bar use case
- Do not set replace window if we are keeping the window.

- After we received the app's addWindow request, do a reset of the
timeout timer to give the app more time to finish drawing. This
reduces the chance of the flash due to the old window being removed
before new window is drawn.

- If we really hit timeout limit, make sure the replaced window
is removed by using removeWindowInnerLocked(), not removeWindowLocked().
The latter does not actually remove the window if it's exiting,
and this leaves the window in the stack and marked not for
for replacing, then it can never be removed.

bug: 26324082

Change-Id: I59594798079481cba9490c4754de1b16533e72fe
2016-01-06 13:15:32 -08:00
2016-01-06 18:04:57 +00:00
2016-01-06 18:04:57 +00:00
2016-01-06 10:19:35 -07:00
2016-01-06 10:19:35 -07:00
2015-05-16 01:19:19 +00:00
2015-12-18 13:12:58 -08:00
2016-01-06 15:25:50 +00:00
2015-11-23 23:16:04 +00:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%