Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DDragLayer.java447 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition()
503 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition()
536 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView()
603 final int animationEndStyle, View anchorView) { in animateView()
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java73 public static ListPopupWindow createPopupMenu(Context context, View anchorView, in createPopupMenu()
DContactEditorFragment.java874 final View anchorView = editor.findViewById(R.id.account_container); in addAccountSwitcher() local
1421 final View anchorView = rawContactView.findViewById(R.id.anchor_view); in onAggregationSuggestionChange() local
/packages/apps/Settings/src/com/android/settings/
DDateTimeSettingsSetupWizard.java283 View anchorView = findViewById(anchorViewId); in showTimezonePicker() local
/packages/apps/Contacts/src/com/android/contacts/dialpad/
DDialpadFragment.java892 public PopupMenu constructPopupMenu(View anchorView) { in constructPopupMenu()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailFragment.java1047 private void showListPopup(View anchorView, ListAdapter adapter, in showListPopup()