Home
last modified time | relevance | path

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

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java664 int lastFullyVisibleChildIndex = getLastFullyVisibleChildIndex(); in isAtBottom() local
665 if (lastFullyVisibleChildIndex == -1) { in isAtBottom()
668 View lastFullyVisibleChild = getChildAt(lastFullyVisibleChildIndex); in isAtBottom()