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

/frameworks/base/core/java/android/widget/
H A DGridView.java318 private View makeRow(int startPos, int y, boolean flow) { argument
360 final int where = flow ? -1 : pos - startPos;
361 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
1409 * @param flow if true, align top edge to y. If false, align bottom edge to
1416 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1426 setupChild(child, position, y, flow, childrenLeft, selected, true, where);
1436 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0], where);
1448 * @param flow if true, align top edge to y. If false, align bottom edge
1457 private void setupChild(View child, int position, int y, boolean flow, int childrenLeft, argument
1520 final int childTop = flow
[all...]
H A DListView.java1840 * @param flow If flow is true, align top edge to y. If false, align bottom
1846 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1857 setupChild(child, position, y, flow, childrenLeft, selected, true);
1867 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0]);

Completed in 28 milliseconds