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

/frameworks/base/core/java/android/widget/
H A DListView.java1846 * @param flowDown If true, align top edge to y. If false, align bottom
1853 private void setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, argument
1873 attachViewToParent(child, flowDown ? -1 : 0, p);
1879 addViewInLayout(child, flowDown ? -1 : 0, p, true);
1916 final int childTop = flowDown ? y : y - h;

Completed in 82 milliseconds