Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java943 final int spaceAbove = sel.getTop() - topSelectionPixel; in fillFromSelection() local
955 final int spaceAbove = topSelectionPixel - sel.getTop(); in fillFromSelection() local
1096 int spaceAbove = sel.getTop() - topSelectionPixel; in moveSelection() local
1157 int spaceAbove = topSelectionPixel - sel.getTop(); in moveSelection() local
DGridView.java826 int spaceAbove = childInSelectedRow.getTop() - topSelectionPixel; in adjustForBottomFadingEdge() local
853 int spaceAbove = topSelectionPixel - childInSelectedRow.getTop(); in adjustForTopFadingEdge() local
DToolbar.java1923 int spaceAbove = (space - titleHeight) / 2; in onLayout() local
2101 int spaceAbove = (space - childHeight) / 2; in getChildTop() local
DPopupWindow.java1825 final int spaceAbove = anchorTopInScreen - anchorHeight - displayFrameTop; in tryFitVertical() local