Searched refs:addViewInLayout (Results 1 – 1 of 1) sorted by relevance
347 assertTrue(mMockViewGroup.addViewInLayout( in testAddViewInLayout()388 assertTrue(mMockViewGroup.addViewInLayout( in testAddViewInLayoutWithParamViewIntLayB()3047 public boolean addViewInLayout(View child, int index, in addViewInLayout() method in ViewGroupTest.MockViewGroup3049 return super.addViewInLayout(child, index, params); in addViewInLayout()3053 public boolean addViewInLayout(View child, int index, in addViewInLayout() method in ViewGroupTest.MockViewGroup3055 return super.addViewInLayout(child, index, params, preventRequestLayout); in addViewInLayout()