Searched refs:anchorView (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | PhotoActionPopup.java | 73 public static ListPopupWindow createPopupMenu(Context context, View anchorView, in createPopupMenu() argument 126 listPopupWindow.setAnchorView(anchorView); in createPopupMenu() 133 if (anchorView.getWidth() < minWidth) { in createPopupMenu()
|
D | ContactEditorFragment.java | 897 final View anchorView = editor.findViewById(R.id.account_container); in addAccountSwitcher() local 905 popup.setWidth(anchorView.getWidth()); in addAccountSwitcher() 906 popup.setAnchorView(anchorView); in addAccountSwitcher() 1442 final View anchorView = rawContactView.findViewById(R.id.anchor_view); in onAggregationSuggestionChange() local 1444 mAggregationSuggestionPopup.setAnchorView(anchorView); in onAggregationSuggestionChange() 1445 mAggregationSuggestionPopup.setWidth(anchorView.getWidth()); in onAggregationSuggestionChange()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | DragLayer.java | 450 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition() argument 504 onCompleteRunnable, ANIMATION_END_DISAPPEAR, duration, anchorView); in animateViewIntoPosition() 510 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() argument 515 null, null, onCompleteRunnable, animationEndStyle, anchorView); in animateViewIntoPosition() 543 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView() argument 605 anchorView); in animateView() 610 final int animationEndStyle, View anchorView) { in animateView() argument 621 if (anchorView != null) { in animateView() 622 mAnchorViewInitialScrollX = anchorView.getScrollX(); in animateView() 624 mAnchorView = anchorView; in animateView()
|
/packages/apps/Settings/src/com/android/settings/ |
D | DateTimeSettingsSetupWizard.java | 283 View anchorView = findViewById(anchorViewId); in showTimezonePicker() local 284 if (anchorView == null) { in showTimezonePicker() 289 mTimeZonePopup.setWidth(anchorView.getWidth()); in showTimezonePicker() 290 mTimeZonePopup.setAnchorView(anchorView); in showTimezonePicker()
|
/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()
|
/packages/apps/Contacts/src/com/android/contacts/dialpad/ |
D | DialpadFragment.java | 892 public PopupMenu constructPopupMenu(View anchorView) { in constructPopupMenu() argument 897 final PopupMenu popupMenu = new PopupMenu(context, anchorView); in constructPopupMenu()
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
D | ContactDetailFragment.java | 1003 private void showListPopup(View anchorView, ListAdapter adapter, in showListPopup() argument 1007 mPopup.setAnchorView(anchorView); in showListPopup() 1008 mPopup.setWidth(anchorView.getWidth()); in showListPopup()
|