commit | 5d53a7540a089a0397c9fb687bbccc7127a65698 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Mon Feb 08 19:22:59 2021 -0500 |
committer | John Reck <jreck@google.com> | Wed Feb 17 15:44:50 2021 -0500 |
tree | 9ed3d1dbedf90700c86ec71e80cf9866928b1c59 | |
parent | 02e5c21052334fe2b78c936e6c355c826ec8903d [diff] [blame] |
Wire up SurfaceView stretch effect Bug: 179047472 Test: StretchySurfaceViewActivity Change-Id: I7f3d582cc66fb732a557e9332edc6d186db2335c
diff --git a/libs/hwui/TreeInfo.h b/libs/hwui/TreeInfo.h index f2481f8..cc9094c 100644 --- a/libs/hwui/TreeInfo.h +++ b/libs/hwui/TreeInfo.h
@@ -98,6 +98,8 @@ const SkISize screenSize; + int stretchEffectCount = 0; + struct Out { bool hasFunctors = false; // This is only updated if evaluateAnimations is true