Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAbsListView.java12 private int lastSmoothScrollByDuration; field in ShadowAbsListView
27 this.lastSmoothScrollByDuration = duration; in smoothScrollBy()
63 return lastSmoothScrollByDuration; in getLastSmoothScrollByDuration()