/cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/ |
D | PrintActivity.java | 65 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes, in onStart()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TableRowTest.java | 205 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()
|
D | GalleryTest.java | 415 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()
|
D | TableLayoutTest.java | 611 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()
|
D | RelativeLayoutTest.java | 400 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/ |
D | ReferenceViewGroup.java | 74 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/ |
D | GestureDetectorCtsActivity.java | 68 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onCreate()
|
D | MockView.java | 346 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()
|
D | ViewGroupTest.java | 784 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
|
D | ViewTest.java | 4411 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/ |
D | BoxInsetLayout.java | 237 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/ |
D | BasePrintTest.java | 812 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/ |
D | WebViewTest.java | 2898 adapter.onLayout(oldAttributes, newAttributes, new CancellationSignal(),
|