Searched refs:flowDown (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridView.java1459 * @param flowDown {@code true} to align top edge to y, {@code false} to
1470 private void setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, argument
1545 final int childTop = flowDown ? y : y - h;
H A DListView.java2067 * @param flowDown {@code true} to align top edge to y, {@code false} to
2076 private void setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, argument
2120 attachViewToParent(child, flowDown ? -1 : 0, p);
2134 addViewInLayout(child, flowDown ? -1 : 0, p, true);
2157 final int childTop = flowDown ? y : y - h;

Completed in 60 milliseconds