Searched defs: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/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/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/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java97 private static final int INVALID_POINTER_ID = -1; field in class:TouchExplorer
276 mDraggingPointerId = INVALID_POINTER_ID;
663 if (mDraggingPointerId != INVALID_POINTER_ID) {
715 mDraggingPointerId = INVALID_POINTER_ID;
727 mDraggingPointerId = INVALID_POINTER_ID;
1786 if (mPrimaryPointerId == INVALID_POINTER_ID) {
1864 mPrimaryPointerId = INVALID_POINTER_ID;
1872 int primaryPointerId = INVALID_POINTER_ID;
/frameworks/base/core/java/android/view/
H A DMotionEvent.java179 public static final int INVALID_POINTER_ID = -1; field in class:MotionEvent
3632 * Initially set to {@link #INVALID_POINTER_ID} (-1).
3650 id = INVALID_POINTER_ID;

Completed in 140 milliseconds