From 7fe03a267e6edb65142444765ce29ad5ff126052 Mon Sep 17 00:00:00 2001 From: George Mount Date: Fri, 22 Nov 2013 17:08:28 -0800 Subject: Add Path trimming. Change-Id: Iafcf127a5136883ad4c0185d3c15f96d67f38d0d --- api/current.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/current.txt') diff --git a/api/current.txt b/api/current.txt index 11a5f77..2c0f947 100644 --- a/api/current.txt +++ b/api/current.txt @@ -9712,6 +9712,8 @@ package android.graphics { method public void toggleInverseFillType(); method public void transform(android.graphics.Matrix, android.graphics.Path); method public void transform(android.graphics.Matrix); + method public void trim(float, float, float); + method public void trim(float, float, float, android.graphics.Path); } public static final class Path.Direction extends java.lang.Enum { -- cgit v1.1