Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAbsListView.java11 private int lastSmoothScrollByDistance; field in ShadowAbsListView
26 this.lastSmoothScrollByDistance = distance; in smoothScrollBy()
54 return lastSmoothScrollByDistance; in getLastSmoothScrollByDistance()