Searched defs:anchorView (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoActionPopup.java75 public static ListPopupWindow createPopupMenu(Context context, View anchorView, argument
130 listPopupWindow.setAnchorView(anchorView);
137 if (anchorView.getWidth() < minWidth) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPopupList.java69 public PopupList(Context context, View anchorView) { argument
71 mAnchorView = anchorView;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DDragLayer.java476 final Runnable onFinishAnimationRunnable, View anchorView) {
530 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
536 int animationEndStyle, int duration, View anchorView) {
541 null, null, onCompleteRunnable, animationEndStyle, anchorView);
561 * @param anchorView If not null, this represents the view which the animated view stays
569 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
631 anchorView);
636 final int animationEndStyle, View anchorView) {
647 if (anchorView != null) {
648 mAnchorViewInitialScrollX = anchorView
475 animateViewIntoPosition(DragView dragView, final View child, int duration, final Runnable onFinishAnimationRunnable, View anchorView) argument
533 animateViewIntoPosition(final DragView view, final int fromX, final int fromY, final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY, float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, int animationEndStyle, int duration, View anchorView) argument
565 animateView(final DragView view, final Rect from, final Rect to, final float finalAlpha, final float initScaleX, final float initScaleY, final float finalScaleX, final float finalScaleY, int duration, final Interpolator motionInterpolator, final Interpolator alphaInterpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
634 animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, TimeInterpolator interpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DDragLayer.java544 final Runnable onFinishAnimationRunnable, View anchorView) {
545 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, anchorView);
549 final Runnable onFinishAnimationRunnable, View anchorView) {
612 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
618 int animationEndStyle, int duration, View anchorView) {
623 null, null, onCompleteRunnable, animationEndStyle, anchorView);
643 * @param anchorView If not null, this represents the view which the animated view stays
651 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
715 anchorView);
720 final int animationEndStyle, View anchorView) {
543 animateViewIntoPosition(DragView dragView, final View child, final Runnable onFinishAnimationRunnable, View anchorView) argument
548 animateViewIntoPosition(DragView dragView, final View child, int duration, final Runnable onFinishAnimationRunnable, View anchorView) argument
615 animateViewIntoPosition(final DragView view, final int fromX, final int fromY, final int toX, final int toY, float finalAlpha, float initScaleX, float initScaleY, float finalScaleX, float finalScaleY, Runnable onCompleteRunnable, int animationEndStyle, int duration, View anchorView) argument
647 animateView(final DragView view, final Rect from, final Rect to, final float finalAlpha, final float initScaleX, final float initScaleY, final float finalScaleX, final float finalScaleY, int duration, final Interpolator motionInterpolator, final Interpolator alphaInterpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
718 animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, TimeInterpolator interpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
[all...]

Completed in 161 milliseconds