Loading CleanSpec.mk +1 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/media/video/Disco*) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ImageProcessing_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ImageProcessing2_intermediates) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST # ************************************************ tests/RenderScriptTests/ImageProcessing2/res/drawable-nodpi/img1600x1067.jpg 0 → 100644 +1.01 MiB Loading image diff... tests/RenderScriptTests/ImageProcessing2/res/drawable-nodpi/img1600x1067b.jpg 0 → 100644 +1.15 MiB Loading image diff... tests/RenderScriptTests/ImageProcessing2/res/layout/main.xml +9 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,10 @@ android:id="@+id/filterselection" android:layout_width="fill_parent" android:layout_height="wrap_content"/> <Spinner android:id="@+id/spinner1" android:layout_width="fill_parent" android:layout_height="wrap_content"/> <TextView android:id="@+id/slider1Text" android:layout_width="match_parent" Loading Loading @@ -124,6 +128,11 @@ android:layout_marginRight="10sp" android:layout_width="match_parent" android:layout_height="wrap_content"/> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/benchmark_all" android:onClick="benchmark_all"/> </LinearLayout> </ScrollView> </LinearLayout> Loading tests/RenderScriptTests/ImageProcessing2/res/values/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -29,5 +29,6 @@ <string name="gamma">Gamma</string> <string name="saturation">Saturation</string> <string name="benchmark">Benchmark</string> <string name="benchmark_all">Benchmark All</string> </resources> Loading
CleanSpec.mk +1 −0 Original line number Diff line number Diff line Loading @@ -135,6 +135,7 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framew $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/media/video/Disco*) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ImageProcessing_intermediates) $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/ImageProcessing2_intermediates) # ************************************************ # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST # ************************************************
tests/RenderScriptTests/ImageProcessing2/res/drawable-nodpi/img1600x1067.jpg 0 → 100644 +1.01 MiB Loading image diff...
tests/RenderScriptTests/ImageProcessing2/res/drawable-nodpi/img1600x1067b.jpg 0 → 100644 +1.15 MiB Loading image diff...
tests/RenderScriptTests/ImageProcessing2/res/layout/main.xml +9 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,10 @@ android:id="@+id/filterselection" android:layout_width="fill_parent" android:layout_height="wrap_content"/> <Spinner android:id="@+id/spinner1" android:layout_width="fill_parent" android:layout_height="wrap_content"/> <TextView android:id="@+id/slider1Text" android:layout_width="match_parent" Loading Loading @@ -124,6 +128,11 @@ android:layout_marginRight="10sp" android:layout_width="match_parent" android:layout_height="wrap_content"/> <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/benchmark_all" android:onClick="benchmark_all"/> </LinearLayout> </ScrollView> </LinearLayout> Loading
tests/RenderScriptTests/ImageProcessing2/res/values/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -29,5 +29,6 @@ <string name="gamma">Gamma</string> <string name="saturation">Saturation</string> <string name="benchmark">Benchmark</string> <string name="benchmark_all">Benchmark All</string> </resources>