Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DAbsoluteLayoutTest.java86 assertTrue(mMyAbsoluteLayout.checkLayoutParams(mAbsoluteLayoutParams)); in testCheckLayoutParams()
89 assertFalse(mMyAbsoluteLayout.checkLayoutParams(layoutParams)); in testCheckLayoutParams()
90 assertFalse(mMyAbsoluteLayout.checkLayoutParams(null)); in testCheckLayoutParams()
142 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in AbsoluteLayoutTest.MyAbsoluteLayout
143 return super.checkLayoutParams(p); in checkLayoutParams()
DTableRowTest.java146 assertTrue(mockTableRow.checkLayoutParams(new TableRow.LayoutParams(200, 300))); in testCheckLayoutParams()
148 assertFalse(mockTableRow.checkLayoutParams(new ViewGroup.LayoutParams(200, 300))); in testCheckLayoutParams()
150 assertFalse(mockTableRow.checkLayoutParams(new RelativeLayout.LayoutParams(200, 300))); in testCheckLayoutParams()
152 assertFalse(mockTableRow.checkLayoutParams(null)); in testCheckLayoutParams()
241 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in TableRowTest.MockTableRow
242 return super.checkLayoutParams(p); in checkLayoutParams()
DMyGallery.java53 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in MyGallery
54 return super.checkLayoutParams(p); in checkLayoutParams()
DFrameLayoutTest.java213 assertFalse(myFrameLayout.checkLayoutParams(null)); in testCheckLayoutParams()
218 assertFalse(myFrameLayout.checkLayoutParams(params1)); in testCheckLayoutParams()
221 assertTrue(myFrameLayout.checkLayoutParams(params2)); in testCheckLayoutParams()
360 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in FrameLayoutTest.MyFrameLayout
361 return super.checkLayoutParams(p); in checkLayoutParams()
DRadioGroupTest.java318 assertFalse(mRadioGroupWrapper.checkLayoutParams(null)); in testCheckLayoutParams()
322 assertFalse(mRadioGroupWrapper.checkLayoutParams(relativeParams)); in testCheckLayoutParams()
326 assertFalse(mRadioGroupWrapper.checkLayoutParams(linearParams)); in testCheckLayoutParams()
330 assertTrue(mRadioGroupWrapper.checkLayoutParams(radioParams)); in testCheckLayoutParams()
540 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in RadioGroupTest.MockRadioGroup
541 return super.checkLayoutParams(p); in checkLayoutParams()
DRelativeLayoutTest.java330 assertFalse(myRelativeLayout.checkLayoutParams(p1)); in testCheckLayoutParams()
333 assertTrue(myRelativeLayout.checkLayoutParams(p2)); in testCheckLayoutParams()
336 assertFalse(myRelativeLayout.checkLayoutParams(p3)); in testCheckLayoutParams()
391 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in RelativeLayoutTest.MyRelativeLayout
392 return super.checkLayoutParams(p); in checkLayoutParams()
DTableLayoutTest.java568 assertTrue(mockTableLayout.checkLayoutParams(new TableLayout.LayoutParams(200, 300))); in testCheckLayoutParams()
570 assertFalse(mockTableLayout.checkLayoutParams(new ViewGroup.LayoutParams(200, 300))); in testCheckLayoutParams()
572 assertFalse(mockTableLayout.checkLayoutParams(new RelativeLayout.LayoutParams(200, 300))); in testCheckLayoutParams()
574 assertFalse(mockTableLayout.checkLayoutParams(null)); in testCheckLayoutParams()
667 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in TableLayoutTest.MockTableLayout
668 return super.checkLayoutParams(p); in checkLayoutParams()
DLinearLayoutTest.java248 assertFalse(mockLinearLayout.checkLayoutParams(params)); in testCheckLayoutParams()
251 assertTrue(mockLinearLayout.checkLayoutParams(params)); in testCheckLayoutParams()
498 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in LinearLayoutTest.MockLinearLayout
499 return super.checkLayoutParams(p); in checkLayoutParams()
DGalleryTest.java235 assertFalse(gallery.checkLayoutParams(p1)); in testCheckLayoutParams()
238 assertTrue(gallery.checkLayoutParams(p2)); in testCheckLayoutParams()
DAbsListViewTest.java473 assertTrue(listView.checkLayoutParams(param1)); in testCheckLayoutParams()
476 assertFalse(listView.checkLayoutParams(param2)); in testCheckLayoutParams()
893 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in AbsListViewTest.MyListView
894 return super.checkLayoutParams(p); in checkLayoutParams()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java369 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in BoxInsetLayout
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java298 assertFalse(view.checkLayoutParams(null)); in testCheckLayoutParams()
300 assertTrue(view.checkLayoutParams(new ViewGroup.LayoutParams(100, 200))); in testCheckLayoutParams()
2244 public boolean checkLayoutParams(LayoutParams p) { in checkLayoutParams() method in ViewGroupTest.MockViewGroup
2245 return super.checkLayoutParams(p); in checkLayoutParams()
/cts/tools/dex-tools/dex/
Dclasses.out.dex87784 protected boolean checkLayoutParams(
95339 protected boolean checkLayoutParams(
95935 protected boolean checkLayoutParams(
99814 protected boolean checkLayoutParams(
102362 protected boolean checkLayoutParams(
103656 protected boolean checkLayoutParams(
104585 protected boolean checkLayoutParams(
105588 protected boolean checkLayoutParams(
107787 protected boolean checkLayoutParams(
107996 protected boolean checkLayoutParams(
[all …]