Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java326 View temp = makeRow(pos, nextTop, true); in fillDown()
342 private View makeRow(int startPos, int y, boolean flow) { in makeRow() method in GridView
427 View temp = makeRow(pos, nextBottom, false); in fillUp()
495 final View sel = makeRow(mStackFromBottom ? rowEnd : rowStart, topSelectionPixel, true); in fillSelection()
588 final View temp = makeRow(mStackFromBottom ? motionRowEnd : motionRowStart, top, true); in fillSpecific()
752 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, selectedTop, true); in fillFromSelection()
944 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldBottom + verticalSpacing, true); in moveSelection()
955 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldTop - verticalSpacing, false); in moveSelection()
966 sel = makeRow(mStackFromBottom ? rowEnd : rowStart, oldTop, true); in moveSelection()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt67306 Landroid/widget/GridView;->makeRow(IIZ)Landroid/view/View;