Searched refs:flowDown (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | ListView.java | 2095 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()
|
D | GridView.java | 1485 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()
|