History log of /frameworks/support/v13/tests/java/android/support/v13/view/DragStartHelperTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e2104f4b5c8e3ad63570306a25e61502dfe4c418 05-Mar-2017 Aurimas Liutikas <aurimas@google.com> Add all missing @Override annotations.

Historically, we could not add @Override for certain methods due to
using older SDKs to build support library. That is no longer the case
so we can add @Override everywhere now.

Test: ./gradlew assemble assembleAndroidTest still works
Change-Id: I85e3c1157f0e253e3eab7584189f3bf95cf030e9
/frameworks/support/v13/tests/java/android/support/v13/view/DragStartHelperTest.java
35232c6eaeb9b99f390cb8ef0ac83bf45fa0b3fa 01-Feb-2017 Aurimas Liutikas <aurimas@google.com> Update test sizes for all currently @SmallTest.

SmallTests are supposed to complete in <200ms, Medium in <1s, and Large in <30s.
This CL updates the size of all the SmallTest based on excecution times from
presubmit test runners.

Test: None
Bug: 34854821
Change-Id: Iec73f7b6ef63b27cd3d8b19a8e8c7a9b91ff6729
/frameworks/support/v13/tests/java/android/support/v13/view/DragStartHelperTest.java
e22ae93397361d1bd5568fa51d82e2f7553712e1 08-Dec-2016 Alan Viverette <alanv@google.com> Remove unnecessary @TargetApi annotations

Bug: 33412815
Test: ./gradlew assemble
Change-Id: I0be3358fb97d6e637357c253f3f43f39355a643a
/frameworks/support/v13/tests/java/android/support/v13/view/DragStartHelperTest.java
71e918dd8d07e3338240e9a4ca0910814e19c47d 17-Nov-2016 Vladislav Kaznacheev <kaznacheev@google.com> Expand DragStartHelperTest

Add tests for a plain click (mouse/touch) and
multiple buttons pressed (which causes a confusing
ACTION_MOVE that shoudl be handled properly).

Bug: 29570793
Test: android.support.v13.view.DragStartHelperTest
Change-Id: I768e650692f200ce549f3c2ff24d827d6ff918a2
/frameworks/support/v13/tests/java/android/support/v13/view/DragStartHelperTest.java
8a771cded580e2b83a0eb158cae7ee13ce0b85cd 15-Nov-2016 Vladislav Kaznacheev <kaznacheev@google.com> Improve mouse handling in DragStartHelper

Ignoring ACTION_MOVE events not caused by an actual
mouse move (such as secondary button press).

Ensuring that OnDragStart is not called repeatedly
after it has returned true.

Adding tests for all major use cases.

Bug: 29570793
Test: android.support.v13.view.DragStartHelperTest
Change-Id: I457e8cd4f32ae6ad3f3b7de443e456e60ca755d5
/frameworks/support/v13/tests/java/android/support/v13/view/DragStartHelperTest.java