Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java67 public static ListPopupWindow createPopupMenu(Context context, View anchorView, in createPopupMenu()
DContactEditorFragment.java1059 final View anchorView = editor.findViewById(R.id.account_selector_container); in addAccountSwitcher() local
1682 final View anchorView = rawContactView.findViewById(R.id.anchor_view); in onAggregationSuggestionChange() local
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java549 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition()
554 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition()
623 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition()
656 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView()
725 final int animationEndStyle, View anchorView) { in animateView()
/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java476 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition()
536 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition()
569 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView()
636 final int animationEndStyle, View anchorView) { in animateView()
/packages/apps/Settings/src/com/android/settings/
DDateTimeSettingsSetupWizard.java282 View anchorView = findViewById(anchorViewId); in showTimezonePicker() local
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPopupList.java69 public PopupList(Context context, View anchorView) { in PopupList()