Home
last modified time | relevance | path

Searched refs:onGenericMotionEvent (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/activity/
DFutureActivity.java161 public boolean onGenericMotionEvent(MotionEvent event) { in onGenericMotionEvent() method in FutureActivity
163 return mTask.onGenericMotionEvent(event); in onGenericMotionEvent()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHidInputCounterTask.java93 public boolean onGenericMotionEvent(MotionEvent event) { in onGenericMotionEvent() method in BluetoothHidInputCounterTask
/external/sl4a/Common/src/com/googlecode/android_scripting/future/
DFutureActivityTask.java110 public boolean onGenericMotionEvent(MotionEvent event) { in onGenericMotionEvent() method in FutureActivityTask
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java592 public boolean onGenericMotionEvent(TextView widget, Spannable text, in onGenericMotionEvent() method in ShadowTextViewTest.TestMovementMethod