internal GestureTouchSam(TouchDroid host, Rect bounds, View delegateView) : base(bounds, delegateView) { this.view = delegateView; this.host = host; this.touchSlop = ViewConfiguration.Get(view.Context).ScaledTouchSlop; }
public static void Init() { Touch.Init(); TouchDroid.Init(); }