/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
D | ForceRelayoutTestBase.java | 98 protected void onLayout( in onCreate() 100 super.onLayout(changed, left, top, right, bottom); in onCreate()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TableRowTest.java | 215 mockTableRow.onLayout(false, 0, 0, 200, 300); in testOnLayout() 250 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableRowTest.MockTableRow 251 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | GalleryTest.java | 419 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in GalleryTest.MyGallery 420 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | TableLayoutTest.java | 622 mTableCustomEmpty.onLayout(false, 0, 0, 20, 20); in testOnLayout() 660 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableLayoutTest.MockTableLayout 661 super.onLayout(changed, l, t, r, b); in onLayout()
|
D | RelativeLayoutTest.java | 411 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in RelativeLayoutTest.MyRelativeLayout 412 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/tests/tests/car_builtin/src/android/car/cts/builtin/view/ |
D | TouchableInsetsProviderTest.java | 111 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in TouchableInsetsProviderTest.TestView 116 super.onLayout(changed, left, top, right, bottom); 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 | 360 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in MockView 361 super.onLayout(changed, left, top, right, bottom); in onLayout()
|
D | View_ForceLayout.java | 232 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in View_ForceLayout.MockViewGroup
|
D | ViewGroup_ScrollCaptureTest.java | 500 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroup_ScrollCaptureTest.MockViewGroup
|
D | ViewGroupTest.java | 795 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockView 2736 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockViewGroupSubclass 3065 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockViewGroup 3517 protected void onLayout(boolean changed, int l, int t, int r, int b) {} in onLayout() method in ViewGroupTest.ScrollTestView
|
D | ViewTest.java | 4997 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewGroup 5593 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewParent 5753 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/devicepolicy/src/android/devicepolicy/cts/ |
D | PrintingTest.java | 67 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
|
/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/tests/tests/tv/src/android/media/tv/ad/cts/ |
D | TvAdServiceTest.java | 315 mTvAdView.onLayout(true, 1, 10, 5, 20); in testOnLayout()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewTest.java | 2697 adapter.onLayout( in printDocumentLayout()
|
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/ |
D | TvInteractiveAppServiceTest.java | 2181 mTvIAppView.onLayout(true, left, top, right, bottom); in testViewOnLayout()
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 4745 name: "onLayout"
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 5869 method @Deprecated protected void onLayout(boolean, int, int, int, int); 27941 method protected void onLayout(boolean, int, int, int, int); 28120 method public void onLayout(boolean, int, int, int, int); 28383 method public void onLayout(boolean, int, int, int, int); 35126 …method public abstract void onLayout(android.print.PrintAttributes, android.print.PrintAttributes,… 52903 method protected void onLayout(boolean, int, int, int, int); 53672 method protected abstract void onLayout(boolean, int, int, int, int); 58561 method @Deprecated protected void onLayout(boolean, int, int, int, int); 58640 method protected void onLayout(boolean, int, int, int, int); 59288 method protected void onLayout(boolean, int, int, int, int); [all …]
|