Loading tests/HwAccelerationTest/res/layout/_layers.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <com.android.test.hwui.LayersActivity.LayersView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> </com.android.test.hwui.LayersActivity.LayersView> tests/HwAccelerationTest/res/layout/_newlayers.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <com.android.test.hwui.NewLayersActivity.LayersView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> </com.android.test.hwui.NewLayersActivity.LayersView> tests/HwAccelerationTest/src/com/android/test/hwui/LayersActivity.java +12 −12 Original line number Diff line number Diff line Loading @@ -33,11 +33,11 @@ public class LayersActivity extends Activity { setContentView(new LayersView(this)); } static class LayersView extends View { public static class LayersView extends View { private Paint mLayerPaint; private final Paint mRectPaint; LayersView(Context c) { public LayersView(Context c) { super(c); mLayerPaint = new Paint(); Loading tests/HwAccelerationTest/src/com/android/test/hwui/NewLayersActivity.java +3 −3 Original line number Diff line number Diff line Loading @@ -31,11 +31,11 @@ public class NewLayersActivity extends Activity { setContentView(new LayersView(this)); } static class LayersView extends View { public static class LayersView extends View { private Paint mLayerPaint; private final Paint mRectPaint; LayersView(Context c) { public LayersView(Context c) { super(c); mLayerPaint = new Paint(); Loading tools/layoutlib/bridge/src/android/graphics/Canvas_Delegate.java +298 −455 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
tests/HwAccelerationTest/res/layout/_layers.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <com.android.test.hwui.LayersActivity.LayersView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> </com.android.test.hwui.LayersActivity.LayersView>
tests/HwAccelerationTest/res/layout/_newlayers.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <com.android.test.hwui.NewLayersActivity.LayersView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> </com.android.test.hwui.NewLayersActivity.LayersView>
tests/HwAccelerationTest/src/com/android/test/hwui/LayersActivity.java +12 −12 Original line number Diff line number Diff line Loading @@ -33,11 +33,11 @@ public class LayersActivity extends Activity { setContentView(new LayersView(this)); } static class LayersView extends View { public static class LayersView extends View { private Paint mLayerPaint; private final Paint mRectPaint; LayersView(Context c) { public LayersView(Context c) { super(c); mLayerPaint = new Paint(); Loading
tests/HwAccelerationTest/src/com/android/test/hwui/NewLayersActivity.java +3 −3 Original line number Diff line number Diff line Loading @@ -31,11 +31,11 @@ public class NewLayersActivity extends Activity { setContentView(new LayersView(this)); } static class LayersView extends View { public static class LayersView extends View { private Paint mLayerPaint; private final Paint mRectPaint; LayersView(Context c) { public LayersView(Context c) { super(c); mLayerPaint = new Paint(); Loading
tools/layoutlib/bridge/src/android/graphics/Canvas_Delegate.java +298 −455 File changed.Preview size limit exceeded, changes collapsed. Show changes