Files
frameworks_base/core/java/android/view
John Reck 01a5ea35fb Resume RT-animations after a pauseSurface
Bug: 18203577

The issue occurs as a result of performTraversals() both doing
a window relayout call *and* early-returning because it's not dirty.

To fix this pauseSurface() returns whether or not the RT-side is
"dirty" to force ViewRootImpl to do a draw even if mDirty is
otherwise empty.

Change-Id: I534f367e75d18d273ebf14df3927f5c464ef6bef
2014-12-03 13:03:59 -08:00
..
2014-09-30 02:52:26 +00:00
2014-07-01 15:32:12 -07:00
2014-11-20 14:40:52 -08:00
2014-11-07 10:31:53 -08:00
2014-08-17 17:58:53 -07:00
2014-06-27 22:34:16 +00:00
2014-10-17 11:36:38 -07:00