Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DChildHelper.java281 void detachViewFromParent(int index) { in detachViewFromParent() method in ChildHelper
284 mCallback.detachViewFromParent(offset); in detachViewFromParent()
531 void detachViewFromParent(int offset); in detachViewFromParent() method
DRecyclerView.java693 public void detachViewFromParent(int offset) { in initChildrenHelper()
708 RecyclerView.this.detachViewFromParent(offset); in initChildrenHelper()
5383 mChildHelper.detachViewFromParent(layoutIndex); in getScrapViewForPosition()
7243 mChildHelper.detachViewFromParent(index); in detachViewInternal()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DChildHelperTest.java160 public void detachViewFromParent(int offset) { in detachViewFromParent() method in ChildHelperTest.LoggingCallback
DRecyclerViewLayoutTest.java1715 recyclerView.detachViewFromParent(index2); in swapViewsAtIndices()
1717 recyclerView.detachViewFromParent(index1 + 1); in swapViewsAtIndices()
4151 public void detachViewFromParent(int index) {
4152 super.detachViewFromParent(index);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java625 detachViewFromParent(tv); in bindVisibleTaskViews()
1514 detachViewFromParent(tv); in onReturnViewToPool()
/frameworks/base/core/java/android/widget/
DListView.java3184 detachViewFromParent(first);
3213 detachViewFromParent(last);
/frameworks/base/core/java/android/view/
DViewGroup.java5078 protected void detachViewFromParent(View child) { in detachViewFromParent() method in ViewGroup
5099 protected void detachViewFromParent(int index) { in detachViewFromParent() method in ViewGroup
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34095 method protected void detachViewFromParent(android.view.View);
34096 method protected void detachViewFromParent(int);
/frameworks/base/api/
Dcurrent.txt43010 method protected void detachViewFromParent(android.view.View);
43011 method protected void detachViewFromParent(int);
Dsystem-current.txt46010 method protected void detachViewFromParent(android.view.View);
46011 method protected void detachViewFromParent(int);
Dtest-current.txt43089 method protected void detachViewFromParent(android.view.View);
43090 method protected void detachViewFromParent(int);