Searched refs:actionMasked (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/remoting/android/javatests/src/org/chromium/chromoting/
H A DTouchEventGenerator.java35 * @param actionMasked The (masked) action to generate, for example, ACTION_POINTER_DOWN.
38 * |actionMasked| to set the new event's |action| property.
40 private MotionEvent obtainEvent(int actionMasked, int id) { argument
43 int action = (actionIndex << MotionEvent.ACTION_POINTER_INDEX_SHIFT) | actionMasked;
78 int actionMasked;
81 actionMasked = MotionEvent.ACTION_DOWN;
83 actionMasked = MotionEvent.ACTION_POINTER_DOWN;
85 return obtainEvent(actionMasked, id);
97 int actionMasked = mFingerPositions.size() == 1
100 MotionEvent event = obtainEvent(actionMasked, i
[all...]
/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.cc280 int32_t actionMasked = event.GetAction(); local
282 switch (actionMasked) {
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 176 milliseconds