Home | History | Annotate | Download | only in launcher3

Lines Matching refs:anchorView

585             final Runnable onFinishAnimationRunnable, View anchorView) {
586 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, anchorView);
590 final Runnable onFinishAnimationRunnable, View anchorView) {
653 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
659 int animationEndStyle, int duration, View anchorView) {
664 null, null, onCompleteRunnable, animationEndStyle, anchorView);
684 * @param anchorView If not null, this represents the view which the animated view stays
692 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
755 anchorView);
760 final int animationEndStyle, View anchorView) {
770 if (anchorView != null) {
771 mAnchorViewInitialScrollX = anchorView.getScrollX();
773 mAnchorView = anchorView;