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

  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java 574 int animationType;
593 animationType = ANIMATION_TYPE_DRAG;
595 animationType = ANIMATION_TYPE_SWIPE_SUCCESS;
597 animationType = ANIMATION_TYPE_SWIPE_CANCEL;
602 final RecoverAnimation rv = new RecoverAnimation(prevSelected, animationType,
631 final long duration = mCallback.getAnimationDuration(mRecyclerView, animationType,
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java 572 int animationType;
591 animationType = ANIMATION_TYPE_DRAG;
593 animationType = ANIMATION_TYPE_SWIPE_SUCCESS;
595 animationType = ANIMATION_TYPE_SWIPE_CANCEL;
600 final RecoverAnimation rv = new RecoverAnimation(prevSelected, animationType,
629 final long duration = mCallback.getAnimationDuration(mRecyclerView, animationType,
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Launcher.java     [all...]
Workspace.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java 724 int animationType = 0;
728 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION;
743 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION;
755 animationType, boundWidget, true);
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 506 milliseconds