Home
last modified time | relevance | path

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

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