Home
last modified time | relevance | path

Searched refs:showAtLocation (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java182 @Nullable public ArrowTipView showAtLocation(String text, @Px int arrowXCoord, @Px int yCoord) { in showAtLocation() method in ArrowTipView
183 return showAtLocation( in showAtLocation()
203 return showAtLocation( in showAroundRect()
223 @Nullable private ArrowTipView showAtLocation(String text, @Px int arrowXCoord, in showAtLocation() method in ArrowTipView
/packages/apps/Dialer/java/com/android/incallui/rtt/impl/
DRttChatFragment.java251 overflowMenu.showAtLocation(v, Gravity.TOP | Gravity.RIGHT, 0, 0); in onCreateView()
587 () -> overflowMenu.showAtLocation(getView(), Gravity.TOP | Gravity.RIGHT, 0, 0)); in showAudioRouteSelector()
588 audioSelectMenu.showAtLocation(getView(), Gravity.TOP | Gravity.RIGHT, 0, 0); in showAudioRouteSelector()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DSharePopup.java212 public void showAtLocation(View parent, int gravity, int x, int y) { in showAtLocation() method in SharePopup
213 super.showAtLocation(parent, gravity, x, y); in showAtLocation()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DGoOverviewActionsView.java92 .showAtLocation(getResources().getString(textResourceId), in showToolTip()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java294 mPopupWindow.showAtLocation(mViewToAnimate, Gravity.TOP, 0, 1); in initPopupWindow()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java246 new ArrowTipView(mActivityContext, /* isPointingUp= */ false).showAtLocation( in showEducationTipOnViewIfPossible()
/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBarManager.java176 mPopupWindow.showAtLocation( in show()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java919 mSharePopup.showAtLocation(mThumbnailView, Gravity.NO_GRAVITY, 0, 0); in showSharePopup()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java1101 previewPopup.showAtLocation(mPopupParent, Gravity.NO_GRAVITY, in showKey()
/packages/apps/LegacyCamera/src/com/android/camera/
DCamera.java2313 mSharePopup.showAtLocation(mThumbnailView, Gravity.NO_GRAVITY, 0, 0); in showSharePopup()
DVideoCamera.java2222 mSharePopup.showAtLocation(mThumbnailView, Gravity.NO_GRAVITY, 0, 0); in showSharePopup()