Searched refs:parentBottom (Results 1 – 1 of 1) sorted by relevance
/packages/apps/PermissionController/src/android/support/wearable/view/ |
D | WearableListView.java | 866 final int parentBottom = getHeight() - getPaddingBottom(); in onLayoutChildren() local 940 performLayoutChildren(recycler, state, parentBottom, oldTop); in onLayoutChildren() 956 private void performLayoutChildren(Recycler recycler, State state, int parentBottom, in performLayoutChildren() argument 961 performLayoutOneChild(recycler, parentBottom); in performLayoutChildren() 964 performLayoutMultipleChildren(recycler, state, parentBottom, top); in performLayoutChildren() 973 private void performLayoutOneChild(Recycler recycler, int parentBottom) { in performLayoutOneChild() argument 978 v.layout(getPaddingLeft(), getPaddingTop(), right, parentBottom); in performLayoutOneChild() local 981 private void performLayoutMultipleChildren(Recycler recycler, State state, int parentBottom, in performLayoutMultipleChildren() argument 990 if (top >= parentBottom) { in performLayoutMultipleChildren()
|