Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DListView.java2095 private void setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, in setupChild() argument
2139 attachViewToParent(child, flowDown ? -1 : 0, p); in setupChild()
2153 addViewInLayout(child, flowDown ? -1 : 0, p, true); in setupChild()
2176 final int childTop = flowDown ? y : y - h; in setupChild()
DGridView.java1485 private void setupChild(View child, int position, int y, boolean flowDown, int childrenLeft, in setupChild() argument
1560 final int childTop = flowDown ? y : y - h; in setupChild()