OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mLastEventPosition
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/v7/recyclerview/src/android/support/v7/util/
BatchingListUpdateCallback.java
40
int
mLastEventPosition
= -1;
59
mWrapped.onInserted(
mLastEventPosition
, mLastEventCount);
62
mWrapped.onRemoved(
mLastEventPosition
, mLastEventCount);
65
mWrapped.onChanged(
mLastEventPosition
, mLastEventCount, mLastEventPayload);
74
if (mLastEventType == TYPE_ADD && position >=
mLastEventPosition
75
&& position <=
mLastEventPosition
+ mLastEventCount) {
77
mLastEventPosition
= Math.min(position,
mLastEventPosition
);
81
mLastEventPosition
= position;
88
if (mLastEventType == TYPE_REMOVE &&
mLastEventPosition
>= position &
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java
97
private float[]
mLastEventPosition
= { 0, 0 };
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 639 milliseconds