Home
last modified time | relevance | path

Searched refs:onLayout (Results 1 – 13 of 13) sorted by relevance

/cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/
DPrintActivity.java65 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onStart()
/cts/tests/tests/widget/src/android/widget/cts/
DTableRowTest.java205 mockTableRow.onLayout(false, 0, 0, 200, 300); in testOnLayout()
240 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableRowTest.MockTableRow
241 super.onLayout(changed, l, t, r, b); in onLayout()
DGalleryTest.java415 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in GalleryTest.MyGallery
416 super.onLayout(changed, l, t, r, b); in onLayout()
DTableLayoutTest.java611 mTableCustomEmpty.onLayout(false, 0, 0, 20, 20); in testOnLayout()
649 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableLayoutTest.MockTableLayout
650 super.onLayout(changed, l, t, r, b); in onLayout()
DRelativeLayoutTest.java400 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in RelativeLayoutTest.MyRelativeLayout
401 super.onLayout(changed, l, t, r, b); in onLayout()
/cts/hostsidetests/theme/app/src/android/theme/app/
DReferenceViewGroup.java74 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ReferenceViewGroup
/cts/tests/tests/view/src/android/view/cts/
DGestureDetectorCtsActivity.java68 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onCreate()
DMockView.java346 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in MockView
347 super.onLayout(changed, left, top, right, bottom); in onLayout()
DViewGroupTest.java784 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockView
2552 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockViewGroupSubclass
2738 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockViewGroup
DViewTest.java4411 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewGroup
4797 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewParent
4956 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewGroupParent
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java237 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in BoxInsetLayout
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java812 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes), in verifyLayoutCall()
834 doAnswer(layoutAnswer).when(adapter).onLayout(any(PrintAttributes.class), in createMockPrintDocumentAdapter()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2898 adapter.onLayout(oldAttributes, newAttributes, new CancellationSignal(),