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.java102 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()
DTableRowTest.java174 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()
DRadioGroupTest.java343 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()
DFrameLayoutTest.java230 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()
DGalleryTest.java225 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()
DRelativeLayoutTest.java330 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()
DTableLayoutTest.java585 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()
DAbsListViewTest.java640 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()
DLinearLayoutTest.java290 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/
DBoxInsetLayout.java369 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in BoxInsetLayout
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java445 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/
DShell.apk.pb.txt292 name: "checkLayoutParams"
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt53610 method protected boolean checkLayoutParams(android.view.ViewGroup.LayoutParams);