Files
frameworks_base/core/java/android/view
John Reck c99d3c99f8 Fix invalidateOutline
Bug: 18175261

invalidateOutline was switched to a lazy-method, but this doesn't
work because invalidateViewProperty intentionally does not
do a traversal, therefore the invalidate was never consumed.

However it was attempting to be lazy about work that is cheap to
do, so nuke the lazy aspect and restore invalidateOutline's previous,
correct behavior. rebuildOutline is kept to avoid triggering
traversals in places they are not needed

Change-Id: I70f8cbacd54a607c0bf0bc7fe6eea78554cb2ea3
2014-11-17 12:35:53 -08:00
..
2014-09-30 02:52:26 +00:00
2014-07-01 15:32:12 -07:00
2014-11-07 10:31:53 -08:00
2014-08-17 17:58:53 -07:00
2014-11-03 10:00:33 -08:00
2014-06-27 22:34:16 +00:00
2014-11-17 12:35:53 -08:00
2014-10-17 11:36:38 -07:00