Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DMyGallery.java107 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in MyGallery
108 super.onLayout(changed, l, t, r, b); in onLayout()
DTableRowTest.java183 mockTableRow.onLayout(false, 0, 0, 200, 300); in testOnLayout()
257 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableRowTest.MockTableRow
258 super.onLayout(changed, l, t, r, b); in onLayout()
DRelativeLayoutTest.java386 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in RelativeLayoutTest.MyRelativeLayout
387 super.onLayout(changed, l, t, r, b); in onLayout()
DTableLayoutTest.java605 mockTableLayout.onLayout(false, 0, 0, 20, 20); in testOnLayout()
683 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in TableLayoutTest.MockTableLayout
684 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.java69 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onCreate()
DMockView.java349 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() method in MockView
350 super.onLayout(changed, left, top, right, bottom); in onLayout()
DViewGroupTest.java666 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockView
2026 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockViewGroupSubclass
2206 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewGroupTest.MockViewGroup
DViewTest.java4017 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewGroup
4257 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewParent
4433 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() method in ViewTest.MockViewGroupParent
/cts/tests/tests/print/src/android/print/cts/
DBasePrintTest.java616 inOrder.verify(mock).onLayout(eq(oldAttributes), eq(newAttributes), in verifyLayoutCall()
638 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/webkit/src/android/webkit/cts/
DWebViewTest.java2587 adapter.onLayout(oldAttributes, newAttributes, new CancellationSignal(),
/cts/tools/dex-tools/dex/
Dclasses.out.dex86140 protected void onLayout(
87996 protected abstract void onLayout(
95355 protected void onLayout(
95946 protected void onLayout(
99496 protected void onLayout(
99935 protected void onLayout(
102390 protected void onLayout(
103731 protected void onLayout(
104652 protected void onLayout(
106463 protected void onLayout(
[all …]