Class EventManager<T extends android.view.View & EventManagerManaged>

    • Constructor Detail

      • EventManager

        public EventManager(T view,
                            boolean logarithmicZoom)
    • Method Detail

      • isAllowTrackball

        public boolean isAllowTrackball()
      • isAllowTouchMovement

        public boolean isAllowTouchMovement()
      • isAllowLongPress

        public boolean isAllowLongPress()
      • isAllowZoomAtPosition

        public boolean isAllowZoomAtPosition()
      • setAllowTrackball

        public void setAllowTrackball(boolean allow)
      • setAllowTouchMovement

        public void setAllowTouchMovement(boolean allow)
      • setAllowLongPress

        public void setAllowLongPress(boolean allowLongPress)
      • setAllowZoomAtPosition

        public void setAllowZoomAtPosition(boolean allowZoomAtPosition)
      • onTrackballEvent

        public boolean onTrackballEvent(android.view.MotionEvent event)
      • onTouchEvent

        public boolean onTouchEvent(android.view.MotionEvent event)