首页 > 代码库 > 【原创】实用API拾遗_持续更新
【原创】实用API拾遗_持续更新
1.int android.widget.AbsListView.pointToPosition(int x, int y):将坐标映射成list位置序号!! 2014.08.08
Maps a point to a position in the list.
- Parameters:
- x X in local coordinate
- y Y in local coordinate
- Returns:
- The position of the item which contains the specified point, or
INVALID_POSITION
if the point does not intersect an item.
2.int android.widget.AdapterView.getFirstVisiblePosition():得到屏幕上list第一个可见的item 2014.08.08
Returns the position within the adapter‘s data set for the first item displayed on screen.
- Returns:
- The position within the adapter‘s data set
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。