/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewBasicTest.java | 210 public void onViewRecycled(RecyclerView.ViewHolder holder) { in recyclerOffsetsOnMove() 211 super.onViewRecycled(holder); in recyclerOffsetsOnMove() 233 public void onViewRecycled(RecyclerView.ViewHolder holder) { in recyclerOffsetsOnAdd() 234 super.onViewRecycled(holder); in recyclerOffsetsOnAdd()
|
D | RecyclerViewAnimationsTest.java | 104 public void onViewRecycled(TestViewHolder holder) { in changeAndDisappearTest() 105 super.onViewRecycled(holder); in changeAndDisappearTest() 491 public void onViewRecycled(TestViewHolder holder) { in reuseHiddenViewTest() 492 super.onViewRecycled(holder); in reuseHiddenViewTest() 726 public void onViewRecycled(TestViewHolder holder) { in addRemoveSamePass() 727 super.onViewRecycled(holder); in addRemoveSamePass()
|
D | BaseRecyclerViewInstrumentationTest.java | 772 public void onViewRecycled(TestViewHolder holder) { in onViewRecycled() method in BaseRecyclerViewInstrumentationTest.TestAdapter 773 super.onViewRecycled(holder); in onViewRecycled()
|
D | RecyclerViewLayoutTest.java | 1364 public void onViewRecycled(TestViewHolder holder) { in transientStateRecycleTest() 1366 super.onViewRecycled(holder); in transientStateRecycleTest() 2360 public void onViewRecycled(RecyclerView.ViewHolder holder) { in compatibleAdapterTest() 3217 public void onViewRecycled(TestViewHolder2 holder) { in createOwnerCheckingAdapter() 3220 super.onViewRecycled(holder); in createOwnerCheckingAdapter() 3242 public void onViewRecycled(TestViewHolder2 holder) { 3246 super.onViewRecycled(holder);
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | BaseGridView.java | 208 public void onViewRecycled(RecyclerView.ViewHolder holder) { in BaseGridView() 211 mChainedRecyclerListener.onViewRecycled(holder); in BaseGridView()
|
D | ItemBridgeAdapter.java | 356 public final void onViewRecycled(RecyclerView.ViewHolder holder) { in onViewRecycled() method in ItemBridgeAdapter
|
/frameworks/support/design/src/android/support/design/internal/ |
D | NavigationMenuPresenter.java | 429 public void onViewRecycled(ViewHolder holder) { in onViewRecycled() method in NavigationMenuPresenter.NavigationMenuAdapter
|
/frameworks/support/v7/recyclerview/api/ |
D | 22.0.0.txt | 220 method public void onViewRecycled(VH); 454 method public abstract void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder); 502 method public void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 22.1.0.txt | 275 method public void onViewRecycled(VH); 513 method public abstract void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 22.2.1.txt | 327 method public void onViewRecycled(VH); 584 method public abstract void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 22.2.0.txt | 323 method public void onViewRecycled(VH); 580 method public abstract void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 23.0.0.txt | 359 method public void onViewRecycled(VH); 618 method public abstract void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 23.1.0.txt | 359 method public void onViewRecycled(VH); 627 method public abstract void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | current.txt | 370 method public void onViewRecycled(VH); 653 method public abstract void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 23.1.1.txt | 359 method public void onViewRecycled(VH); 627 method public abstract void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PageAdapter.java | 373 public void onViewRecycled(ViewHolder holder) { in onViewRecycled() method in PageAdapter
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 5465 mRecyclerListener.onViewRecycled(holder); in dispatchViewRecycled() 5468 mAdapter.onViewRecycled(holder); in dispatchViewRecycled() 5885 public void onViewRecycled(VH holder) { in onViewRecycled() method in RecyclerView.Adapter 9212 public void onViewRecycled(ViewHolder holder); in onViewRecycled() method
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryFragment.java | 192 public void onViewRecycled(ViewHolder holder) { in onCreateView()
|
/frameworks/support/v17/leanback/api/ |
D | 22.0.0.txt | 865 method public void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 22.1.0.txt | 981 method public final void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 23.0.0.txt | 983 method public final void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 22.2.0.txt | 981 method public final void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 22.2.1.txt | 978 method public final void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 23.1.0.txt | 1150 method public final void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|
D | 23.1.1.txt | 1150 method public final void onViewRecycled(android.support.v7.widget.RecyclerView.ViewHolder);
|