Searched defs:descendant (Results 1 – 6 of 6) sorted by relevance
54 private int getTopWithinScrollView(View descendant) { in getTopWithinScrollView()60 private int getBottomWithinScrollView(View descendant) { in getBottomWithinScrollView()
1256 private boolean isOffScreen(View descendant) { in isOffScreen()1264 private boolean isWithinDeltaOfScreen(View descendant, int delta) { in isWithinDeltaOfScreen()
1278 private boolean isOffScreen(View descendant) { in isOffScreen()1286 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen()
6115 public final void offsetDescendantRectToMyCoords(View descendant, Rect rect) { in offsetDescendantRectToMyCoords()6125 public final void offsetRectIntoDescendantCoords(View descendant, Rect rect) { in offsetRectIntoDescendantCoords()6133 void offsetRectBetweenParentAndChild(View descendant, Rect rect, in offsetRectBetweenParentAndChild()
1456 public void onDescendantInvalidated(@NonNull View child, @NonNull View descendant) { in onDescendantInvalidated()
5112 final RecyclerView descendant = findNestedRecyclerView(child); in findNestedRecyclerView() local