Searched refs:checkLayoutParams (Results 1 – 11 of 11) sorted by relevance
93 assertTrue(mMyAbsoluteLayout.checkLayoutParams(mAbsoluteLayoutParams)); in testCheckLayoutParams()96 assertFalse(mMyAbsoluteLayout.checkLayoutParams(layoutParams)); in testCheckLayoutParams()97 assertFalse(mMyAbsoluteLayout.checkLayoutParams(null)); in testCheckLayoutParams()151 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in AbsoluteLayoutTest.MyAbsoluteLayout152 return super.checkLayoutParams(p); in checkLayoutParams()
164 assertTrue(mockTableRow.checkLayoutParams(new TableRow.LayoutParams(200, 300))); in testCheckLayoutParams()166 assertFalse(mockTableRow.checkLayoutParams(new ViewGroup.LayoutParams(200, 300))); in testCheckLayoutParams()168 assertFalse(mockTableRow.checkLayoutParams(new RelativeLayout.LayoutParams(200, 300))); in testCheckLayoutParams()170 assertFalse(mockTableRow.checkLayoutParams(null)); in testCheckLayoutParams()224 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in TableRowTest.MockTableRow225 return super.checkLayoutParams(p); in checkLayoutParams()
332 assertFalse(mRadioGroupWrapper.checkLayoutParams(null)); in testCheckLayoutParams()336 assertFalse(mRadioGroupWrapper.checkLayoutParams(relativeParams)); in testCheckLayoutParams()340 assertFalse(mRadioGroupWrapper.checkLayoutParams(linearParams)); in testCheckLayoutParams()344 assertTrue(mRadioGroupWrapper.checkLayoutParams(radioParams)); in testCheckLayoutParams()525 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in RadioGroupTest.MockRadioGroup526 return super.checkLayoutParams(p); in checkLayoutParams()
226 assertFalse(myFrameLayout.checkLayoutParams(null)); in testCheckLayoutParams()231 assertFalse(myFrameLayout.checkLayoutParams(params1)); in testCheckLayoutParams()234 assertTrue(myFrameLayout.checkLayoutParams(params2)); in testCheckLayoutParams()334 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in FrameLayoutTest.MyFrameLayout335 return super.checkLayoutParams(p); in checkLayoutParams()
221 assertFalse(gallery.checkLayoutParams(p1)); in testCheckLayoutParams()224 assertTrue(gallery.checkLayoutParams(p2)); in testCheckLayoutParams()361 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in GalleryTest.MyGallery362 return super.checkLayoutParams(p); in checkLayoutParams()
318 assertFalse(myRelativeLayout.checkLayoutParams(p1)); in testCheckLayoutParams()321 assertTrue(myRelativeLayout.checkLayoutParams(p2)); in testCheckLayoutParams()324 assertFalse(myRelativeLayout.checkLayoutParams(p3)); in testCheckLayoutParams()405 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in RelativeLayoutTest.MyRelativeLayout406 return super.checkLayoutParams(p); in checkLayoutParams()
574 assertTrue(mTableCustomEmpty.checkLayoutParams(new TableLayout.LayoutParams(200, 300))); in testCheckLayoutParams()576 assertFalse(mTableCustomEmpty.checkLayoutParams(new ViewGroup.LayoutParams(200, 300))); in testCheckLayoutParams()578 assertFalse(mTableCustomEmpty.checkLayoutParams(new RelativeLayout.LayoutParams(200, 300))); in testCheckLayoutParams()580 assertFalse(mTableCustomEmpty.checkLayoutParams(null)); in testCheckLayoutParams()633 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in TableLayoutTest.MockTableLayout634 return super.checkLayoutParams(p); in checkLayoutParams()
566 assertTrue(listView.checkLayoutParams(param1)); in testCheckLayoutParams()569 assertFalse(listView.checkLayoutParams(param2)); in testCheckLayoutParams()1191 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in AbsListViewTest.MyListView1192 return super.checkLayoutParams(p); in checkLayoutParams()
280 assertFalse(parent.checkLayoutParams(params)); in testCheckLayoutParams()283 assertTrue(parent.checkLayoutParams(params)); in testCheckLayoutParams()1274 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in LinearLayoutTest.MockLinearLayout1275 return super.checkLayoutParams(p); in checkLayoutParams()
369 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in BoxInsetLayout
425 assertFalse(mMockViewGroup.checkLayoutParams(null)); in testCheckLayoutParams()427 assertTrue(mMockViewGroup.checkLayoutParams(new ViewGroup.LayoutParams(100, 200))); in testCheckLayoutParams()2776 public boolean checkLayoutParams(LayoutParams p) { in checkLayoutParams() method in ViewGroupTest.MockViewGroup2777 return super.checkLayoutParams(p); in checkLayoutParams()