Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBar.java91 private Placement(@NonNull final View anchorView, final boolean anchorAbove) { in Placement()
108 public static Placement above(final View anchorView) { in above()
115 public static Placement below(final View anchorView) { in below()
DSnackBarManager.java162 final View anchorView = placement.getAnchorView(); in show() local
357 final View anchorView = placement.getAnchorView(); in getRelativeOffset() local
/packages/apps/Launcher3/src/com/android/launcher3/
DDragLayer.java567 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition()
572 final Runnable onFinishAnimationRunnable, View anchorView) { in animateViewIntoPosition()
641 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition()
674 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView()
742 final int animationEndStyle, View anchorView) { in animateView()
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java97 public static ListPopupWindow createPopupMenu(Context context, View anchorView, in createPopupMenu()
DContactEditorFragment.java390 final View anchorView = editor.findViewById(R.id.account_selector_container); in addAccountSwitcher() local
DContactEditorBaseFragment.java1588 final View anchorView = getAggregationAnchorView(mAggregationSuggestionsRawContactId); in onAggregationSuggestionChange() local
/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.java276 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()
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCircularClipAnimation.java144 public void start(boolean showing, int x, int y, int width, int height, View anchorView) { in start()
DCarLayoutManager.java1065 View anchorView = findViewByPosition(mAnchorPageBreakPosition); in offsetRowsByPage() local