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

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
ItemTouchHelper.java 580 int animationType;
599 animationType = ANIMATION_TYPE_DRAG;
601 animationType = ANIMATION_TYPE_SWIPE_SUCCESS;
603 animationType = ANIMATION_TYPE_SWIPE_CANCEL;
608 final RecoverAnimation rv = new RecoverAnimation(prevSelected, animationType,
637 final long duration = mCallback.getAnimationDuration(mRecyclerView, animationType,
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java     [all...]
Launcher.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 473 milliseconds