commit | 00af5271dabd578397176eda0cd7a66c55fac59a | [log] [tgz] |
---|---|---|
author | Lucas Dupin <dupin@google.com> | Thu Apr 29 20:30:01 2021 -0700 |
committer | Lucas Dupin <dupin@google.com> | Thu May 06 15:17:02 2021 -0700 |
tree | 0d14a6b9ec55aac9b1670ecc7d2aaddb959e0dcd | |
parent | 7b0989f35dc44b2d4bb01e7396f9547e16544152 [diff] [blame] |
Adding force-dark support to RippleDrawable Add force-dark support to RippleDrawable by modifying the ink color. Test: manual Test: atest CanvasOp Fixes: 186130682 Change-Id: I89eaaf3afa5ec53a74d2d08de8cff6484e55a912
diff --git a/libs/hwui/DisplayListOps.in b/libs/hwui/DisplayListOps.in index 1b1be43..fb3e21f 100644 --- a/libs/hwui/DisplayListOps.in +++ b/libs/hwui/DisplayListOps.in
@@ -49,4 +49,5 @@ X(DrawAtlas) X(DrawShadowRec) X(DrawVectorDrawable) +X(DrawRippleDrawable) X(DrawWebView)