Home
last modified time | relevance | path

Searched refs:INVALID_POINTER_ID (Results 1 – 2 of 2) sorted by relevance

/development/samples/CrossCompatibility/src/com/example/android/touchexample/
DVersionedGestureDetector.java96 private static final int INVALID_POINTER_ID = -1; field in VersionedGestureDetector.EclairDetector
97 private int mActivePointerId = INVALID_POINTER_ID;
119 mActivePointerId = INVALID_POINTER_ID; in onTouchEvent()
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DDynamicListView.java92 private final int INVALID_POINTER_ID = -1; field in DynamicListView
93 private int mActivePointerId = INVALID_POINTER_ID;
256 if (mActivePointerId == INVALID_POINTER_ID) { in onTouchEvent()
390 mActivePointerId = INVALID_POINTER_ID; in touchEventsEnded()
448 mActivePointerId = INVALID_POINTER_ID; in touchEventsCancelled()