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.java347 assertTrue(mMockViewGroup.addViewInLayout( in testAddViewInLayout()
388 assertTrue(mMockViewGroup.addViewInLayout( in testAddViewInLayoutWithParamViewIntLayB()
3047 public boolean addViewInLayout(View child, int index, in addViewInLayout() method in ViewGroupTest.MockViewGroup
3049 return super.addViewInLayout(child, index, params); in addViewInLayout()
3053 public boolean addViewInLayout(View child, int index, in addViewInLayout() method in ViewGroupTest.MockViewGroup
3055 return super.addViewInLayout(child, index, params, preventRequestLayout); in addViewInLayout()