Searched refs:getChildStart (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DViewBoundsCheck.java223 final int childStart = mCallback.getChildStart(child);
253 mCallback.getChildStart(child), mCallback.getChildEnd(child));
272 int getChildStart(View view); method in interface:ViewBoundsCheck.Callback
H A DRecyclerView.java7286 public int getChildStart(View view) {
7333 public int getChildStart(View view) {
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DViewBoundsCheckTest.java87 public int getChildStart(View view) {

Completed in 82 milliseconds