Class ShadowTouchDelegate


  • @Implements(android.view.TouchDelegate.class)
    public class ShadowTouchDelegate
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void __constructor__​(android.graphics.Rect bounds, android.view.View delegateView)  
      android.graphics.Rect getBounds()  
      android.view.View getDelegateView()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowTouchDelegate

        public ShadowTouchDelegate()
    • Method Detail

      • __constructor__

        @Implementation
        protected void __constructor__​(android.graphics.Rect bounds,
                                       android.view.View delegateView)
      • getBounds

        public android.graphics.Rect getBounds()
      • getDelegateView

        public android.view.View getDelegateView()