Pixels. Always assume pixels and convert to dp if needed.
See RecyclerView#dispatchOnScrolled: https://android.googlesource.com/platform/frameworks/support/+/refs/heads/master/v7/recyclerview/src/main/java/android/support/v7/widget/RecyclerView.java
Check the line 4723.