Searched refs:viewTop (Results 1 – 3 of 3) sorted by relevance
1046 int viewTop = view.getTop(); in findFocusableViewInBounds() local1049 if (top < viewBottom && viewTop < bottom) { in findFocusableViewInBounds()1055 final boolean viewIsFullyContained = (top < viewTop) && in findFocusableViewInBounds()1064 (topFocus && viewTop < focusCandidate.getTop()) || in findFocusableViewInBounds()
940 int viewTop = view.getTop(); in findFocusableViewInBounds() local943 if (top < viewBottom && viewTop < bottom) { in findFocusableViewInBounds()949 final boolean viewIsFullyContained = (top < viewTop) && in findFocusableViewInBounds()958 (topFocus && viewTop < focusCandidate.getTop()) || in findFocusableViewInBounds()
1691 int viewTop; field in AbsListView.SavedState1714 viewTop = in.readInt(); in SavedState()1737 out.writeInt(viewTop); in writeToParcel()1758 + " viewTop=" + viewTop in toString()1797 ss.viewTop = mPendingSync.viewTop; in onSaveInstanceState()1815 ss.viewTop = mSelectedTop; in onSaveInstanceState()1830 ss.viewTop = v.getTop(); in onSaveInstanceState()1838 ss.viewTop = 0; in onSaveInstanceState()1891 mSpecificTop = ss.viewTop; in onRestoreInstanceState()1902 mSpecificTop = ss.viewTop; in onRestoreInstanceState()