Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2091 private void setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, in setupChild() argument
2135 attachViewToParent(child, flowDown ? -1 : 0, p); in setupChild()
2149 addViewInLayout(child, flowDown ? -1 : 0, p, true); in setupChild()
2172 final int childTop = flowDown ? y : y - h; in setupChild()
DGridView.java1486 private void setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, in setupChild() argument
1561 final int childTop = flowDown ? y : y - h; in setupChild()