Home
last modified time | relevance | path

Searched defs:descendant (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
DButtonsWithTallTextViewInBetweenTest.java54 private int getTopWithinScrollView(View descendant) { in getTopWithinScrollView()
60 private int getBottomWithinScrollView(View descendant) { in getBottomWithinScrollView()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1256 private boolean isOffScreen(View descendant) { in isOffScreen()
1264 private boolean isWithinDeltaOfScreen(View descendant, int delta) { in isWithinDeltaOfScreen()
DScrollView.java1278 private boolean isOffScreen(View descendant) { in isOffScreen()
1286 private boolean isWithinDeltaOfScreen(View descendant, int delta, int height) { in isWithinDeltaOfScreen()
/frameworks/base/core/java/android/view/
DViewGroup.java6115 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()
DViewRootImpl.java1456 public void onDescendantInvalidated(@NonNull View child, @NonNull View descendant) { in onDescendantInvalidated()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java5112 final RecyclerView descendant = findNestedRecyclerView(child); in findNestedRecyclerView() local