Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2089 private void setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, in setupChild() argument
2133 attachViewToParent(child, flowDown ? -1 : 0, p); in setupChild()
2147 addViewInLayout(child, flowDown ? -1 : 0, p, true); in setupChild()
2170 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()