Chuck Stein
07/09/2021, 9:59 PMChuck Stein
07/09/2021, 10:20 PMAdam Powell
07/09/2021, 11:28 PMChuck Stein
07/09/2021, 11:36 PMView#setOnTouchListener
, but I could be mistaken. If the whole bar needs to be the target, then I guess the drag listener approach I mentioned is the best way?Adam Powell
07/09/2021, 11:41 PMACTION_
code for resuming a gesture already in progress; all view touch handling code assumes that a valid event stream must start with `ACTION_DOWN`; you can't start receiving ACTION_MOVE
for a view that a touch didn't begin inChuck Stein
07/10/2021, 2:00 AM