Home
last modified time | relevance | path

Searched defs:spaceBelow (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DListView.java945 final int spaceBelow = sel.getBottom() - bottomSelectionPixel; in fillFromSelection() local
957 final int spaceBelow = bottomSelectionPixel - sel.getBottom(); in fillFromSelection() local
1097 int spaceBelow = sel.getBottom() - bottomSelectionPixel; in moveSelection() local
1158 int spaceBelow = bottomSelectionPixel - sel.getBottom(); in moveSelection() local
DGridView.java831 int spaceBelow = childInSelectedRow.getBottom() - bottomSelectionPixel; in adjustForBottomFadingEdge() local
858 int spaceBelow = bottomSelectionPixel - childInSelectedRow.getBottom(); in adjustForTopFadingEdge() local
DToolbar.java1927 final int spaceBelow = height - paddingBottom - titleHeight - in onLayout() local
2105 final int spaceBelow = height - paddingBottom - childHeight - in getChildTop() local
DPopupWindow.java1823 final int spaceBelow = displayFrameBottom - anchorTopInScreen; in tryFitVertical() local