Loading tools/layoutlib/bridge/src/android/graphics/Matrix_Delegate.java +4 −0 Original line number Diff line number Diff line Loading @@ -813,6 +813,10 @@ public final class Matrix_Delegate { return mask; } private Matrix_Delegate() { reset(); } /** * Adds the given transformation to the current Matrix * <p/>This in effect does this = this*matrix Loading tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/TestClassReplacement.java +3 −3 Original line number Diff line number Diff line Loading @@ -25,11 +25,11 @@ import junit.framework.TestCase; public class TestClassReplacement extends TestCase { public void testClassReplacements() { // TODO: we want to test all the classes. For now only Paint passes the tests. // TODO: we want to test all the classes. For now only, no classes pass the test. // final String[] classes = CreateInfo.RENAMED_CLASSES; final String[] classes = new String[] { "android.graphics.Paint", "android.graphics._Original_Paint", "android.graphics.Canvas", "android.graphics._Original_Canvas", // "android.graphics.Paint", "android.graphics._Original_Paint", // "android.graphics.Canvas", "android.graphics._Original_Canvas", }; final int count = classes.length; for (int i = 0 ; i < count ; i += 2) { Loading Loading
tools/layoutlib/bridge/src/android/graphics/Matrix_Delegate.java +4 −0 Original line number Diff line number Diff line Loading @@ -813,6 +813,10 @@ public final class Matrix_Delegate { return mask; } private Matrix_Delegate() { reset(); } /** * Adds the given transformation to the current Matrix * <p/>This in effect does this = this*matrix Loading
tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/TestClassReplacement.java +3 −3 Original line number Diff line number Diff line Loading @@ -25,11 +25,11 @@ import junit.framework.TestCase; public class TestClassReplacement extends TestCase { public void testClassReplacements() { // TODO: we want to test all the classes. For now only Paint passes the tests. // TODO: we want to test all the classes. For now only, no classes pass the test. // final String[] classes = CreateInfo.RENAMED_CLASSES; final String[] classes = new String[] { "android.graphics.Paint", "android.graphics._Original_Paint", "android.graphics.Canvas", "android.graphics._Original_Canvas", // "android.graphics.Paint", "android.graphics._Original_Paint", // "android.graphics.Canvas", "android.graphics._Original_Canvas", }; final int count = classes.length; for (int i = 0 ; i < count ; i += 2) { Loading