Home
last modified time | relevance | path

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

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewAccessibilityTest.java316 int height = recyclerView.getHeight(); in performAction_scrollAction_rangeInVisibleRect() local
373 int height = recyclerView.getHeight(); in performGranularScrolling_changesTheScrollAmount() local
413 int height = recyclerView.getHeight(); in performGranularScrolling_withDefaultOrUndefinedValues_scrollsByOneScreen() local
DTestedFrameLayout.java91 final int height = Math.max(0, getMeasuredHeight() in onMeasure() local
275 public FullControlLayoutParams(int width, int height) { in FullControlLayoutParams()
DRecyclerViewFastScrollerTest.java328 final int height = 500; in arrangeWithCode() local
DStaggeredGridLayoutManagerSnappingTest.java220 int height = 300 + position * 70; in getLayoutParamsForPosition() local
DBaseSnapHelperCenterTest.kt161 val height: Int in onCreateViewHolder() constant
DRecyclerViewNestedScrollingScrollByTest.java368 int height; in onCreateViewHolder() local
DRecyclerViewNestedScrollingMouseScrollTest.java331 int height; in onCreateViewHolder() local
DRecyclerViewNestedScrollingSmoothScrollByTest.java406 int height; in onCreateViewHolder() local
DRecyclerViewNestedScrollingA11yScrollTest.java426 int height; in onCreateViewHolder() local
DLinearLayoutManagerTest.java109 int height = recyclerView.getHeight(); in focusedChildStaysInViewWhenRecyclerViewShrinks() local
DRecyclerViewCacheTest.java117 private void layout(int width, int height) { in layout()
DRecyclerViewNestedScrollingTest.java494 int height; in onCreateViewHolder() local
DBaseWrapContentTest.java198 int width, int height) throws Throwable { in layoutAndCheck()
DRecyclerViewNestedScrollingChildTest.java635 int height; in onCreateViewHolder() local
DGridLayoutManagerTest.java234 int height = recyclerView.getHeight(); in focusedChildStaysInViewWhenRecyclerViewShrinks() local
/recyclerview/recyclerview-lint/src/main/java/androidx/recyclerview/lint/
DInvalidSetHasFixedSizeDetector.kt64 val height = attributes.getNamedItemNS(ANDROID_URI, ATTR_LAYOUT_HEIGHT)?.textContent in getApplicableElements() constant
/recyclerview/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
DGridModelTest.java353 int height = 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.java1996 int height = getMeasuredHeight(); in dispatchKeyEvent() local
4287 final int height = LayoutManager.chooseSize(heightSpec, in defaultOnMeasure() local
8826 int height = chooseSize(hSpec, usedHeight, getMinimumHeight()); in setMeasuredDimension() local
11555 int height = getHeight(); in performAccessibilityAction() local
12766 public LayoutParams(int width, int height) { in LayoutParams()