OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dispatchLastEvent
(Results
1 - 5
of
5
) sorted by null
/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
...]
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
BatchingListUpdateCallbackTest.java
41
mBatching.
dispatchLastEvent
();
50
mBatching.
dispatchLastEvent
();
59
mBatching.
dispatchLastEvent
();
68
mBatching.
dispatchLastEvent
();
77
mBatching.
dispatchLastEvent
();
86
mBatching.
dispatchLastEvent
();
95
mBatching.
dispatchLastEvent
();
105
mBatching.
dispatchLastEvent
();
114
mBatching.
dispatchLastEvent
();
123
mBatching.
dispatchLastEvent
();
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 361 milliseconds