Home
last modified time | relevance | path

Searched refs:anchorView (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java73 public static ListPopupWindow createPopupMenu(Context context, View anchorView, in createPopupMenu() argument
126 listPopupWindow.setAnchorView(anchorView); in createPopupMenu()
133 if (anchorView.getWidth() < minWidth) { in createPopupMenu()
DContactEditorFragment.java897 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/
DDragLayer.java450 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/
DDateTimeSettingsSetupWizard.java283 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/
DPopupList.java69 public PopupList(Context context, View anchorView) { in PopupList() argument
71 mAnchorView = anchorView; in PopupList()
/packages/apps/Contacts/src/com/android/contacts/dialpad/
DDialpadFragment.java892 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/
DContactDetailFragment.java1003 private void showListPopup(View anchorView, ListAdapter adapter, in showListPopup() argument
1007 mPopup.setAnchorView(anchorView); in showListPopup()
1008 mPopup.setWidth(anchorView.getWidth()); in showListPopup()