commit | 2e91e0e01cb684232daace46ae461eaf52547180 | [log] [tgz] |
---|---|---|
author | George Mount <mount@google.com> | Fri Mar 19 19:48:11 2021 +0000 |
committer | George Mount <mount@google.com> | Fri Mar 19 21:46:06 2021 +0000 |
tree | d2bce64638b95f73e534f3cd066fb49df75062f3 | |
parent | e0f61653879074ef41f234aea528bbf58077b272 [diff] |
Fixed EdgeEffect drawn on non-RecordingCanvas Fixes: 183079166 When the EdgeEffect was drawn on a non-RecordingCanvas, the animation was never completed when using TYPE_STRETCH. Because TYPE_STRETCH can only be applied to RecordingCanvas, the animation ends immediately when drawn on a non-RecordingCanvas. Test: manual, I53d59a3b3cd14be658d899ff41c1fa4b83a98a32 Change-Id: I29c04ff7e0aa3269c1b4e9e503dfa641195820a8