/cts/tests/tests/widget/src/android/widget/cts/ |
D | AbsoluteLayoutTest.java | 86 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()
|
D | TableRowTest.java | 146 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()
|
D | MyGallery.java | 53 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in MyGallery 54 return super.checkLayoutParams(p); in checkLayoutParams()
|
D | FrameLayoutTest.java | 213 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()
|
D | RadioGroupTest.java | 318 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()
|
D | RelativeLayoutTest.java | 330 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()
|
D | TableLayoutTest.java | 568 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()
|
D | LinearLayoutTest.java | 248 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()
|
D | GalleryTest.java | 235 assertFalse(gallery.checkLayoutParams(p1)); in testCheckLayoutParams() 238 assertTrue(gallery.checkLayoutParams(p2)); in testCheckLayoutParams()
|
D | AbsListViewTest.java | 473 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/ |
D | BoxInsetLayout.java | 369 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in BoxInsetLayout
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 298 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/ |
D | classes.out.dex | 87784 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 …]
|