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

  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncView.java 35 private static final int INVALID_POINTER_ID = -1;
36 private int mActivePointerId = INVALID_POINTER_ID;
106 mActivePointerId = INVALID_POINTER_ID;
111 mActivePointerId = INVALID_POINTER_ID;
FBOTestView.java 35 private static final int INVALID_POINTER_ID = -1;
36 private int mActivePointerId = INVALID_POINTER_ID;
106 mActivePointerId = INVALID_POINTER_ID;
111 mActivePointerId = INVALID_POINTER_ID;
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestView.java 33 private static final int INVALID_POINTER_ID = -1;
34 private int mActivePointerId = INVALID_POINTER_ID;
100 mActivePointerId = INVALID_POINTER_ID;
105 mActivePointerId = INVALID_POINTER_ID;
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelView.java 44 private static final int INVALID_POINTER_ID = -1;
45 private int mActivePointerId = INVALID_POINTER_ID;
133 mActivePointerId = INVALID_POINTER_ID;
138 mActivePointerId = INVALID_POINTER_ID;
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppView.java 54 private static final int INVALID_POINTER_ID = -1;
55 private int mActivePointerId = INVALID_POINTER_ID;
115 mActivePointerId = INVALID_POINTER_ID;
120 mActivePointerId = INVALID_POINTER_ID;
  /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;
  /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 97 private static final int INVALID_POINTER_ID = -1;
276 mDraggingPointerId = INVALID_POINTER_ID;
663 if (mDraggingPointerId != INVALID_POINTER_ID) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
SystemGesturesPointerEventListener.java 137 if (mDownPointers == MAX_TRACKED_POINTERS || pointerId == MotionEvent.INVALID_POINTER_ID) {
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 89 private int mActivePointerId = MotionEvent.INVALID_POINTER_ID;
343 mActivePointerId = MotionEvent.INVALID_POINTER_ID;
  /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 484 assertEquals(MotionEvent.INVALID_POINTER_ID, properties.id);
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 418 milliseconds