Uses of Class
android.view.MotionEvent

Packages that use MotionEvent
android.app   
android.gesture   
android.inputmethodservice   
android.service.wallpaper   
android.text.method   
android.view   
android.view.inputmethod   
android.webkit   
android.widget   
 

Uses of MotionEvent in android.app
 

Methods in android.app with parameters of type MotionEvent
 boolean Activity.dispatchTouchEvent(MotionEvent ev)
           
 boolean Dialog.dispatchTouchEvent(MotionEvent ev)
           
 boolean Activity.dispatchTrackballEvent(MotionEvent ev)
           
 boolean Dialog.dispatchTrackballEvent(MotionEvent ev)
           
 boolean Activity.onTouchEvent(MotionEvent event)
           
 boolean Dialog.onTouchEvent(MotionEvent event)
           
 boolean Activity.onTrackballEvent(MotionEvent event)
           
 boolean Dialog.onTrackballEvent(MotionEvent event)
           
 void Instrumentation.sendPointerSync(MotionEvent event)
           
 void Instrumentation.sendTrackballEventSync(MotionEvent event)
           
 

Uses of MotionEvent in android.gesture
 

Methods in android.gesture with parameters of type MotionEvent
 boolean GestureOverlayView.dispatchTouchEvent(MotionEvent event)
           
 void GestureOverlayView.OnGestureListener.onGesture(GestureOverlayView overlay, MotionEvent event)
           
 void GestureOverlayView.OnGestureListener.onGestureCancelled(GestureOverlayView overlay, MotionEvent event)
           
 void GestureOverlayView.OnGestureListener.onGestureEnded(GestureOverlayView overlay, MotionEvent event)
           
 void GestureOverlayView.OnGestureListener.onGestureStarted(GestureOverlayView overlay, MotionEvent event)
           
 

Uses of MotionEvent in android.inputmethodservice
 

Methods in android.inputmethodservice with parameters of type MotionEvent
 void AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchTrackballEvent(int seq, MotionEvent event, InputMethodSession.EventCallback callback)
           
 boolean KeyboardView.onTouchEvent(MotionEvent me)
           
 boolean InputMethodService.onTrackballEvent(MotionEvent event)
           
 boolean AbstractInputMethodService.onTrackballEvent(MotionEvent event)
           
 

Uses of MotionEvent in android.service.wallpaper
 

Methods in android.service.wallpaper with parameters of type MotionEvent
 void WallpaperService.Engine.onTouchEvent(MotionEvent event)
           
 

Uses of MotionEvent in android.text.method
 

Methods in android.text.method with parameters of type MotionEvent
 boolean ScrollingMovementMethod.onTouchEvent(TextView widget, Spannable buffer, MotionEvent event)
           
static boolean Touch.onTouchEvent(TextView widget, Spannable buffer, MotionEvent event)
           
 boolean LinkMovementMethod.onTouchEvent(TextView widget, Spannable buffer, MotionEvent event)
           
 boolean ArrowKeyMovementMethod.onTouchEvent(TextView widget, Spannable buffer, MotionEvent event)
           
 boolean MovementMethod.onTouchEvent(TextView widget, Spannable text, MotionEvent event)
           
 boolean ScrollingMovementMethod.onTrackballEvent(TextView widget, Spannable text, MotionEvent event)
           
 boolean ArrowKeyMovementMethod.onTrackballEvent(TextView widget, Spannable text, MotionEvent event)
           
 boolean MovementMethod.onTrackballEvent(TextView widget, Spannable text, MotionEvent event)
           
 

Uses of MotionEvent in android.view
 

Fields in android.view with type parameters of type MotionEvent
static Parcelable.Creator<MotionEvent> MotionEvent.CREATOR
           
 

Methods in android.view that return MotionEvent
static MotionEvent MotionEvent.obtain(long downTime, long eventTime, int action, float x, float y, float pressure, float size, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags)
           
static MotionEvent MotionEvent.obtain(long downTime, long eventTime, int action, float x, float y, int metaState)
           
static MotionEvent MotionEvent.obtain(long downTime, long eventTime, int action, int pointers, float x, float y, float pressure, float size, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags)
           
static MotionEvent MotionEvent.obtain(MotionEvent o)
           
static MotionEvent MotionEvent.obtainNoHistory(MotionEvent o)
           
 

Methods in android.view with parameters of type MotionEvent
 void VelocityTracker.addMovement(MotionEvent ev)
           
 boolean View.dispatchTouchEvent(MotionEvent event)
           
 boolean Window.Callback.dispatchTouchEvent(MotionEvent event)
           
 boolean ViewGroup.dispatchTouchEvent(MotionEvent ev)
           
 boolean View.dispatchTrackballEvent(MotionEvent event)
           
 boolean Window.Callback.dispatchTrackballEvent(MotionEvent event)
           
 boolean ViewGroup.dispatchTrackballEvent(MotionEvent event)
           
static MotionEvent MotionEvent.obtain(MotionEvent o)
           
static MotionEvent MotionEvent.obtainNoHistory(MotionEvent o)
           
 boolean GestureDetector.OnDoubleTapListener.onDoubleTap(MotionEvent e)
           
 boolean GestureDetector.SimpleOnGestureListener.onDoubleTap(MotionEvent e)
           
 boolean GestureDetector.OnDoubleTapListener.onDoubleTapEvent(MotionEvent e)
           
 boolean GestureDetector.SimpleOnGestureListener.onDoubleTapEvent(MotionEvent e)
           
 boolean GestureDetector.OnGestureListener.onDown(MotionEvent e)
           
 boolean GestureDetector.SimpleOnGestureListener.onDown(MotionEvent e)
           
 boolean GestureDetector.OnGestureListener.onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
           
 boolean GestureDetector.SimpleOnGestureListener.onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
           
 boolean ViewGroup.onInterceptTouchEvent(MotionEvent ev)
           
 void GestureDetector.OnGestureListener.onLongPress(MotionEvent e)
           
 void GestureDetector.SimpleOnGestureListener.onLongPress(MotionEvent e)
           
 boolean GestureDetector.OnGestureListener.onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY)
           
 boolean GestureDetector.SimpleOnGestureListener.onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY)
           
 void GestureDetector.OnGestureListener.onShowPress(MotionEvent e)
           
 void GestureDetector.SimpleOnGestureListener.onShowPress(MotionEvent e)
           
 boolean GestureDetector.OnDoubleTapListener.onSingleTapConfirmed(MotionEvent e)
           
 boolean GestureDetector.SimpleOnGestureListener.onSingleTapConfirmed(MotionEvent e)
           
 boolean GestureDetector.OnGestureListener.onSingleTapUp(MotionEvent e)
           
 boolean GestureDetector.SimpleOnGestureListener.onSingleTapUp(MotionEvent e)
           
 boolean View.OnTouchListener.onTouch(View v, MotionEvent event)
           
 boolean TouchDelegate.onTouchEvent(MotionEvent event)
           
 boolean View.onTouchEvent(MotionEvent event)
           
 boolean GestureDetector.onTouchEvent(MotionEvent ev)
           
 boolean View.onTrackballEvent(MotionEvent event)
           
abstract  boolean Window.superDispatchTouchEvent(MotionEvent event)
           
abstract  boolean Window.superDispatchTrackballEvent(MotionEvent event)
           
 

Uses of MotionEvent in android.view.inputmethod
 

Methods in android.view.inputmethod with parameters of type MotionEvent
 void InputMethodSession.dispatchTrackballEvent(int seq, MotionEvent event, InputMethodSession.EventCallback callback)
           
 

Uses of MotionEvent in android.webkit
 

Methods in android.webkit with parameters of type MotionEvent
 boolean WebView.onTouchEvent(MotionEvent ev)
           
 boolean WebView.onTrackballEvent(MotionEvent ev)
           
 

Uses of MotionEvent in android.widget
 

Methods in android.widget with parameters of type MotionEvent
 boolean Gallery.onDown(MotionEvent e)
           
 boolean Gallery.onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
           
 boolean SlidingDrawer.onInterceptTouchEvent(MotionEvent event)
           
 boolean AbsListView.onInterceptTouchEvent(MotionEvent ev)
           
 boolean HorizontalScrollView.onInterceptTouchEvent(MotionEvent ev)
           
 boolean ScrollView.onInterceptTouchEvent(MotionEvent ev)
           
 void Gallery.onLongPress(MotionEvent e)
           
 boolean Gallery.onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY)
           
 void Gallery.onShowPress(MotionEvent e)
           
 boolean Gallery.onSingleTapUp(MotionEvent e)
           
 boolean ZoomButtonsController.onTouch(View v, MotionEvent event)
           
 boolean AbsSeekBar.onTouchEvent(MotionEvent event)
           
 boolean SlidingDrawer.onTouchEvent(MotionEvent event)
           
 boolean VideoView.onTouchEvent(MotionEvent ev)
           
 boolean ZoomButton.onTouchEvent(MotionEvent event)
           
 boolean ZoomControls.onTouchEvent(MotionEvent event)
           
 boolean AbsListView.onTouchEvent(MotionEvent ev)
           
 boolean MediaController.onTouchEvent(MotionEvent event)
           
 boolean TextView.onTouchEvent(MotionEvent event)
           
 boolean Gallery.onTouchEvent(MotionEvent event)
           
 boolean HorizontalScrollView.onTouchEvent(MotionEvent ev)
           
 boolean ListView.onTouchEvent(MotionEvent ev)
           
 boolean ScrollView.onTouchEvent(MotionEvent ev)
           
 boolean VideoView.onTrackballEvent(MotionEvent ev)
           
 boolean MediaController.onTrackballEvent(MotionEvent ev)
           
 boolean TextView.onTrackballEvent(MotionEvent event)
           
 



Copyright © 2008-2010. All Rights Reserved.