Searched defs:anchorView (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | SnackBar.java | 91 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()
|
D | SnackBarManager.java | 180 final View anchorView = placement.getAnchorView(); in show() local 378 final View anchorView = placement.getAnchorView(); in getRelativeOffset() local
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragLayer.java | 240 public void animateViewIntoPosition(DragView dragView, final View child, View anchorView) { in animateViewIntoPosition() 245 View anchorView) { in animateViewIntoPosition() 304 int animationEndStyle, int duration, View anchorView) { in animateViewIntoPosition() 330 final int animationEndStyle, View anchorView) { in animateView()
|
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/ |
D | WalletPopupMenu.java | 40 WalletPopupMenu(Context context, View anchorView) { in WalletPopupMenu()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | PhotoActionPopup.java | 97 public static ListPopupWindow createPopupMenu(Context context, View anchorView, in createPopupMenu()
|
D | ContactEditorFragment.java | 1613 final View anchorView = getAggregationAnchorView(); in onAggregationSuggestionChange() local
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/ |
D | StatusIconPanelViewController.java | 191 View anchorView, @LayoutRes int layoutRes, @DimenRes int widthRes, in StatusIconPanelViewController() 574 public StatusIconPanelViewController build(View anchorView, @LayoutRes int layoutRes, in build()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | RootSandboxLayout.java | 157 private void updateTutorialStepViewTranslation( in updateTutorialStepViewTranslation()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | PopupList.java | 69 public PopupList(Context context, View anchorView) { in PopupList()
|