Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2736 measureAndAdjustDown(topView, topViewIndex, numChildren); in handleNewSelectionChange()
2742 measureAndAdjustDown(bottomView, bottomViewIndex, numChildren); in handleNewSelectionChange()
2753 private void measureAndAdjustDown(View child, int childIndex, int numChildren) { in measureAndAdjustDown() method in ListView