Aspsine / Aspsine/SwipeToLoadLayout
onMove(int y, boolean isComplete, boolean automatic);建议还是改为 float 类型 做一些效果时 距离精度丢失了
Open
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 441
- PR merge metrics
- No merged PRs in 30d
Description
上拉或下拉 刷新时 SwipeTrigger void onMove(int y, boolean isComplete, boolean automatic);
int y 建议还是改为 float 类型 做一些效果时 距离精度丢失了
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the SwipeTrigger declaration for onMove(int y, boolean isComplete, boolean automatic), then inspect its implementations and callers to understand the API impact of changing y to float. Done means fractional movement distance is preserved for effects and all affected code still compiles.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100