Adding (resurrecting) to the SeekBar wish list:
There's already an Event flag stating if the user is changing the value. It would be nice to add a flag to tell if the user is still touching the view. This way, you can determine that the user is changing the value and when they are done (by the release of the view).