HomeSort by relevance Sort by last modified time
    Searched defs:INVALID_POINTER_ID (Results 1 - 9 of 9) 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/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/services/java/com/android/server/accessibility/
TouchExplorer.java 73 private static final int INVALID_POINTER_ID = -1;
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 179 public static final int INVALID_POINTER_ID = -1;
    [all...]
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 677 milliseconds