Searched defs:bottom (Results 1 – 9 of 9) sorted by relevance
| /recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| D | DividerItemDecoration.java | 144 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
|
| D | LinearSmoothScroller.java | 329 final int bottom = layoutManager.getDecoratedBottom(view) + params.bottomMargin; in calculateDyToMakeVisible() local
|
| D | ItemTouchHelper.java | 820 final int bottom = top + viewHolder.itemView.getHeight() + 2 * margin; in findSwapTargets() local 1813 int bottom = curY + selected.itemView.getHeight(); in chooseDropTarget() local
|
| D | LinearLayoutManager.java | 1751 int left, top, right, bottom; in layoutChunk() local
|
| D | GridLayoutManager.java | 1344 int left = 0, right = 0, top = 0, bottom = 0; in layoutChunk() local
|
| D | RecyclerView.java | 10542 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/ |
| D | BaseWrapContentWithAspectRatioTest.java | 87 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()
|
| D | TestContentView.java | 75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
| D | TestedFrameLayout.java | 117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|