OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_POINTER_DOWN
(Results
1 - 25
of
102
) sorted by null
1
2
3
4
5
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
PointerCountClassifier.java
44
if (action == MotionEvent.
ACTION_POINTER_DOWN
) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DownUpDetector.java
52
case MotionEvent.
ACTION_POINTER_DOWN
: // Multitouch event - abort.
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DragGestureDetector.java
72
case MotionEvent.
ACTION_POINTER_DOWN
:
PhotoTouchListener.java
140
case MotionEvent.
ACTION_POINTER_DOWN
:
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityGestureDetector.java
127
// Tracks the most recent time where
ACTION_POINTER_DOWN
was sent for the
289
case MotionEvent.
ACTION_POINTER_DOWN
:
425
(event.getActionMasked() != MotionEvent.
ACTION_POINTER_DOWN
&&
433
if (action == MotionEvent.
ACTION_POINTER_DOWN
) {
TouchExplorer.java
534
case MotionEvent.
ACTION_POINTER_DOWN
: {
666
case MotionEvent.
ACTION_POINTER_DOWN
: {
[
all
...]
MagnificationGestureHandler.java
463
case MotionEvent.
ACTION_POINTER_DOWN
: {
597
case MotionEvent.
ACTION_POINTER_DOWN
: {
[
all
...]
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidMultiTouchHandler.java
44
case MotionEvent.
ACTION_POINTER_DOWN
:
110
else if (action == MotionEvent.
ACTION_POINTER_DOWN
)
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyMotionEvent.java
168
case MotionEvent.
ACTION_POINTER_DOWN
:
169
msg.append("
ACTION_POINTER_DOWN
").append(me.getPointerId(me.getActionIndex()));
MonkeySourceScript.java
361
if (action == MotionEvent.
ACTION_POINTER_DOWN
) {
362
e = new MonkeyTouchEvent(MotionEvent.
ACTION_POINTER_DOWN
567
mQ.addLast(new MonkeyTouchEvent(MotionEvent.
ACTION_POINTER_DOWN
[
all
...]
/frameworks/support/compat/java/android/support/v4/view/
MotionEventCompat.java
105
* Synonym for {@link MotionEvent#
ACTION_POINTER_DOWN
}.
107
public static final int
ACTION_POINTER_DOWN
= 5;
/packages/apps/Camera2/src/com/android/camera/ui/
MainActivityLayout.java
88
} else if (ev.getActionMasked() == MotionEvent.
ACTION_POINTER_DOWN
) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java
195
case MotionEvent.
ACTION_POINTER_DOWN
:
ConversationContainer.java
135
* Remember if touch interception was triggered on a {@link MotionEvent#
ACTION_POINTER_DOWN
},
245
// Intercepting
ACTION_POINTER_DOWN
events allows pinch-zoom to work when the first pointer
389
case MotionEvent.
ACTION_POINTER_DOWN
:
424
(action == MotionEvent.ACTION_MOVE || action == MotionEvent.
ACTION_POINTER_DOWN
)) {
428
forwardFakeMotionEvent(ev, MotionEvent.
ACTION_POINTER_DOWN
);
[
all
...]
/frameworks/base/services/core/java/com/android/server/policy/
EnableAccessibilityController.java
160
if (event.getActionMasked() == MotionEvent.
ACTION_POINTER_DOWN
185
case MotionEvent.
ACTION_POINTER_DOWN
: {
SystemGesturesPointerEventListener.java
108
case MotionEvent.
ACTION_POINTER_DOWN
:
/frameworks/base/core/java/android/view/
MotionEvent.java
51
* (indicated by {@link #ACTION_DOWN} or {@link #
ACTION_POINTER_DOWN
}). A pointer id
122
* {@link #
ACTION_POINTER_DOWN
} or {@link #ACTION_POINTER_UP} accordingly.
235
public static final int
ACTION_POINTER_DOWN
= 5;
333
* {@link #
ACTION_POINTER_DOWN
} and {@link #ACTION_POINTER_UP}. Shifting
353
* data index associated with {@link #
ACTION_POINTER_DOWN
}.
356
public static final int ACTION_POINTER_1_DOWN =
ACTION_POINTER_DOWN
| 0x0000;
360
* data index associated with {@link #
ACTION_POINTER_DOWN
}.
363
public static final int ACTION_POINTER_2_DOWN =
ACTION_POINTER_DOWN
| 0x0100;
367
* data index associated with {@link #
ACTION_POINTER_DOWN
}.
370
public static final int ACTION_POINTER_3_DOWN =
ACTION_POINTER_DOWN
| 0x0200
[
all
...]
ScaleGestureDetector.java
282
action == MotionEvent.
ACTION_POINTER_DOWN
|| anchoredScaleCancelled;
/developers/build/prebuilts/gradle/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java
170
case MotionEvent.
ACTION_POINTER_DOWN
: {
244
* ACTION_DOWN and ACTION_UP or
ACTION_POINTER_DOWN
and
/developers/samples/android/input/multitouch/BasicMultitouch/Application/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java
170
case MotionEvent.
ACTION_POINTER_DOWN
: {
244
* ACTION_DOWN and ACTION_UP or
ACTION_POINTER_DOWN
and
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java
170
case MotionEvent.
ACTION_POINTER_DOWN
: {
244
* ACTION_DOWN and ACTION_UP or
ACTION_POINTER_DOWN
and
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
TouchZoomExampleActivity.java
136
case MotionEvent.
ACTION_POINTER_DOWN
: // second finger
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
SkiaSampleView.java
58
case MotionEvent.
ACTION_POINTER_DOWN
:
/frameworks/base/core/java/com/android/internal/widget/
SwipeDismissLayout.java
182
case MotionEvent.
ACTION_POINTER_DOWN
:
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java
270
case MotionEvent.
ACTION_POINTER_DOWN
:
Completed in 514 milliseconds
1
2
3
4
5