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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DTouchEventSynthesizer.java56 void inject(int action, int pointerCount, long timeInMs) { argument
67 if (pointerCount > 1) {
70 MotionEvent.ACTION_POINTER_DOWN, pointerCount,
81 pointerCount, mPointerProperties, mPointerCoords,
97 if (pointerCount > 1) {
100 pointerCount, mPointerProperties, mPointerCoords,
H A DContentViewCore.java1207 final int pointerCount = event.getPointerCount();
1210 pointerCount, event.getHistorySize(), event.getActionIndex(),
1212 pointerCount > 1 ? event.getX(1) : 0,
1213 pointerCount > 1 ? event.getY(1) : 0,
1214 event.getPointerId(0), pointerCount > 1 ? event.getPointerId(1) : -1,
1215 event.getTouchMajor(), pointerCount > 1 ? event.getTouchMajor(1) : 0,
1218 pointerCount > 1 ? event.getToolType(1) : MotionEvent.TOOL_TYPE_UNKNOWN,
3270 long timeMs, int action, int pointerCount, int historySize, int actionIndex,
3268 nativeOnTouchEvent( long nativeContentViewCoreImpl, MotionEvent event, long timeMs, int action, int pointerCount, int historySize, int actionIndex, float x0, float y0, float x1, float y1, int pointerId0, int pointerId1, float touchMajor0, float touchMajor1, float rawX, float rawY, int androidToolType0, int androidToolType1, int androidButtonState) argument
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DTapGestureDetector.java25 * @param pointerCount The number of fingers that were tapped.
28 boolean onTap(int pointerCount); argument
33 * @param pointerCount The number of fingers held down.
35 void onLongPress(int pointerCount); argument
154 int pointerCount = event.getPointerCount();
155 for (int i = 0; i < pointerCount; i++) {
H A DTrackingInputHandler.java324 int pointerCount = e2.getPointerCount();
325 if (pointerCount == 3 && !mSwipeCompleted) {
333 if (pointerCount == 2 && mSwipePinchDetector.isSwiping()) {
341 if (pointerCount != 1 || mSuppressCursorMovement) {
427 private int mouseButtonFromPointerCount(int pointerCount) { argument
428 switch (pointerCount) {
442 public boolean onTap(int pointerCount) { argument
443 int button = mouseButtonFromPointerCount(pointerCount);
455 public void onLongPress(int pointerCount) { argument
456 mHeldButton = mouseButtonFromPointerCount(pointerCount);
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DMultiTouchFilter.java14 final int pointerCount = event.getPointerCount();
15 for (int x = 0; x < pointerCount; x++) {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMotionEvent.java23 private int pointerCount = 1; field in class:ShadowMotionEvent
89 return pointerCount;
143 pointerCount = 2;
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 280 milliseconds