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

/frameworks/base/core/java/android/widget/
H A DGridView.java299 private View makeRow(int startPos, int y, boolean flow) { argument
340 final int where = flow ? -1 : pos - startPos;
341 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
1317 * @param flow if true, align top edge to y. If false, align bottom edge to
1324 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1334 setupChild(child, position, y, flow, childrenLeft, selected, true, where);
1344 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0], where);
1356 * @param flow if true, align top edge to y. If false, align bottom edge
1365 private void setupChild(View child, int position, int y, boolean flow, int childrenLeft, argument
1426 final int childTop = flow
[all...]
H A DListView.java1807 * @param flow If flow is true, align top edge to y. If false, align bottom
1813 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1824 setupChild(child, position, y, flow, childrenLeft, selected, true);
1834 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0]);

Completed in 92 milliseconds