Follow framework API change

Change-Id: I1085f05ba27f068e59154f032d55ea065dcd3394
diff --git a/tests/tests/view/src/android/view/cts/ViewTest.java b/tests/tests/view/src/android/view/cts/ViewTest.java
index c830ab0..5c9516e 100644
--- a/tests/tests/view/src/android/view/cts/ViewTest.java
+++ b/tests/tests/view/src/android/view/cts/ViewTest.java
@@ -3598,7 +3598,8 @@
         }
 
         @Override
-        public boolean onNestedFling(View target, float velocityX, float velocityY) {
+        public boolean onNestedFling(View target, float velocityX, float velocityY,
+                boolean consumed) {
             return false;
         }
     }