Searched refs:detachViewFromParent (Results 1 – 2 of 2) sorted by relevance
394 vg.detachViewFromParent(0); in testDetachViewFromParent()408 vg.detachViewFromParent(textView); in testDetachViewFromParentWithParamView()2061 public void detachViewFromParent(int index) { in detachViewFromParent() method in ViewGroupTest.MockViewGroup2062 super.detachViewFromParent(index); in detachViewFromParent()2066 public void detachViewFromParent(View child) { in detachViewFromParent() method in ViewGroupTest.MockViewGroup2067 super.detachViewFromParent(child); in detachViewFromParent()
3219 listView.detachViewFromParent(focusChild); in testOnStartAndFinishTemporaryDetach()3236 protected void detachViewFromParent(View child) { in detachViewFromParent() method in ViewTest.MockListView3237 super.detachViewFromParent(child); in detachViewFromParent()3947 protected void detachViewFromParent(View child) { in detachViewFromParent() method in ViewTest.MockViewGroupParent3948 super.detachViewFromParent(child); in detachViewFromParent()