OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mattachmentcounter
(Results
1 - 1
of
1
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewInstrumentationTest.java
706
ViewAttachDetachCounter
mAttachmentCounter
= new ViewAttachDetachCounter();
728
mAttachmentCounter
.onViewAttached(holder);
734
mAttachmentCounter
.onViewDetached(holder);
740
mAttachmentCounter
.onAttached(recyclerView);
746
mAttachmentCounter
.onDetached(recyclerView);
[
all
...]
Completed in 290 milliseconds