OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dispatchLastEvent
(Results
1 - 6
of
6
) sorted by null
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
SortedListBatchedCallbackTest.java
47
mBatchedCallback.
dispatchLastEvent
();
56
mBatchedCallback.
dispatchLastEvent
();
65
mBatchedCallback.
dispatchLastEvent
();
BatchingListUpdateCallbackTest.java
44
mBatching.
dispatchLastEvent
();
53
mBatching.
dispatchLastEvent
();
62
mBatching.
dispatchLastEvent
();
71
mBatching.
dispatchLastEvent
();
80
mBatching.
dispatchLastEvent
();
89
mBatching.
dispatchLastEvent
();
98
mBatching.
dispatchLastEvent
();
108
mBatching.
dispatchLastEvent
();
117
mBatching.
dispatchLastEvent
();
126
mBatching.
dispatchLastEvent
();
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
BatchingListUpdateCallback.java
28
* If you use this class to batch updates, you must call {@link #
dispatchLastEvent
()} when the
53
public void
dispatchLastEvent
() {
80
dispatchLastEvent
();
94
dispatchLastEvent
();
102
dispatchLastEvent
(); // moves are not merged
117
dispatchLastEvent
();
SortedList.java
361
* {@link BatchedCallback#
dispatchLastEvent
()} right after you complete your data changes.
384
((BatchedCallback) mCallback).
dispatchLastEvent
();
759
* complete, you <b>must</b> always call {@link BatchedCallback#
dispatchLastEvent
()} to flush
817
public void
dispatchLastEvent
() {
818
mBatchingListUpdateCallback.
dispatchLastEvent
();
DiffUtil.java
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 3380 milliseconds