clearView

open fun clearView(model: T, itemView: View)

Called when the user interaction with a view is over and the view hascompleted its animation. This is a good place to clear all changes on the view that were donein other previous touch callbacks (such as on touch start, change, release, etc).

This is the last callback in the lifecycle of a touch event.

Parameters

model

The model whose view is being cleared.

itemView

The view being cleared.