Searched defs:onLayout (Results 1 – 4 of 4) sorted by relevance
| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ | ||
| D | TestContentView.java | 75 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in TestContentView |
| D | BaseWrapContentWithAspectRatioTest.java | 87 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BaseWrapContentWithAspectRatioTest.LoggingView |
| D | TestedFrameLayout.java | 117 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/ | ||
| D | RecyclerView.java | 5089 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in RecyclerView |