| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| D | RecyclerViewAccessibilityTest.java | 315 int width = recyclerView.getWidth(); in performAction_scrollAction_rangeInVisibleRect() local 372 int width = recyclerView.getWidth(); in performGranularScrolling_changesTheScrollAmount() local 412 int width = recyclerView.getWidth(); in performGranularScrolling_withDefaultOrUndefinedValues_scrollsByOneScreen() local
|
| D | TestedFrameLayout.java | 79 final int width = Math.max(0, getMeasuredWidth() in onMeasure() local 275 public FullControlLayoutParams(int width, int height) { in FullControlLayoutParams()
|
| D | RecyclerViewFastScrollerTest.java | 327 final int width = 500; in arrangeWithCode() local
|
| D | StaggeredGridLayoutManagerSnappingTest.java | 217 int width = 400 + position * 70; in getLayoutParamsForPosition() local
|
| D | BaseSnapHelperCenterTest.kt | 160 val width: Int in onCreateViewHolder() constant
|
| D | RecyclerViewNestedScrollingScrollByTest.java | 367 int width; in onCreateViewHolder() local
|
| D | RecyclerViewNestedScrollingMouseScrollTest.java | 330 int width; in onCreateViewHolder() local
|
| D | RecyclerViewNestedScrollingSmoothScrollByTest.java | 405 int width; in onCreateViewHolder() local
|
| D | RecyclerViewNestedScrollingA11yScrollTest.java | 425 int width; in onCreateViewHolder() local
|
| D | LinearLayoutManagerTest.java | 108 int width = recyclerView.getWidth(); in focusedChildStaysInViewWhenRecyclerViewShrinks() local
|
| D | RecyclerViewCacheTest.java | 117 private void layout(int width, int height) { in layout()
|
| D | RecyclerViewNestedScrollingTest.java | 493 int width; in onCreateViewHolder() local
|
| D | BaseWrapContentTest.java | 198 int width, int height) throws Throwable { in layoutAndCheck()
|
| D | RecyclerViewNestedScrollingChildTest.java | 634 int width; in onCreateViewHolder() local
|
| D | GridLayoutManagerTest.java | 233 int width = recyclerView.getWidth(); in focusedChildStaysInViewWhenRecyclerViewShrinks() local
|
| /recyclerview/recyclerview-lint/src/main/java/androidx/recyclerview/lint/ |
| D | InvalidSetHasFixedSizeDetector.kt | 63 val width = attributes.getNamedItemNS(ANDROID_URI, ATTR_LAYOUT_WIDTH)?.textContent in getApplicableElements() constant
|
| /recyclerview/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/ |
| D | GridModelTest.java | 354 int width = CHILD_VIEW_EDGE_PX; in setupGrid() local
|
| /recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| D | GridLayoutManager.java | 972 final int width, height; in setMeasuredDimension() local 2078 public LayoutParams(int width, int height) { in LayoutParams()
|
| D | RecyclerView.java | 2023 int width = getMeasuredWidth(); in dispatchKeyEvent() local 4284 final int width = LayoutManager.chooseSize(widthSpec, in defaultOnMeasure() local 5143 final int width = getWidth(); in draw() local 8825 int width = chooseSize(wSpec, usedWidth, getMinimumWidth()); in setMeasuredDimension() local 11556 int width = getWidth(); in performAccessibilityAction() local 12766 public LayoutParams(int width, int height) { in LayoutParams()
|