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

/frameworks/base/core/java/android/widget/
H A DGridView.java323 private View makeRow(int startPos, int y, boolean flow) { argument
365 final int where = flow ? -1 : pos - startPos;
366 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
1416 * @param flow if true, align top edge to y. If false, align bottom edge to
1423 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1433 setupChild(child, position, y, flow, childrenLeft, selected, true, where);
1443 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0], where);
1455 * @param flow if true, align top edge to y. If false, align bottom edge
1464 private void setupChild(View child, int position, int y, boolean flow, int childrenLeft, argument
1528 final int childTop = flow
[all...]
H A DListView.java1852 * @param flow If flow is true, align top edge to y. If false, align bottom
1858 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1869 setupChild(child, position, y, flow, childrenLeft, selected, true);
1879 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0]);

Completed in 52 milliseconds