/cts/tests/tests/widget/src/android/widget/cts/ |
D | AbsoluteLayoutTest.java | 102 assertTrue(mMyAbsoluteLayout.checkLayoutParams(mAbsoluteLayoutParams)); in testCheckLayoutParams() 105 assertFalse(mMyAbsoluteLayout.checkLayoutParams(layoutParams)); in testCheckLayoutParams() 106 assertFalse(mMyAbsoluteLayout.checkLayoutParams(null)); in testCheckLayoutParams() 160 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in AbsoluteLayoutTest.MyAbsoluteLayout 161 return super.checkLayoutParams(p); in checkLayoutParams()
|
D | TableRowTest.java | 174 assertTrue(mockTableRow.checkLayoutParams(new TableRow.LayoutParams(200, 300))); in testCheckLayoutParams() 176 assertFalse(mockTableRow.checkLayoutParams(new ViewGroup.LayoutParams(200, 300))); in testCheckLayoutParams() 178 assertFalse(mockTableRow.checkLayoutParams(new RelativeLayout.LayoutParams(200, 300))); in testCheckLayoutParams() 180 assertFalse(mockTableRow.checkLayoutParams(null)); in testCheckLayoutParams() 234 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in TableRowTest.MockTableRow 235 return super.checkLayoutParams(p); in checkLayoutParams()
|
D | RadioGroupTest.java | 343 assertFalse(mRadioGroupWrapper.checkLayoutParams(null)); in testCheckLayoutParams() 347 assertFalse(mRadioGroupWrapper.checkLayoutParams(relativeParams)); in testCheckLayoutParams() 351 assertFalse(mRadioGroupWrapper.checkLayoutParams(linearParams)); in testCheckLayoutParams() 355 assertTrue(mRadioGroupWrapper.checkLayoutParams(radioParams)); in testCheckLayoutParams() 575 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in RadioGroupTest.MockRadioGroup 576 return super.checkLayoutParams(p); in checkLayoutParams()
|
D | FrameLayoutTest.java | 230 assertFalse(myFrameLayout.checkLayoutParams(null)); in testCheckLayoutParams() 235 assertFalse(myFrameLayout.checkLayoutParams(params1)); in testCheckLayoutParams() 238 assertTrue(myFrameLayout.checkLayoutParams(params2)); in testCheckLayoutParams() 341 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in FrameLayoutTest.MyFrameLayout 342 return super.checkLayoutParams(p); in checkLayoutParams()
|
D | GalleryTest.java | 225 assertFalse(gallery.checkLayoutParams(p1)); in testCheckLayoutParams() 228 assertTrue(gallery.checkLayoutParams(p2)); in testCheckLayoutParams() 365 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in GalleryTest.MyGallery 366 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() 416 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in RelativeLayoutTest.MyRelativeLayout 417 return super.checkLayoutParams(p); in checkLayoutParams()
|
D | TableLayoutTest.java | 585 assertTrue(mTableCustomEmpty.checkLayoutParams(new TableLayout.LayoutParams(200, 300))); in testCheckLayoutParams() 587 assertFalse(mTableCustomEmpty.checkLayoutParams(new ViewGroup.LayoutParams(200, 300))); in testCheckLayoutParams() 589 assertFalse(mTableCustomEmpty.checkLayoutParams(new RelativeLayout.LayoutParams(200, 300))); in testCheckLayoutParams() 591 assertFalse(mTableCustomEmpty.checkLayoutParams(null)); in testCheckLayoutParams() 644 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in TableLayoutTest.MockTableLayout 645 return super.checkLayoutParams(p); in checkLayoutParams()
|
D | AbsListViewTest.java | 640 assertTrue(listView.checkLayoutParams(param1)); in testCheckLayoutParams() 643 assertFalse(listView.checkLayoutParams(param2)); in testCheckLayoutParams() 1354 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in AbsListViewTest.MyListView 1355 return super.checkLayoutParams(p); in checkLayoutParams()
|
D | LinearLayoutTest.java | 290 assertFalse(parent.checkLayoutParams(params)); in testCheckLayoutParams() 293 assertTrue(parent.checkLayoutParams(params)); in testCheckLayoutParams() 1317 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in LinearLayoutTest.MockLinearLayout 1318 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 | 445 assertFalse(mMockViewGroup.checkLayoutParams(null)); in testCheckLayoutParams() 447 assertTrue(mMockViewGroup.checkLayoutParams(new ViewGroup.LayoutParams(100, 200))); in testCheckLayoutParams() 3103 public boolean checkLayoutParams(LayoutParams p) { in checkLayoutParams() method in ViewGroupTest.MockViewGroup 3104 return super.checkLayoutParams(p); in checkLayoutParams()
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 292 name: "checkLayoutParams"
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 53610 method protected boolean checkLayoutParams(android.view.ViewGroup.LayoutParams);
|