android.view
Class TouchDelegate

java.lang.Object
  extended by android.view.TouchDelegate

public class TouchDelegate
extends Object


Field Summary
static int ABOVE
           
static int BELOW
           
static int TO_LEFT
           
static int TO_RIGHT
           
 
Constructor Summary
TouchDelegate(Rect bounds, View delegateView)
           
 
Method Summary
 boolean onTouchEvent(MotionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABOVE

public static final int ABOVE
See Also:
Constant Field Values

BELOW

public static final int BELOW
See Also:
Constant Field Values

TO_LEFT

public static final int TO_LEFT
See Also:
Constant Field Values

TO_RIGHT

public static final int TO_RIGHT
See Also:
Constant Field Values
Constructor Detail

TouchDelegate

public TouchDelegate(Rect bounds,
                     View delegateView)
Method Detail

onTouchEvent

public boolean onTouchEvent(MotionEvent event)


Copyright © 2008-2012. All Rights Reserved.