Home
last modified time | relevance | path

Searched defs:changed (Results 1 – 5 of 5) 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()
DBaseWrapContentWithAspectRatioTest.java87 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
182 public void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
DTestedFrameLayout.java117 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/
DDiffUtilTest.kt579 var changed: Boolean = false, in <lambda>() variable in androidx.recyclerview.widget.DiffUtilTest.Item
/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()