OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:endChangeAnimationIfNecessary
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java
395
if (
endChangeAnimationIfNecessary
(changeInfo, item)) {
403
private void
endChangeAnimationIfNecessary
(ChangeInfo changeInfo) {
405
endChangeAnimationIfNecessary
(changeInfo, changeInfo.oldHolder);
408
endChangeAnimationIfNecessary
(changeInfo, changeInfo.newHolder);
411
private boolean
endChangeAnimationIfNecessary
(ChangeInfo changeInfo, ViewHolder item) {
572
endChangeAnimationIfNecessary
(mPendingChanges.get(i));
616
endChangeAnimationIfNecessary
(changes.get(j));
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 2525 milliseconds