公告板
版本库
活动
搜索
登录
android
/
driver/KuanZhaiYx
宽窄出行司机端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
嘉易行========》宽窄
lmw
2023-06-13
4b7d8d9a038f6522df46d0f14fa07eb940a1b34d
[android/driver/KuanZhaiYx.git]
/
ChipsLayoutManager
/
src
/
main
/
java
/
com
/
beloo
/
widget
/
chipslayoutmanager
/
IPositionsContract.java
1
2
3
4
5
6
7
8
package com.beloo.widget.chipslayoutmanager;
interface IPositionsContract {
int findFirstVisibleItemPosition();
int findFirstCompletelyVisibleItemPosition();
int findLastVisibleItemPosition();
int findLastCompletelyVisibleItemPosition();
}