Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java307 View temp = makeRow(pos, nextTop, true); in fillDown()
323 private View makeRow(int startPos, int y, boolean flow) { in makeRow() method in GridView
407 View temp = makeRow(pos, nextBottom, false); in fillUp()
475 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true); in fillSelection()
568 final View temp = makeRow(mStackFromBottom ? motionRowEnd : motionRowStart, top, true); in fillSpecific()
732 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, selectedTop, true); in fillFromSelection()
924 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldBottom + verticalSpacing, true); in moveSelection()
935 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldTop - verticalSpacing, false); in moveSelection()
946 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldTop, true); in moveSelection()