Searched refs:makeRow (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 325 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/ |
D | hiddenapi-greylist-max-o.txt | 88275 Landroid/widget/GridView;->makeRow(IIZ)Landroid/view/View;
|