summaryrefslogtreecommitdiff
path: root/core/java/android/util/PathParser.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2016-10-10Convert utils fastjni -> @FastNativeJohn Reck
2016-04-08Improve error logging for parsing failuresDoris Liu
2016-02-04Revert "Revert "VectorDrawable native rendering - Step 4 of MANY""Doris Liu
2016-02-04Revert "VectorDrawable native rendering - Step 4 of MANY"Doris Liu
2016-02-02VectorDrawable native rendering - Step 4 of MANYDoris Liu
2015-12-28VectorDrawable native rendering - Step 3 of MANYDoris Liu
2015-11-18VectorDrawable native rendering - Step 2 of MANYDoris Liu
2015-11-11Add hooks in JNI to start using native path parsingDoris Liu
2015-10-20Fix segment number for arcTo conversionTeng-Hui Zhu
2015-09-10Fix implicit lineTo issueTeng-Hui Zhu
2015-03-17Frameworks/base: Use || instead of |Andreas Gampe
2014-11-13Fix the starting pen's position when a path close.ztenghui
2014-10-10Support negative value in exponential data in the pathData.ztenghui
2014-10-08Support dot separation as the svg path data did.ztenghui
2014-07-25API REVIEW: VectorDrawableztenghui
2014-07-23Add negative sign separation support in the pathDataztenghui
2014-06-20AVD now support path morphing.ztenghui
2014-06-19Add path support into xml files for PathInterpolator and ObjectAnimator.ztenghui