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

  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 124 private int mActivePointerId = INVALID_POINTER;
130 private static final int INVALID_POINTER = -1;
415 if (activePointerId == INVALID_POINTER) {
458 mActivePointerId = INVALID_POINTER;
529 mActivePointerId = INVALID_POINTER;
540 mActivePointerId = INVALID_POINTER;
    [all...]
ScrollView.java 120 private int mActivePointerId = INVALID_POINTER;
126 private static final int INVALID_POINTER = -1;
413 if (activePointerId == INVALID_POINTER) {
455 mActivePointerId = INVALID_POINTER;
526 mActivePointerId = INVALID_POINTER;
537 mActivePointerId = INVALID_POINTER;
    [all...]
AbsListView.java 455 private int mActivePointerId = INVALID_POINTER;
461 private static final int INVALID_POINTER = -1;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 115 private static final int INVALID_POINTER = -1;
117 private int mActivePointerId = INVALID_POINTER;
745 mActivePointerId = INVALID_POINTER;
    [all...]

Completed in 66 milliseconds