| commit | be57049a349b7806a75b007aadd6224b54c491f0 | [log] [tgz] |
|---|---|---|
| author | Adam Powell <adamp@google.com> | Thu Jul 17 11:50:41 2014 -0700 |
| committer | Adam Powell <adamp@google.com> | Thu Jul 17 11:50:41 2014 -0700 |
| tree | 993c863f1c8a904a2691a0ee4bb9c92a5fc93cc4 | |
| parent | 5d2c1f465dd956da5c258d68219a3799ff176c12 [diff] |
Follow framework API change for nested fling Change-Id: Ib494872f5e180b293b2d18cf7a63b1fa919d9bfb
diff --git a/tests/tests/view/src/android/view/cts/ViewTest.java b/tests/tests/view/src/android/view/cts/ViewTest.java index 41552e4..55bef14 100644 --- a/tests/tests/view/src/android/view/cts/ViewTest.java +++ b/tests/tests/view/src/android/view/cts/ViewTest.java
@@ -3665,6 +3665,11 @@ boolean consumed) { return false; } + + @Override + public boolean onNestedPreFling(View target, float velocityX, float velocityY) { + return false; + } } private final class OnCreateContextMenuListenerImpl implements OnCreateContextMenuListener {