How To Use DispatchTouchEvent? March 09, 2023 Post a Comment How can I call an onTouch method programmatically by dispatching a fake touch event? Solution 1: You can try calling yourView.dispatchTouchEvent(MotionEvent.obtain); Share Post a Comment for "How To Use DispatchTouchEvent?"
Post a Comment for "How To Use DispatchTouchEvent?"