Searched defs:detachViewFromParent (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DChildHelperTest.java165 public void detachViewFromParent(int offset) { method in class:ChildHelperTest.LoggingCallback
H A DRecyclerViewLayoutTest.java1874 recyclerView.detachViewFromParent(index2);
1876 recyclerView.detachViewFromParent(index1 + 1);
4373 public void detachViewFromParent(int index) { method in class:RecyclerViewLayoutTest.TestRecyclerView
4374 super.detachViewFromParent(index);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java281 void detachViewFromParent(int index) { method in class:ChildHelper
284 mCallback.detachViewFromParent(offset);
531 void detachViewFromParent(int offset); method in interface:ChildHelper.Callback
/frameworks/base/core/java/android/view/
H A DViewGroup.java4948 * @see #detachViewFromParent(View)
4949 * @see #detachViewFromParent(int)
4999 * @see #detachViewFromParent(View)
5000 * @see #detachViewFromParent(int)
5035 * @see #detachViewFromParent(int)
5041 protected void detachViewFromParent(View child) { method in class:ViewGroup
5056 * @see #detachViewFromParent(View)
5062 protected void detachViewFromParent(int index) { method in class:ViewGroup
5078 * @see #detachViewFromParent(View)
5079 * @see #detachViewFromParent(in
[all...]

Completed in 120 milliseconds