onInterceptTouchEvent

Intercepts touch events to handle toolbar dragging. When a toolbar is detached and being moved, this method tracks the touch movement and updates the toolbar position accordingly.

Return

true if the event was intercepted, false otherwise.

Parameters

ev

The motion event being dispatched.