Home
last modified time | relevance | path

Searched defs:onLayout (Results 1 – 4 of 4) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DTestContentView.java75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in TestContentView
DBaseWrapContentWithAspectRatioTest.java87 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BaseWrapContentWithAspectRatioTest.LoggingView
182 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BaseWrapContentWithAspectRatioTest.MeasureBehavior
DTestedFrameLayout.java117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in TestedFrameLayout
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java5089 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in RecyclerView