HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_POINTER_ID (Results 1 - 10 of 10) 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;
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 93 private static final int INVALID_POINTER_ID = -1;
272 mDraggingPointerId = INVALID_POINTER_ID;
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java 178 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);
  /prebuilts/sdk/14/
android.jar 

Completed in 147 milliseconds