Searched defs:flow (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java328 private View makeRow(int startPos, int y, boolean flow) { argument
370 final int where = flow ? -1 : pos - startPos;
371 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
1421 * @param flow {@code true} to align top edge to y, {@code false} to align
1429 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1437 setupChild(activeView, position, y, flow, childrenLeft, selected, true, where);
1447 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0], where);
H A DListView.java2030 * @param flow {@code true} to align top edge to y, {@code false} to align
2037 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
2045 setupChild(activeView, position, y, flow, childrenLeft, selected, true);
2055 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0]);

Completed in 863 milliseconds