Lock ontouch listener
问题 I want to lock the ontouch listener when the animation is being played. this is my code. public class MainActivity extends Activity implements OnTouchListener { boolean gifIsPlaying; long PLAYING_TIME_OF_GIF = 111; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); GIFWebView view = new GIFWebView (this, "file:///android_asset/imageedit_ball.gif"); gifIsPlaying = true; new Handler().postDelayed(new