Files
frameworks_base/core/java/android
Wale Ogunwale 5e641d6536 Remove ZoomButtonsController view immediately when !visible
When an acitvity with ZoomButtonsController is destorying all
its views are removed immediately except for the
ZoomButtonController view which is deferred. This causing the
system to think the window was leaked at the end of the current
clean-up pass since the view is still around. We now remove
the view immediately when setVisible(false) is called which is
the current signal that the window is detaching or the parent
view is now hidden.

Bug: 18280446
Change-Id: If566b402c2914a72539e28e4f6d768c6199f2d2f
2015-04-24 13:46:11 -07:00
..
2015-04-22 16:55:10 +00:00
2015-04-22 11:56:36 +02:00
2015-04-23 14:29:30 -07:00
2015-04-10 18:08:28 +01:00
2015-04-22 17:36:48 -07:00