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)RectgetBounds()ViewgetDelegateView()
-
Constructor Details
-
ShadowTouchDelegate
public ShadowTouchDelegate()
-
-
Method Details