码迷,mamicode.com
首页 > 其他好文 > 详细

ViewConfiguration 和 ViewConfigurationCompat

时间:2014-05-23 06:11:10      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:des   style   class   c   color   a   

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的这个方法。

 

ViewConfiguration 和 ViewConfigurationCompat,布布扣,bubuko.com

ViewConfiguration 和 ViewConfigurationCompat

标签:des   style   class   c   color   a   

原文地址:http://www.cnblogs.com/yuyutianxia/p/3741886.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!