From f28daffda50042c1b7cbfeb34b4d47741c6e21a8 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Fri, 4 Feb 2011 00:59:34 -0800 Subject: Empty the clip rect when intersection is empty. Bug #3410035 Change-Id: I5ceb80514d3b20c9ad230478549ad31ced403d53 --- .../res/anim/accelerate_interpolator_2.xml | 21 +++++++++++++++++++++ .../HwAccelerationTest/res/anim/slide_off_left.xml | 20 ++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 tests/HwAccelerationTest/res/anim/accelerate_interpolator_2.xml create mode 100644 tests/HwAccelerationTest/res/anim/slide_off_left.xml (limited to 'tests/HwAccelerationTest/res') diff --git a/tests/HwAccelerationTest/res/anim/accelerate_interpolator_2.xml b/tests/HwAccelerationTest/res/anim/accelerate_interpolator_2.xml new file mode 100644 index 0000000..e4a8d48 --- /dev/null +++ b/tests/HwAccelerationTest/res/anim/accelerate_interpolator_2.xml @@ -0,0 +1,21 @@ + + + + diff --git a/tests/HwAccelerationTest/res/anim/slide_off_left.xml b/tests/HwAccelerationTest/res/anim/slide_off_left.xml new file mode 100644 index 0000000..f05de39 --- /dev/null +++ b/tests/HwAccelerationTest/res/anim/slide_off_left.xml @@ -0,0 +1,20 @@ + + + \ No newline at end of file -- cgit v1.1