Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/widget/
DCling.java92 int currentTop = mLocation[1] - (int) getTranslationY(); in adjustPosition() local
95 setTranslationY(top - currentTop); in adjustPosition()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java1674 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) {