Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/
DForceRelayoutTestBase.java98 protected void onLayout( in onCreate()
100 super.onLayout(changed, left, top, right, bottom); in onCreate()
/cts/tests/tests/widget/src/android/widget/cts/
DTableRowTest.java215 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()
DGalleryTest.java419 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()
DTableLayoutTest.java622 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()
DRelativeLayoutTest.java411 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/
DViewGroupTest.java69 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/
DTouchableInsetsProviderTest.java111 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/
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.java360 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()
DView_ForceLayout.java232 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in View_ForceLayout.MockViewGroup
DViewGroup_ScrollCaptureTest.java500 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroup_ScrollCaptureTest.MockViewGroup
DViewGroupTest.java795 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
DViewTest.java4997 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/
DVisibilitySetterActionTest.java43 protected void onLayout(boolean changed, int l, int t, int r, int b) {}
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DPrintingTest.java67 public void onLayout(PrintAttributes oldAttributes, PrintAttributes newAttributes,
/cts/tests/tests/print/printTestUtilLib/src/android/print/test/
DBasePrintTest.java673 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/
DBoxInsetLayout.java237 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/
DTvAdServiceTest.java315 mTvAdView.onLayout(true, 1, 10, 5, 20); in testOnLayout()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2697 adapter.onLayout( in printDocumentLayout()
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/
DTvInteractiveAppServiceTest.java2181 mTvIAppView.onLayout(true, left, top, right, bottom); in testViewOnLayout()
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt4745 name: "onLayout"
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt5869 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 …]