Package org.robolectric.shadows
Class ShadowTouchDelegate
- java.lang.Object
-
- org.robolectric.shadows.ShadowTouchDelegate
-
@Implements(android.view.TouchDelegate.class) public class ShadowTouchDelegate extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowTouchDelegate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
__constructor__(Rect bounds, View delegateView)
Rect
getBounds()
View
getDelegateView()
-
-
-
Method Detail
-
__constructor__
@Implementation protected void __constructor__(Rect bounds, View delegateView)
-
getBounds
public Rect getBounds()
-
getDelegateView
public View getDelegateView()
-
-