OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addAndNotify
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerTest.java
219
mTestAdapter.
addAndNotify
(center, childCountToAdd);
415
adapter.
addAndNotify
(15, 1);
425
adapter.
addAndNotify
(5 + (i % 3) * 3, 1);
BaseRecyclerViewInstrumentationTest.java
827
public void
addAndNotify
(final int count) throws Throwable {
845
public void
addAndNotify
(final int start, final int count) throws Throwable {
846
addAndNotify
(new int[]{start, count});
849
public void
addAndNotify
(final int[]... startCountTuples) throws Throwable {
[
all
...]
RecyclerViewAnimationsTest.java
650
mTestAdapter.
addAndNotify
(1);
714
mTestAdapter.
addAndNotify
(0, 1);
[
all
...]
Completed in 54 milliseconds