Remove unneeded calls in RecyclerView code.

Our new minSdk is 14. This CL remove code that calls compat version
of a method where a framework call works now. Mostly affects ViewCompat,
ViewPropertyAnimatorCompat, ViewPropertyAnimatorListener, MotionEventCompat,
ScrollerCompat.

Bug: 32794064
Test: ./gradlew clean assemble still works
Change-Id: Idad69fdd5e89f76fe57fe8e1b5c12dc723185814
9 files changed