Searched defs:mIsPendingCleanup (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java618 mIsPendingCleanup = true;
1961 if (anim.mEnded && !anim.mIsPendingCleanup) {
2298 public boolean mIsPendingCleanup; field in class:ItemTouchHelper.RecoverAnimation
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java616 mIsPendingCleanup = true;
1967 if (anim.mEnded && !anim.mIsPendingCleanup) {
2304 public boolean mIsPendingCleanup; field in class:ItemTouchHelper.RecoverAnimation

Completed in 33 milliseconds