Home
last modified time | relevance | path

Searched refs:screenTravelCount (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DAbsListView.java4026 final float screenTravelCount = (float) viewTravelCount / childCount; in startWithOffset() local
4027 mScrollDuration = screenTravelCount < 1 ? (int) (screenTravelCount * duration) : in startWithOffset()
4028 (int) (duration / screenTravelCount); in startWithOffset()
4188 final float screenTravelCount = (float) viewTravelCount / childCount;
4190 final float modifier = Math.min(Math.abs(screenTravelCount), 1.f);