Searched refs:getAncestorScrollableContainer (Results 1 – 3 of 3) sorted by relevance
129 assertThat(ViewUtils.getAncestorScrollableContainer(firstItem)) in testGetAncestorScrollableContainer()137 mRoot.post(() -> assertThat(ViewUtils.getAncestorScrollableContainer(mView2)).isNull()); in testGetAncestorScrollableContainer_returnNull()
167 mScrollableContainer = ViewUtils.getAncestorScrollableContainer(focusedView); in updateFocusedView()
175 public static ViewGroup getAncestorScrollableContainer(@Nullable View view) { in getAncestorScrollableContainer() method in ViewUtils