Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 9 of 9) sorted by relevance

/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DDividerItemDecoration.java144 final int bottom = mBounds.bottom + Math.round(child.getTranslationY()); in drawVertical() local
155 final int bottom; in drawHorizontal() local
161 parent.getWidth() - parent.getPaddingRight(), bottom); in drawHorizontal() local
DLinearSmoothScroller.java329 final int bottom = layoutManager.getDecoratedBottom(view) + params.bottomMargin; in calculateDyToMakeVisible() local
DItemTouchHelper.java820 final int bottom = top + viewHolder.itemView.getHeight() + 2 * margin; in findSwapTargets() local
1813 int bottom = curY + selected.itemView.getHeight(); in chooseDropTarget() local
DLinearLayoutManager.java1751 int left, top, right, bottom; in layoutChunk() local
DGridLayoutManager.java1344 int left = 0, right = 0, top = 0, bottom = 0; in layoutChunk() local
DRecyclerView.java10542 public void layoutDecorated(@NonNull View child, int left, int top, int right, int bottom) { in layoutDecorated()
10577 int bottom) { in layoutDecoratedWithMargins()
14597 public int bottom; field in RecyclerView.ItemAnimator.ItemHolderInfo
/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DBaseWrapContentWithAspectRatioTest.java87 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
151 public MeasureBehavior withMargins(int left, int top, int right, int bottom) { in withMargins()
182 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
DTestContentView.java75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
DTestedFrameLayout.java117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()