我有以下的代碼之間的時間差距......如何找到行動起來,採取行動關閉事件中的Android
public boolean onTouch(View view, MotionEvent me) {
//here i want to know the time of touch
switch (me.getAction()) {
case MotionEvent.ACTION_DOWN: { }
case MotionEvent.ACTION_UP: { }
-
-
-
}
}
任何想法?
你到底想做什麼?你可以試着在你的問題中解釋更多。使用某種計時器? –