HomeSort by relevance Sort by last modified time
    Searched defs: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/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/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;
  /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;
  /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/core/java/android/view/
MotionEvent.java 179 public static final int INVALID_POINTER_ID = -1;
    [all...]
  /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...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 393 milliseconds