Class ShadowScaleGestureDetector

    • Constructor Detail

      • ShadowScaleGestureDetector

        public ShadowScaleGestureDetector()
    • Method Detail

      • onTouchEvent

        @Implementation
        protected boolean onTouchEvent​(MotionEvent event)
      • getOnTouchEventMotionEvent

        public MotionEvent getOnTouchEventMotionEvent()
      • reset

        public void reset()
      • setScaleFactor

        public void setScaleFactor​(float scaleFactor)
      • getScaleFactor

        @Implementation
        protected float getScaleFactor()
      • setFocusXY

        public void setFocusXY​(float focusX,
                               float focusY)
      • getFocusX

        @Implementation
        protected float getFocusX()
      • getFocusY

        @Implementation
        protected float getFocusY()