From 22cf2dcb19b2f97771192fe1034ae8978390519e Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Tue, 18 Apr 2017 21:50:35 -0700 Subject: [PATCH] Change mask path to only use cubicTo notation so that isConvex is always true. Bug: 37100106 On angler, executed: Test: $ adb shell am instrument -e class 'android.graphics.drawable.AdaptiveIconDrawableTest' -w 'com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner' android.graphics.drawable.AdaptiveIconDrawableTest:..... Time: 1.289 OK (5 tests) Change-Id: I1f989c0ccc4eafc25bfd84e495ae770eefa50c01 --- core/res/res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 45dccb6bfe33d..465ec562f409d 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2794,7 +2794,7 @@ com.android.cellbroadcastreceiver - "M50,0L92,0 A8,8,0,0 1 100,8 L100,92 A8,8,0,0 1 92,100 L8,100 A8,8,0,0 1 0,92 L 0,8 A8,8,0,0 1 8,0z" + "M50,0L92,0C96.42,0 100,4.58 100 8L100,92C100, 96.42 96.42 100 92 100L8 100C4.58, 100 0 96.42 0 92L0 8 C 0 4.42 4.42 0 8 0L50 0Z"