Home
last modified time | relevance | path

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/
DLinearDividerItemDecoration.java97 int parentBottom = parent.getHeight() - parent.getPaddingBottom() in drawHorizontalDividers() local
137 int parentBottom = parentTop + mDivider.getIntrinsicHeight(); in drawVerticalDividers() local
DLinearOffsetItemDecoration.java159 int parentBottom = parent.getHeight() - parent.getPaddingBottom(); in drawOffsetHorizontal() local
/packages/apps/PermissionController/src/android/support/wearable/view/
DWearableListView.java866 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()