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

/frameworks/base/core/java/android/widget/
H A DGridView.java296 private View makeRow(int startPos, int y, boolean flow) { argument
327 final int where = flow ? -1 : pos - startPos;
328 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
1299 * @param flow if true, align top edge to y. If false, align bottom edge to
1306 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1316 setupChild(child, position, y, flow, childrenLeft, selected, true, where);
1326 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0], where);
1338 * @param flow if true, align top edge to y. If false, align bottom edge
1347 private void setupChild(View child, int position, int y, boolean flow, int childrenLeft, argument
1409 final int childTop = flow
[all...]
H A DListView.java1743 * @param flow If flow is true, align top edge to y. If false, align bottom
1749 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1765 setupChild(child, position, y, flow, childrenLeft, selected, true);
1775 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0]);

Completed in 91 milliseconds