Searched refs:nextTop (Results 1 – 2 of 2) sorted by relevance
662 View nextTop = null;666 nextTop = getChildAt(expandableIndexFromAdapterIndex(index));673 nextTop = getChildAt(expandableIndexFromAdapterIndex(index));678 if (nextTop == null) {684 scrollAndFocusTo(nextTop, direction, false, duration, false);1698 View nextTop = getTopItem(nextFocused);1699 if (nextTop == currentTop) {1711 View nextTop = null;1716 nextTop = getChildAt(currentExpandableIndex + 1);1719 nextTop = getChildAt(currentExpandableIndex - 1);[all …]
255 int nextTop = 0; in makeAndAddColumn() local273 child.layout(childLeft, nextTop, childLeft + columnWidth, nextTop + heightSize); in makeAndAddColumn()274 nextTop += heightSize; in makeAndAddColumn()