Contains methods to standard constants used in the UI for timeouts, sizes, and distances.
一。几个常用的方法
返回初始化滑动的最大速度值和最小速度值,以像素/秒为单位
getScaledMinimumFlingVelocity()
getScaledMaximumFlingVelocity()
getScaledTouchSlop ()
getScaledPagingTouchSlop ()
在ViewConfigurationCompat 也有 getScaledPagingTouchSlop () 。所以要调用ViewConfigurationCompat的这个方法。
ViewConfiguration 和 ViewConfigurationCompat,布布扣,bubuko.com
ViewConfiguration 和 ViewConfigurationCompat
原文地址:http://www.cnblogs.com/yuyutianxia/p/3741886.html