Searched defs:animationType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java574 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,
2062 * <code>animationType</code> is {@link #ANIMATION_TYPE_DRAG}, it returns
2070 * @param animationType The type of animation. Is one of {@link #ANIMATION_TYPE_DRAG},
2077 public long getAnimationDuration(RecyclerView recyclerView, int animationType, argument
2081 return animationType
2312 RecoverAnimation(ViewHolder viewHolder, int animationType, int actionState, float startDx, float startDy, float targetX, float targetY) argument
[all...]
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DItemTouchHelper.java597 int animationType;
616 animationType = ANIMATION_TYPE_DRAG;
618 animationType = ANIMATION_TYPE_SWIPE_SUCCESS;
620 animationType = ANIMATION_TYPE_SWIPE_CANCEL;
625 final RecoverAnimation rv = new RecoverAnimation(prevSelected, animationType,
654 final long duration = mCallback.getAnimationDuration(mRecyclerView, animationType,
2095 * <code>animationType</code> is {@link #ANIMATION_TYPE_DRAG}, it returns
2103 * @param animationType The type of animation. Is one of {@link #ANIMATION_TYPE_DRAG},
2111 public long getAnimationDuration(@NonNull RecyclerView recyclerView, int animationType, argument
2115 return animationType
2381 RecoverAnimation(ViewHolder viewHolder, int animationType, int actionState, float startDx, float startDy, float targetX, float targetY) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java3309 int animationType = childWasSwipedOut
3312 AnimationEvent event = new AnimationEvent(child, animationType);
5135 final int animationType; field in class:NotificationStackScrollLayout.AnimationEvent
5157 animationType = type;
5175 if (event.animationType == ANIMATION_TYPE_GO_TO_FULL_SHADE) {

Completed in 1089 milliseconds