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.dispatchGenericMotionEvent(MotionEvent ev)
           
 boolean Dialog.dispatchGenericMotionEvent(MotionEvent ev)
           
 boolean Activity.dispatchTouchEvent(MotionEvent ev)
           
 boolean Dialog.dispatchTouchEvent(MotionEvent ev)
           
 boolean Activity.dispatchTrackballEvent(MotionEvent ev)
           
 boolean Dialog.dispatchTrackballEvent(MotionEvent ev)
           
 boolean Activity.onGenericMotionEvent(MotionEvent event)
           
 boolean Dialog.onGenericMotionEvent(MotionEvent event)
           
 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.onHoverEvent(MotionEvent event)
           
 boolean KeyboardView.onTouchEvent(MotionEvent event)
           
 boolean AbstractInputMethodService.onTrackballEvent(MotionEvent event)
           
 boolean InputMethodService.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 BaseMovementMethod.onGenericMotionEvent(TextView widget, Spannable text, MotionEvent event)
           
 boolean MovementMethod.onGenericMotionEvent(TextView widget, Spannable text, MotionEvent event)
           
 boolean LinkMovementMethod.onTouchEvent(TextView widget, Spannable buffer, MotionEvent event)
           
 boolean BaseMovementMethod.onTouchEvent(TextView widget, Spannable text, MotionEvent event)
           
 boolean ScrollingMovementMethod.onTouchEvent(TextView widget, Spannable buffer, MotionEvent event)
           
static boolean Touch.onTouchEvent(TextView widget, Spannable buffer, MotionEvent event)
           
 boolean MovementMethod.onTouchEvent(TextView widget, Spannable text, MotionEvent event)
           
 boolean ArrowKeyMovementMethod.onTouchEvent(TextView widget, Spannable buffer, MotionEvent event)
           
 boolean BaseMovementMethod.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 pointerCount, 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, int pointerCount, int[] pointerIds, MotionEvent.PointerCoords[] pointerCoords, int metaState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, int flags)
           
static MotionEvent MotionEvent.obtain(long downTime, long eventTime, int action, int pointerCount, MotionEvent.PointerProperties[] pointerProperties, MotionEvent.PointerCoords[] pointerCoords, int metaState, int buttonState, float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, int flags)
           
static MotionEvent MotionEvent.obtain(MotionEvent other)
           
static MotionEvent MotionEvent.obtainNoHistory(MotionEvent other)
           
 

Methods in android.view with parameters of type MotionEvent
 void VelocityTracker.addMovement(MotionEvent event)
           
protected  boolean ViewGroup.dispatchGenericFocusedEvent(MotionEvent event)
           
protected  boolean View.dispatchGenericFocusedEvent(MotionEvent event)
           
 boolean View.dispatchGenericMotionEvent(MotionEvent event)
           
 boolean Window.Callback.dispatchGenericMotionEvent(MotionEvent event)
           
protected  boolean ViewGroup.dispatchGenericPointerEvent(MotionEvent event)
           
protected  boolean View.dispatchGenericPointerEvent(MotionEvent event)
           
protected  boolean ViewGroup.dispatchHoverEvent(MotionEvent event)
           
protected  boolean View.dispatchHoverEvent(MotionEvent event)
           
 boolean ViewGroup.dispatchTouchEvent(MotionEvent ev)
           
 boolean View.dispatchTouchEvent(MotionEvent event)
           
 boolean Window.Callback.dispatchTouchEvent(MotionEvent event)
           
 boolean ViewGroup.dispatchTrackballEvent(MotionEvent event)
           
 boolean View.dispatchTrackballEvent(MotionEvent event)
           
 boolean Window.Callback.dispatchTrackballEvent(MotionEvent event)
           
static MotionEvent MotionEvent.obtain(MotionEvent other)
           
static MotionEvent MotionEvent.obtainNoHistory(MotionEvent other)
           
 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 View.onFilterTouchEventForSecurity(MotionEvent event)
           
 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 View.OnGenericMotionListener.onGenericMotion(View v, MotionEvent event)
           
 boolean View.onGenericMotionEvent(MotionEvent event)
           
 boolean View.OnHoverListener.onHover(View v, MotionEvent event)
           
 boolean View.onHoverEvent(MotionEvent event)
           
 boolean ViewGroup.onInterceptHoverEvent(MotionEvent event)
           
 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 View.onTouchEvent(MotionEvent event)
           
 boolean ScaleGestureDetector.onTouchEvent(MotionEvent event)
           
 boolean TouchDelegate.onTouchEvent(MotionEvent event)
           
 boolean GestureDetector.onTouchEvent(MotionEvent ev)
           
 boolean View.onTrackballEvent(MotionEvent event)
           
abstract  boolean Window.superDispatchGenericMotionEvent(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.onGenericMotionEvent(MotionEvent event)
           
 boolean WebView.onHoverEvent(MotionEvent event)
           
 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 NumberPicker.dispatchTouchEvent(MotionEvent event)
           
 boolean NumberPicker.dispatchTrackballEvent(MotionEvent event)
           
 boolean Gallery.onDown(MotionEvent e)
           
 boolean Gallery.onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
           
 boolean TextView.onGenericMotionEvent(MotionEvent event)
           
 boolean AbsListView.onGenericMotionEvent(MotionEvent event)
           
 boolean HorizontalScrollView.onGenericMotionEvent(MotionEvent event)
           
 boolean StackView.onGenericMotionEvent(MotionEvent event)
           
 boolean ScrollView.onGenericMotionEvent(MotionEvent event)
           
 boolean NumberPicker.onInterceptTouchEvent(MotionEvent event)
           
 boolean SlidingDrawer.onInterceptTouchEvent(MotionEvent event)
           
 boolean AbsListView.onInterceptTouchEvent(MotionEvent ev)
           
 boolean HorizontalScrollView.onInterceptTouchEvent(MotionEvent ev)
           
 boolean StackView.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 NumberPicker.onTouchEvent(MotionEvent ev)
           
 boolean MediaController.onTouchEvent(MotionEvent event)
           
 boolean SlidingDrawer.onTouchEvent(MotionEvent event)
           
 boolean Gallery.onTouchEvent(MotionEvent event)
           
 boolean ZoomControls.onTouchEvent(MotionEvent event)
           
 boolean AbsSeekBar.onTouchEvent(MotionEvent event)
           
 boolean VideoView.onTouchEvent(MotionEvent ev)
           
 boolean TextView.onTouchEvent(MotionEvent event)
           
 boolean AbsListView.onTouchEvent(MotionEvent ev)
           
 boolean AdapterViewAnimator.onTouchEvent(MotionEvent ev)
           
 boolean HorizontalScrollView.onTouchEvent(MotionEvent ev)
           
 boolean Switch.onTouchEvent(MotionEvent ev)
           
 boolean ZoomButton.onTouchEvent(MotionEvent event)
           
 boolean StackView.onTouchEvent(MotionEvent ev)
           
 boolean ScrollView.onTouchEvent(MotionEvent ev)
           
 boolean MediaController.onTrackballEvent(MotionEvent ev)
           
 boolean VideoView.onTrackballEvent(MotionEvent ev)
           
 boolean TextView.onTrackballEvent(MotionEvent event)
           
 



Copyright © 2008-2012. All Rights Reserved.