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

/packages/apps/Settings/src/com/android/settings/widget/
H A DActionBarShadowController.java52 public static ActionBarShadowController attachToRecyclerView(View anchorView, argument
54 return new ActionBarShadowController(anchorView, lifecycle, recyclerView);
65 private ActionBarShadowController(View anchorView, Lifecycle lifecycle, argument
67 mScrollChangeWatcher = new ScrollChangeWatcher(anchorView);
109 public ScrollChangeWatcher(View anchorView) { argument
110 mAnchorView = anchorView;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoActionPopup.java97 public static ListPopupWindow createPopupMenu(Context context, View anchorView, argument
125 listPopupWindow.setAnchorView(anchorView);
132 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/Messaging/src/com/android/messaging/ui/
H A DSnackBar.java91 private Placement(@NonNull final View anchorView, final boolean anchorAbove) { argument
92 Assert.notNull(anchorView);
93 mAnchorView = anchorView;
106 * Anchor the snack bar above the given {@code anchorView}.
108 public static Placement above(final View anchorView) { argument
109 return new Placement(anchorView, true);
113 * Anchor the snack bar below the given {@code anchorView}.
115 public static Placement below(final View anchorView) { argument
116 return new Placement(anchorView, false);
/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/dragndrop/
H A DDragLayer.java577 final Runnable onFinishAnimationRunnable, View anchorView) {
578 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, anchorView);
582 final Runnable onFinishAnimationRunnable, View anchorView) {
645 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView);
651 int animationEndStyle, int duration, View anchorView) {
656 null, null, onCompleteRunnable, animationEndStyle, anchorView);
677 * @param anchorView If not null, this represents the view which the animated view stays
685 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) {
748 anchorView);
753 final int animationEndStyle, View anchorView) {
576 animateViewIntoPosition(DragView dragView, final View child, final Runnable onFinishAnimationRunnable, View anchorView) argument
581 animateViewIntoPosition(DragView dragView, final View child, int duration, final Runnable onFinishAnimationRunnable, View anchorView) argument
648 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
681 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
751 animateView(final DragView view, AnimatorUpdateListener updateCb, int duration, TimeInterpolator interpolator, final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) argument
[all...]

Completed in 237 milliseconds