Custom-touch-sample
2015-05-20 15:00:21 1 举报
Android custom touch
作者其他创作
大纲/内容
Activity
onTouchEvent()
Websit: http://wugengxin.cn/download/pdf/android/PRE_andevcon_mastering-the-android-touch-system.pdf
dispatchTouchEvent()
MoEonEvent
+ MOVE_DOWN:static final int + ACTION_UP:static final int location: Touchpointers:(fingers)time:EventTime……
......
in reverse order child view added
onInterceptTouchEvent()
View
ViewGroup
onInterceptTouchEventcan instercept events any time
View.onTouchListener.onTouch() ;
custom touch sample English pdf
OnTouchListener can intercept touches any time
onTouch() return true
收藏
0 条评论
下一页