Searched refs:currentTop (Results 1 – 2 of 2) sorted by relevance
92 int currentTop = mLocation[1] - (int) getTranslationY(); in adjustPosition() local95 setTranslationY(top - currentTop); in adjustPosition()
1674 View currentTop = getFocusedChild();1675 View currentExpandable = getExpandableChild(currentTop);1677 if (currentTop == currentExpandable && focused != null && !forceFindNextExpandable) {1680 if (v != null && v != focused && isDescendant(currentTop, v)) {1693 if (currentTop != currentExpandable && !forceFindNextExpandable) {1695 View nextFocused = currentTop instanceof ViewGroup ? FocusFinder.getInstance()1696 .findNextFocus((ViewGroup) currentTop, findFocus(), direction)1699 if (nextTop == currentTop) {