OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INVALID_POINTER_ID
(Results
1 - 16
of
16
) 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
;
/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/services/java/com/android/server/accessibility/
TouchExplorer.java
92
private static final int
INVALID_POINTER_ID
= -1;
268
mDraggingPointerId =
INVALID_POINTER_ID
;
655
if (mDraggingPointerId !=
INVALID_POINTER_ID
) {
[
all
...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
SystemGesturesPointerEventListener.java
135
if (mDownPointers == MAX_TRACKED_POINTERS || pointerId == MotionEvent.
INVALID_POINTER_ID
) {
/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);
/frameworks/base/core/java/android/widget/
ListPopupWindow.java
[
all
...]
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 3061 milliseconds