Searched refs:attachViewToParent (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 374 mMockViewGroup.attachViewToParent(mTextView, -1, param); in testAttachViewToParent() 1819 h.cluster1.attachViewToParent(h.c1view1, 1, null); in testFocusInClusterRemovals() 1918 h.cluster1.attachViewToParent(h.c1view1, 1, null); in testDefaultFocusViewRemoved() 3040 public void attachViewToParent(View child, int index, in attachViewToParent() method in ViewGroupTest.MockViewGroup 3042 super.attachViewToParent(child, index, params); in attachViewToParent()
|