Home
last modified time | relevance | path

Searched defs:pointerId (Results 1 – 3 of 3) sorted by relevance

/development/samples/CrossCompatibility/src/com/example/android/touchexample/
DVersionedGestureDetector.java124 final int pointerId = ev.getPointerId(pointerIndex); in onTouchEvent() local
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/
DDynamicListView.java292 final int pointerId = event.getPointerId(pointerIndex); in onTouchEvent() local
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceScript.java357 int pointerId = Integer.parseInt(args[12]); in handleEvent() local