Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java7178 final int lastViewHeight = lastView.getHeight(); in run() local
7184 final int scrollBy = lastViewHeight - lastViewPixelsShowing + extraScroll; in run()
7268 final int lastViewHeight = lastView.getHeight(); in run() local
7278 final int lastViewBottom = lastViewTop + lastViewHeight; in run()