HomeSort by relevance Sort by last modified time
    Searched defs:mRecoverAnimations (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java 239 List<RecoverAnimation> mRecoverAnimations = new ArrayList<RecoverAnimation>();
481 final int recoverAnimSize = mRecoverAnimations.size();
483 final RecoverAnimation recoverAnimation = mRecoverAnimations.get(0);
486 mRecoverAnimations.clear();
522 mRecoverAnimations, mActionState, dx, dy);
536 mRecoverAnimations, mActionState, dx, dy);
634 mRecoverAnimations.add(rv);
690 final int size = mRecoverAnimations.size();
692 if (!mRecoverAnimations.get(i).mEnded) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java 237 List<RecoverAnimation> mRecoverAnimations = new ArrayList<RecoverAnimation>();
479 final int recoverAnimSize = mRecoverAnimations.size();
481 final RecoverAnimation recoverAnimation = mRecoverAnimations.get(0);
484 mRecoverAnimations.clear();
520 mRecoverAnimations, mActionState, dx, dy);
534 mRecoverAnimations, mActionState, dx, dy);
632 mRecoverAnimations.add(rv);
688 final int size = mRecoverAnimations.size();
690 if (!mRecoverAnimations.get(i).mEnded) {
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 260 milliseconds