Home
last modified time | relevance | path

Searched defs:anchorView (Results 1 – 7 of 7) 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/dragndrop/
DDragLayer.java245 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition()
250 View anchorView) { in animateViewIntoPosition()
311 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition()
345 final Runnable onCompleteRunnable, final int animationEndStyle, View anchorView) { in animateView()
413 final int animationEndStyle, View anchorView) { in animateView()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPopupMenu.java40 WalletPopupMenu(Context context, View anchorView) { in WalletPopupMenu()
/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoActionPopup.java97 public static ListPopupWindow createPopupMenu(Context context, View anchorView, in createPopupMenu()
DContactEditorFragment.java1613 final View anchorView = getAggregationAnchorView(); in onAggregationSuggestionChange() local
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPopupList.java69 public PopupList(Context context, View anchorView) { in PopupList()