/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | ForceRelayoutTestBase.java | 92 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onCreate() 93 super.onLayout(changed, left, top, right, bottom); in onCreate()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TableRowTest.java | 206 mockTableRow.onLayout(false, 0, 0, 200, 300); in testOnLayout() 241 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableRowTest.MockTableRow 242 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | GalleryTest.java | 411 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in GalleryTest.MyGallery 412 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | TableLayoutTest.java | 614 mTableCustomEmpty.onLayout(false, 0, 0, 20, 20); in testOnLayout() 652 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableLayoutTest.MockTableLayout 653 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | RelativeLayoutTest.java | 403 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in RelativeLayoutTest.MyRelativeLayout 404 super.onLayout(changed, l, t, r, b); in onLayout()
|
/cts/tests/tests/view/sdk28/src/android/view/cts/sdk28/ |
D | ViewGroupTest.java | 69 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockViewGroup
|
/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/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 | 359 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in MockView 360 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
D | ViewGroup_ScrollCaptureTest.java | 498 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroup_ScrollCaptureTest.MockViewGroup
|
D | ViewGroupTest.java | 787 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockView 2709 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockViewGroupSubclass 3038 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockViewGroup 3489 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.ScrollTestView
|
D | ViewTest.java | 4735 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewGroup 5326 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewParent 5485 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewGroupParent
|
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/ |
D | VisibilitySetterActionTest.java | 43 protected void onLayout(boolean changed, int l, int t, int r, int b) {}
|
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/ |
D | BasePrintTest.java | 673 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes), in verifyLayoutCall() 695 doAnswer(layoutAnswer).when(adapter).onLayout(any(PrintAttributes.class), in createMockPrintDocumentAdapter()
|
/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/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 4745 name: "onLayout"
|