Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java325 View temp = makeRow(pos, nextTop, true); in fillDown()
341 private View makeRow(int startPos, int y, boolean flow) { in makeRow() method in GridView
426 View temp = makeRow(pos, nextBottom, false); in fillUp()
494 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true); in fillSelection()
587 final View temp = makeRow(mStackFromBottom ? motionRowEnd : motionRowStart, top, true); in fillSpecific()
751 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, selectedTop, true); in fillFromSelection()
943 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldBottom + verticalSpacing, true); in moveSelection()
954 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldTop - verticalSpacing, false); in moveSelection()
965 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldTop, true); in moveSelection()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88275 Landroid/widget/GridView;->makeRow(IIZ)Landroid/view/View;