I want to calculate duration of when Action_Down
button before Action_Up
in onTouchListener
Can I get how long my button was pressed? And doing something when timeout reaches to my desire value?
For example, i want to make a customize onLongClickListener
with different timeout.
Edited
here and here and here is also like as this question but not is answer for this question. In these all used by Action_Up of onTouchListener
that not are answer for this