博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【原创】实用API拾遗_持续更新
阅读量:6541 次
发布时间:2019-06-24

本文共 556 字,大约阅读时间需要 1 分钟。

 

1.int ...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 ...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

 

转载于:https://www.cnblogs.com/LiesSu/p/3899404.html

你可能感兴趣的文章
as3 运算与检查String 是否能够正确转换成数 值
查看>>
管理信息系统 第三部分 作业
查看>>
第 6 章 Cinder - 051 - Create Volume 操作(Part II)
查看>>
oj1638
查看>>
回溯法—八皇后问题
查看>>
Django中关于事务的代码编写
查看>>
gcc cc1: all warnings being treated as errors
查看>>
linux下创建virtualenv时指定python版本
查看>>
mysql 新增用户并授权
查看>>
Windows上编译,学习Objective-c
查看>>
Postman发包form-data、x-www-form-urlencoded、raw、binary的区别
查看>>
VBSEdit工具学习深入
查看>>
江苏泰兴开建火车站综合物流基地
查看>>
table里面,怎么根据checkbox选择的一行中的某个单元格的值是否为空,来判断是否该选中...
查看>>
一种机制,与js类似
查看>>
arping命令用法
查看>>
WPF之动态换肤
查看>>
封装一个进度条
查看>>
git clone --early EOF
查看>>
51nod 1135 原根 就是原根...
查看>>