Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java216 assertTrue(vg.addViewInLayout(textView, -1, new ViewGroup.LayoutParams(100, 200))); in testAddViewInLayout()
255 assertTrue(vg.addViewInLayout(textView, -1, new ViewGroup.LayoutParams(100, 200), true)); in testAddViewInLayoutWithParamViewIntLayB()
2011 public boolean addViewInLayout(View child, int index, in addViewInLayout() method in ViewGroupTest.MockViewGroup
2013 return super.addViewInLayout(child, index, params); in addViewInLayout()
2017 public boolean addViewInLayout(View child, int index, in addViewInLayout() method in ViewGroupTest.MockViewGroup
2019 return super.addViewInLayout(child, index, params, preventRequestLayout); in addViewInLayout()