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
330 final int where = flow ? -1 : pos - startPos;
331 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
1307 * @param flow if true, align top edge to y. If false, align bottom edge to
1314 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1324 setupChild(child, position, y, flow, childrenLeft, selected, true, where);
1334 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0], where);
1346 * @param flow if true, align top edge to y. If false, align bottom edge
1355 private void setupChild(View child, int position, int y, boolean flow, int childrenLeft, argument
1416 final int childTop = flow
[all...]
H A DListView.java1745 * @param flow If flow is true, align top edge to y. If false, align bottom
1751 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, argument
1762 setupChild(child, position, y, flow, childrenLeft, selected, true);
1772 setupChild(child, position, y, flow, childrenLeft, selected, mIsScrap[0]);

Completed in 117 milliseconds