Fix crash from recycling scrapped item.

Fixes: 31971638
Test: ran following monkey command for 20 minutes: adb shell monkey -p com.android.settings --ignore-security-exceptions --monitor-native-crashes -s 450 -v -v -v 125000

Use public recycleView method, since even outside of a layout pass,
views may be returned from tryGetViewHolderForPositionByDeadline, when
located by ChildHelper#findHiddenNonRemovedView.

Change-Id: If61c5e864c76e7431470131fe4c176acebf48b6f
1 file changed