HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_POINTER_ID (Results 1 - 17 of 17) sorted by null

  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java 96 private static final int INVALID_POINTER_ID = -1;
97 private int mActivePointerId = INVALID_POINTER_ID;
119 mActivePointerId = INVALID_POINTER_ID;
  /frameworks/support/design/src/android/support/design/widget/
SwipeDismissBehavior.java 213 private static final int INVALID_POINTER_ID = -1;
216 private int mActivePointerId = INVALID_POINTER_ID;
221 return mActivePointerId == INVALID_POINTER_ID && canSwipeDismissView(child);
247 mActivePointerId = INVALID_POINTER_ID;
BottomSheetBehavior.java 272 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
287 mIgnoreEvents = mActivePointerId == MotionEvent.INVALID_POINTER_ID &&
  /development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DynamicListView.java 92 private final int INVALID_POINTER_ID = -1;
93 private int mActivePointerId = INVALID_POINTER_ID;
256 if (mActivePointerId == INVALID_POINTER_ID) {
390 mActivePointerId = INVALID_POINTER_ID;
448 mActivePointerId = INVALID_POINTER_ID;
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java 87 private static final int INVALID_POINTER_ID = -1;
226 mDraggingPointerId = INVALID_POINTER_ID;
657 mDraggingPointerId = INVALID_POINTER_ID;
670 if (mDraggingPointerId != INVALID_POINTER_ID) {
676 if (mDraggingPointerId == INVALID_POINTER_ID) {
725 mDraggingPointerId = INVALID_POINTER_ID;
    [all...]
  /frameworks/base/core/java/android/widget/
ForwardingListener.java 113 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 183 if (mDownPointers == MAX_TRACKED_POINTERS || pointerId == MotionEvent.INVALID_POINTER_ID) {
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ForwardingListener.java 148 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 102 private int mActivePointerId = MotionEvent.INVALID_POINTER_ID;
407 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 179 public static final int INVALID_POINTER_ID = -1;
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 518 assertEquals(MotionEvent.INVALID_POINTER_ID, properties.id);
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 1162 milliseconds