Searched refs:detachViewFromParent (Results 1 – 3 of 3) sorted by relevance
535 mMockViewGroup.detachViewFromParent(0); in testDetachViewFromParent()548 mMockViewGroup.detachViewFromParent(mTextView); in testDetachViewFromParentWithParamView()1833 h.cluster1.detachViewFromParent(h.c1view1); in testFocusInClusterRemovals()1840 h.cluster1.detachViewFromParent(h.c1view1); in testFocusInClusterRemovals()1932 h.cluster1.detachViewFromParent(h.c1view1); in testDefaultFocusViewRemoved()1939 h.cluster1.detachViewFromParent(h.c1view1); in testDefaultFocusViewRemoved()3124 public void detachViewFromParent(int index) { in detachViewFromParent() method in ViewGroupTest.MockViewGroup3125 super.detachViewFromParent(index); in detachViewFromParent()3129 public void detachViewFromParent(View child) { in detachViewFromParent() method in ViewGroupTest.MockViewGroup3130 super.detachViewFromParent(child); in detachViewFromParent()
5774 protected void detachViewFromParent(View child) { in detachViewFromParent() method in ViewTest.MockViewGroupParent5775 super.detachViewFromParent(child); in detachViewFromParent()
53618 method protected void detachViewFromParent(android.view.View);53619 method protected void detachViewFromParent(int);