Searched refs:addViewInLayout (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 214 assertTrue(vg.addViewInLayout(textView, -1, new ViewGroup.LayoutParams(100, 200))); in testAddViewInLayout() 253 assertTrue(vg.addViewInLayout(textView, -1, new ViewGroup.LayoutParams(100, 200), true)); in testAddViewInLayoutWithParamViewIntLayB() 2215 public boolean addViewInLayout(View child, int index, in addViewInLayout() method in ViewGroupTest.MockViewGroup 2217 return super.addViewInLayout(child, index, params); in addViewInLayout() 2221 public boolean addViewInLayout(View child, int index, in addViewInLayout() method in ViewGroupTest.MockViewGroup 2223 return super.addViewInLayout(child, index, params, preventRequestLayout); in addViewInLayout()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 87757 protected boolean addViewInLayout( 87762 protected boolean addViewInLayout(
|