Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java8064 final int lastViewHeight = lastView.getHeight(); in run() local
8070 final int scrollBy = lastViewHeight - lastViewPixelsShowing + extraScroll; in run()
8158 final int lastViewHeight = lastView.getHeight(); in run() local
8169 final int lastViewBottom = lastViewTop + lastViewHeight; in run()