Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 4 of 4) sorted by relevance

/recyclerview/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
DBandSelectionHelper.java271 Rect bounds = new Rect(Math.min(mOrigin.x, mCurrentPosition.x), in resizeBand() local
369 abstract void showBand(@NonNull Rect bounds); in showBand()
/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DStaggeredGridLayoutManagerBaseConfigSetTest.java534 final Rect bounds = mLayoutManager.getViewBounds(child); in scrollToPositionWithOffsetTest() local
567 Rect bounds = mLayoutManager.getViewBounds(view); in scrollToPositionTest() local
640 final Rect bounds = mLayoutManager.getViewBounds(child); in scrollToPositionTest() local
DLinearLayoutManagerBaseConfigSetTest.java132 final Rect bounds = mLayoutManager.getViewBounds(child); in scrollToPositionWithOffsetTest() local
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java8784 final Rect bounds = mRecyclerView.mTempRect; in setMeasuredDimensionFromChildren() local
10974 final Rect bounds = mRecyclerView.mTempRect; in isFocusedChildVisibleAfterScrolling() local