Home
last modified time | relevance | path

Searched refs:detachViewFromParent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java535 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.MockViewGroup
3125 super.detachViewFromParent(index); in detachViewFromParent()
3129 public void detachViewFromParent(View child) { in detachViewFromParent() method in ViewGroupTest.MockViewGroup
3130 super.detachViewFromParent(child); in detachViewFromParent()
DViewTest.java5774 protected void detachViewFromParent(View child) { in detachViewFromParent() method in ViewTest.MockViewGroupParent
5775 super.detachViewFromParent(child); in detachViewFromParent()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt53618 method protected void detachViewFromParent(android.view.View);
53619 method protected void detachViewFromParent(int);