Loading tests/HwAccelerationTest/res/layout/advanced_blend.xml→tests/HwAccelerationTest/res/layout/_advanced_blend.xml +0 −0 File moved. View file tests/HwAccelerationTest/res/layout/advanced_gradient.xml→tests/HwAccelerationTest/res/layout/_advanced_gradient.xml +0 −0 File moved. View file tests/HwAccelerationTest/res/layout/_paths.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <com.android.test.hwui.PathsActivity.PathsView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> </com.android.test.hwui.PathsActivity.PathsView> tests/HwAccelerationTest/res/layout/_shaders.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <com.android.test.hwui.ShadersActivity.ShadersView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> </com.android.test.hwui.ShadersActivity.ShadersView> tests/HwAccelerationTest/src/com/android/test/hwui/PathsActivity.java +6 −6 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ public class PathsActivity extends Activity { setContentView(view); } static class PathsView extends View { public static class PathsView extends View { private final Bitmap mBitmap1; private final Paint mSmallPaint; private final Paint mMediumPaint; Loading @@ -50,7 +50,7 @@ public class PathsActivity extends Activity { private final float mOffset; private final Paint mLinePaint; PathsView(Context c) { public PathsView(Context c) { super(c); mBitmap1 = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); Loading Loading
tests/HwAccelerationTest/res/layout/advanced_blend.xml→tests/HwAccelerationTest/res/layout/_advanced_blend.xml +0 −0 File moved. View file
tests/HwAccelerationTest/res/layout/advanced_gradient.xml→tests/HwAccelerationTest/res/layout/_advanced_gradient.xml +0 −0 File moved. View file
tests/HwAccelerationTest/res/layout/_paths.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <com.android.test.hwui.PathsActivity.PathsView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> </com.android.test.hwui.PathsActivity.PathsView>
tests/HwAccelerationTest/res/layout/_shaders.xml 0 → 100644 +6 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <com.android.test.hwui.ShadersActivity.ShadersView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> </com.android.test.hwui.ShadersActivity.ShadersView>
tests/HwAccelerationTest/src/com/android/test/hwui/PathsActivity.java +6 −6 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ public class PathsActivity extends Activity { setContentView(view); } static class PathsView extends View { public static class PathsView extends View { private final Bitmap mBitmap1; private final Paint mSmallPaint; private final Paint mMediumPaint; Loading @@ -50,7 +50,7 @@ public class PathsActivity extends Activity { private final float mOffset; private final Paint mLinePaint; PathsView(Context c) { public PathsView(Context c) { super(c); mBitmap1 = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); Loading