Home
last modified time | relevance | path

Searched refs:animationType (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DModeTransitionView.java416 private void prepareShadeAnimation(int animationType, int shadeColorId, int iconResId, in prepareShadeAnimation() argument
422 mAnimationType = animationType; in prepareShadeAnimation()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java2336 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE :
2339 onCompleteRunnable, animationType, cell, false);
3240 final Runnable onCompleteRunnable, int animationType, final View finalView,
3259 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) {
3268 if (animationType == CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION) {
3273 if (animationType == ANIMATE_INTO_POSITION_AND_REMAIN) {
DLauncher.java724 int animationType = 0; in completeTwoStageWidgetDrop() local
728 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop()
743 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop()
755 animationType, boundWidget, true); in completeTwoStageWidgetDrop()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2702 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : in onDrop() local
2705 onCompleteRunnable, animationType, cell, false); in onDrop()
3480 final Runnable onCompleteRunnable, int animationType, final View finalView,
3496 if ((animationType == ANIMATE_INTO_POSITION_AND_RESIZE || external) && finalView != null) {
3505 if (animationType == CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION) {
3510 if (animationType == ANIMATE_INTO_POSITION_AND_REMAIN) {
DLauncher.java893 int animationType = 0; in completeTwoStageWidgetDrop() local
897 animationType = Workspace.COMPLETE_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop()
911 animationType = Workspace.CANCEL_TWO_STAGE_WIDGET_DROP_ANIMATION; in completeTwoStageWidgetDrop()
916 animationType, boundWidget, true); in completeTwoStageWidgetDrop()