Home
last modified time | relevance | path

Searched defs:width (Results 1 – 19 of 19) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewAccessibilityTest.java315 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
DTestedFrameLayout.java79 final int width = Math.max(0, getMeasuredWidth() in onMeasure() local
275 public FullControlLayoutParams(int width, int height) { in FullControlLayoutParams()
DRecyclerViewFastScrollerTest.java327 final int width = 500; in arrangeWithCode() local
DStaggeredGridLayoutManagerSnappingTest.java217 int width = 400 + position * 70; in getLayoutParamsForPosition() local
DBaseSnapHelperCenterTest.kt160 val width: Int in onCreateViewHolder() constant
DRecyclerViewNestedScrollingScrollByTest.java367 int width; in onCreateViewHolder() local
DRecyclerViewNestedScrollingMouseScrollTest.java330 int width; in onCreateViewHolder() local
DRecyclerViewNestedScrollingSmoothScrollByTest.java405 int width; in onCreateViewHolder() local
DRecyclerViewNestedScrollingA11yScrollTest.java425 int width; in onCreateViewHolder() local
DLinearLayoutManagerTest.java108 int width = recyclerView.getWidth(); in focusedChildStaysInViewWhenRecyclerViewShrinks() local
DRecyclerViewCacheTest.java117 private void layout(int width, int height) { in layout()
DRecyclerViewNestedScrollingTest.java493 int width; in onCreateViewHolder() local
DBaseWrapContentTest.java198 int width, int height) throws Throwable { in layoutAndCheck()
DRecyclerViewNestedScrollingChildTest.java634 int width; in onCreateViewHolder() local
DGridLayoutManagerTest.java233 int width = recyclerView.getWidth(); in focusedChildStaysInViewWhenRecyclerViewShrinks() local
/recyclerview/recyclerview-lint/src/main/java/androidx/recyclerview/lint/
DInvalidSetHasFixedSizeDetector.kt63 val width = attributes.getNamedItemNS(ANDROID_URI, ATTR_LAYOUT_WIDTH)?.textContent in getApplicableElements() constant
/recyclerview/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
DGridModelTest.java354 int width = CHILD_VIEW_EDGE_PX; in setupGrid() local
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DGridLayoutManager.java972 final int width, height; in setMeasuredDimension() local
2078 public LayoutParams(int width, int height) { in LayoutParams()
DRecyclerView.java2023 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()