Searched refs:INVALID_POINTER_ID (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncView.java35 private static final int INVALID_POINTER_ID = -1; field in class:FBOSyncView
36 private int mActivePointerId = INVALID_POINTER_ID;
106 mActivePointerId = INVALID_POINTER_ID;
111 mActivePointerId = INVALID_POINTER_ID;
H A DFBOTestView.java35 private static final int INVALID_POINTER_ID = -1; field in class:FBOTestView
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/
H A DShadersTestView.java33 private static final int INVALID_POINTER_ID = -1; field in class:ShadersTestView
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/
H A DSimpleModelView.java44 private static final int INVALID_POINTER_ID = -1; field in class:SimpleModelView
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/
H A DTestAppView.java54 private static final int INVALID_POINTER_ID = -1; field in class:TestAppView
55 private int mActivePointerId = INVALID_POINTER_ID;
115 mActivePointerId = INVALID_POINTER_ID;
120 mActivePointerId = INVALID_POINTER_ID;
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java93 private static final int INVALID_POINTER_ID = -1; field in class:TouchExplorer
272 mDraggingPointerId = INVALID_POINTER_ID;
676 if (mDraggingPointerId != INVALID_POINTER_ID) {
738 mDraggingPointerId = INVALID_POINTER_ID;
750 mDraggingPointerId = INVALID_POINTER_ID;
1918 if (mPrimaryActivePointerId == INVALID_POINTER_ID) {
2063 mPrimaryActivePointerId = INVALID_POINTER_ID;
2095 int primaryActivePointerId = INVALID_POINTER_ID;
/frameworks/base/core/java/android/view/
H A DMotionEvent.java178 public static final int INVALID_POINTER_ID = -1; field in class:MotionEvent
3495 * Initially set to {@link #INVALID_POINTER_ID} (-1).
3513 id = INVALID_POINTER_ID;

Completed in 774 milliseconds