OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mLastEventCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
BatchingListUpdateCallback.java
41
int
mLastEventCount
= -1;
59
mWrapped.onInserted(mLastEventPosition,
mLastEventCount
);
62
mWrapped.onRemoved(mLastEventPosition,
mLastEventCount
);
65
mWrapped.onChanged(mLastEventPosition,
mLastEventCount
, mLastEventPayload);
75
&& position <= mLastEventPosition +
mLastEventCount
) {
76
mLastEventCount
+= count;
82
mLastEventCount
= count;
90
mLastEventCount
+= count;
96
mLastEventCount
= count;
109
!(position > mLastEventPosition +
mLastEventCount
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 43 milliseconds