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

/frameworks/base/core/java/android/widget/
H A DGridView.java307 View temp = makeRow(pos, nextTop, true);
312 // mReferenceView will change with each call to makeRow()
323 private View makeRow(int startPos, int y, boolean flow) { method in class:GridView
407 View temp = makeRow(pos, nextBottom, false);
475 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true);
568 final View temp = makeRow(mStackFromBottom ? motionRowEnd : motionRowStart, top, true);
732 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, selectedTop, true);
924 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldBottom + verticalSpacing, true);
935 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldTop - verticalSpacing, false);
946 sel = makeRow(mStackFromBotto
[all...]

Completed in 20 milliseconds