Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DAbsoluteLayoutTest.java94 assertTrue(mMyAbsoluteLayout.checkLayoutParams(mAbsoluteLayoutParams)); in testCheckLayoutParams()
97 assertFalse(mMyAbsoluteLayout.checkLayoutParams(layoutParams)); in testCheckLayoutParams()
98 assertFalse(mMyAbsoluteLayout.checkLayoutParams(null)); in testCheckLayoutParams()
152 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in AbsoluteLayoutTest.MyAbsoluteLayout
153 return super.checkLayoutParams(p); in checkLayoutParams()
DTableRowTest.java165 assertTrue(mockTableRow.checkLayoutParams(new TableRow.LayoutParams(200, 300))); in testCheckLayoutParams()
167 assertFalse(mockTableRow.checkLayoutParams(new ViewGroup.LayoutParams(200, 300))); in testCheckLayoutParams()
169 assertFalse(mockTableRow.checkLayoutParams(new RelativeLayout.LayoutParams(200, 300))); in testCheckLayoutParams()
171 assertFalse(mockTableRow.checkLayoutParams(null)); in testCheckLayoutParams()
225 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in TableRowTest.MockTableRow
226 return super.checkLayoutParams(p); in checkLayoutParams()
DRadioGroupTest.java333 assertFalse(mRadioGroupWrapper.checkLayoutParams(null)); in testCheckLayoutParams()
337 assertFalse(mRadioGroupWrapper.checkLayoutParams(relativeParams)); in testCheckLayoutParams()
341 assertFalse(mRadioGroupWrapper.checkLayoutParams(linearParams)); in testCheckLayoutParams()
345 assertTrue(mRadioGroupWrapper.checkLayoutParams(radioParams)); in testCheckLayoutParams()
526 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in RadioGroupTest.MockRadioGroup
527 return super.checkLayoutParams(p); in checkLayoutParams()
DFrameLayoutTest.java222 assertFalse(myFrameLayout.checkLayoutParams(null)); in testCheckLayoutParams()
227 assertFalse(myFrameLayout.checkLayoutParams(params1)); in testCheckLayoutParams()
230 assertTrue(myFrameLayout.checkLayoutParams(params2)); in testCheckLayoutParams()
333 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in FrameLayoutTest.MyFrameLayout
334 return super.checkLayoutParams(p); in checkLayoutParams()
DGalleryTest.java217 assertFalse(gallery.checkLayoutParams(p1)); in testCheckLayoutParams()
220 assertTrue(gallery.checkLayoutParams(p2)); in testCheckLayoutParams()
357 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in GalleryTest.MyGallery
358 return super.checkLayoutParams(p); in checkLayoutParams()
DRelativeLayoutTest.java322 assertFalse(myRelativeLayout.checkLayoutParams(p1)); in testCheckLayoutParams()
325 assertTrue(myRelativeLayout.checkLayoutParams(p2)); in testCheckLayoutParams()
328 assertFalse(myRelativeLayout.checkLayoutParams(p3)); in testCheckLayoutParams()
408 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in RelativeLayoutTest.MyRelativeLayout
409 return super.checkLayoutParams(p); in checkLayoutParams()
DTableLayoutTest.java577 assertTrue(mTableCustomEmpty.checkLayoutParams(new TableLayout.LayoutParams(200, 300))); in testCheckLayoutParams()
579 assertFalse(mTableCustomEmpty.checkLayoutParams(new ViewGroup.LayoutParams(200, 300))); in testCheckLayoutParams()
581 assertFalse(mTableCustomEmpty.checkLayoutParams(new RelativeLayout.LayoutParams(200, 300))); in testCheckLayoutParams()
583 assertFalse(mTableCustomEmpty.checkLayoutParams(null)); in testCheckLayoutParams()
636 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in TableLayoutTest.MockTableLayout
637 return super.checkLayoutParams(p); in checkLayoutParams()
DAbsListViewTest.java562 assertTrue(listView.checkLayoutParams(param1)); in testCheckLayoutParams()
565 assertFalse(listView.checkLayoutParams(param2)); in testCheckLayoutParams()
1216 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in AbsListViewTest.MyListView
1217 return super.checkLayoutParams(p); in checkLayoutParams()
DLinearLayoutTest.java281 assertFalse(parent.checkLayoutParams(params)); in testCheckLayoutParams()
284 assertTrue(parent.checkLayoutParams(params)); in testCheckLayoutParams()
1274 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() method in LinearLayoutTest.MockLinearLayout
1275 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.java436 assertFalse(mMockViewGroup.checkLayoutParams(null)); in testCheckLayoutParams()
438 assertTrue(mMockViewGroup.checkLayoutParams(new ViewGroup.LayoutParams(100, 200))); in testCheckLayoutParams()
3051 public boolean checkLayoutParams(LayoutParams p) { in checkLayoutParams() method in ViewGroupTest.MockViewGroup
3052 return super.checkLayoutParams(p); in checkLayoutParams()
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt292 name: "checkLayoutParams"