首页 > 代码库 > ViewConfiguration 和 ViewConfigurationCompat
ViewConfiguration 和 ViewConfigurationCompat
Contains methods to standard constants used in the UI for timeouts, sizes, and distances.
一。几个常用的方法
返回初始化滑动的最大速度值和最小速度值,以像素/秒为单位
getScaledMinimumFlingVelocity()
- Minimum velocity to initiate a fling, as measured in pixels per second.
getScaledMaximumFlingVelocity()
- Maximum velocity to initiate a fling, as measured in pixels per second.
getScaledTouchSlop ()
- Distance in pixels a touch can wander before we think the user is scrolling 。 Touchslop通常用来防止用户的其他触摸行为被判断为滑动。
getScaledPagingTouchSlop ()
- Distance in pixels a touch can wander before we think the user is scrolling a full page
在ViewConfigurationCompat 也有 getScaledPagingTouchSlop () 。所以要调用ViewConfigurationCompat的这个方法。
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。