Searched defs:parentBottom (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/recyclerview/decorations/linear/ |
D | LinearDividerItemDecoration.java | 97 int parentBottom = parent.getHeight() - parent.getPaddingBottom() in drawHorizontalDividers() local 137 int parentBottom = parentTop + mDivider.getIntrinsicHeight(); in drawVerticalDividers() local
|
D | LinearOffsetItemDecoration.java | 159 int parentBottom = parent.getHeight() - parent.getPaddingBottom(); in drawOffsetHorizontal() local
|
/packages/apps/PermissionController/src/android/support/wearable/view/ |
D | WearableListView.java | 866 final int parentBottom = getHeight() - getPaddingBottom(); in onLayoutChildren() local 956 private void performLayoutChildren(Recycler recycler, State state, int parentBottom, in performLayoutChildren() 973 private void performLayoutOneChild(Recycler recycler, int parentBottom) { in performLayoutOneChild() 978 v.layout(getPaddingLeft(), getPaddingTop(), right, parentBottom); in performLayoutOneChild() local 981 private void performLayoutMultipleChildren(Recycler recycler, State state, int parentBottom, in performLayoutMultipleChildren()
|