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
Modifier and Type Method Description protected void
__constructor__(Rect bounds, View delegateView)
Rect
getBounds()
View
getDelegateView()
-
Constructor Details
-
ShadowTouchDelegate
public ShadowTouchDelegate()
-
-
Method Details