Searched refs:anchorView (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | DragLayer.java | 549 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition() argument 550 animateViewIntoPosition(dragView, child, -1, onFinishAnimationRunnable, anchorView); in animateViewIntoPosition() 554 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition() argument 617 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView); in animateViewIntoPosition() 623 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() argument 628 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition() 656 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument 720 anchorView); in animateView() 725 final int animationEndStyle, View anchorView) { in animateView() argument 736 if (anchorView != null) { in animateView() [all …]
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DragLayer.java | 476 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition() argument 530 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView); in animateViewIntoPosition() 536 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() argument 541 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition() 569 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument 631 anchorView); in animateView() 636 final int animationEndStyle, View anchorView) { in animateView() argument 647 if (anchorView != null) { in animateView() 648 mAnchorViewInitialScrollX = anchorView.getScrollX(); in animateView() 650 mAnchorView = anchorView; in animateView()
|
/packages/apps/Settings/src/com/android/settings/ |
D | DateTimeSettingsSetupWizard.java | 282 View anchorView = findViewById(anchorViewId); in showTimezonePicker() local 283 if (anchorView == null) { in showTimezonePicker() 288 mTimeZonePopup.setWidth(anchorView.getWidth()); in showTimezonePicker() 289 mTimeZonePopup.setAnchorView(anchorView); in showTimezonePicker()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | PhotoActionPopup.java | 67 public static ListPopupWindow createPopupMenu(Context context, View anchorView, in createPopupMenu() argument 114 listPopupWindow.setAnchorView(anchorView); in createPopupMenu() 121 if (anchorView.getWidth() < minWidth) { in createPopupMenu()
|
D | ContactEditorFragment.java | 1059 final View anchorView = editor.findViewById(R.id.account_selector_container); in addAccountSwitcher() local 1063 anchorView.setVisibility(View.VISIBLE); in addAccountSwitcher() 1071 popup.setWidth(anchorView.getWidth()); in addAccountSwitcher() 1072 popup.setAnchorView(anchorView); in addAccountSwitcher() 1682 final View anchorView = rawContactView.findViewById(R.id.anchor_view); in onAggregationSuggestionChange() local 1684 mAggregationSuggestionPopup.setAnchorView(anchorView); in onAggregationSuggestionChange() 1685 mAggregationSuggestionPopup.setWidth(anchorView.getWidth()); in onAggregationSuggestionChange()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PopupList.java | 69 public PopupList(Context context, View anchorView) { in PopupList() argument 71 mAnchorView = anchorView; in PopupList()
|