1、onDown(MotionEvent e); 當(dāng)用戶(hù)按下時(shí)的回調(diào)。 2、onFling(MotionEvent e1,MontionEvent e2,float velocityX,float velocityY); 當(dāng)用戶(hù)快速拖動(dòng),并離開(kāi)屏幕時(shí),控件還在滑動(dòng)的回調(diào)。 3、onLongPress(MotionEvent e); 當(dāng)用戶(hù)長(zhǎng)按控件時(shí)的回調(diào)。 4、onScroll(MotionEvent e1,MotionEvent e2,float distanceX,float...
www.dbjr.com.cn/article/1075...htm 2025-5-20