Ensure SwitchCompat jumps the thumb position

ListView calls jumpDrawablesToCurrentState() to
make sure that the view is updated before being shown.
This has the effect of cancelling any animations. Sometimes
those animations will not have been started yet, and thus
won't get an end callback. This CLs ensures that the thumb
is positioned correctly regardless.

BUG: 25657163
Change-Id: I1f93b81ba2cf2d86d64876ad81ab700348ab16c6
1 file changed