Home
last modified time | relevance | path

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

/cts/tests/src/android/widget/cts/
DMyGallery.java111 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in MyGallery
/cts/tests/tests/widget/src/android/widget/cts/
DRelativeLayoutTest.java427 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in RelativeLayoutTest.MyRelativeLayout
DTableRowTest.java336 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableRowTest.MockTableRow
/cts/tests/src/android/view/cts/
DMockView.java340 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in MockView
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java917 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockView
2331 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockViewGroup
DViewTest.java4662 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewGroupParent