Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java260 @Nullable public ArrowTipView showAtLocation(String text, @Px int arrowXCoord, @Px int yCoord) { in showAtLocation() method in ArrowTipView
261 return showAtLocation( in showAtLocation()
280 @Nullable public ArrowTipView showAtLocation( in showAtLocation() method in ArrowTipView
282 return showAtLocation( in showAtLocation()
303 return showAtLocation( in showAroundRect()
325 @Nullable private ArrowTipView showAtLocation(String text, @Px int arrowXCoord, in showAtLocation() method in ArrowTipView
/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityQuickSettingsTooltipWindow.java124 showAtLocation(targetView, Gravity.TOP | Gravity.CENTER_HORIZONTAL, 0, 0); in showAtTopCenter()
152 public void showAtLocation(View parent, int gravity, int x, int y) { in showAtLocation() method in AccessibilityQuickSettingsTooltipWindow
153 super.showAtLocation(parent, gravity, x, y); in showAtLocation()
/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.java93 .showAtLocation(getResources().getString(textResourceId), in showToolTip()
/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/menu/
DDropDownPopup.kt65 popupWindow.showAtLocation(itemView, Gravity.NO_GRAVITY, x, y) in showDropDownPopupWindow()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarHoverToolTipController.java163 mHoverToolTipView.showAtLocation(mToolTipText, iconViewBounds.centerX(), in revealHoverToolTip()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java294 mPopupWindow.showAtLocation(mViewToAnimate, Gravity.TOP, 0, 1); in initPopupWindow()
/packages/apps/Messaging/src/com/android/messaging/ui/
DSnackBarManager.java176 mPopupWindow.showAtLocation( in show()
/packages/services/Car/tests/CarTelemetryApp/src/com/android/car/cartelemetryapp/
DCarTelemetryActivity.java107 mConfigPopup.showAtLocation(configsView, Gravity.CENTER, 0, 0); in onCreate()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
DStatusIconPanelViewController.java257 mPanel.showAtLocation(mView, mPanelGravity, mXOffsetPixel, mYOffsetPixel); in onInit()
/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.java2314 mSharePopup.showAtLocation(mThumbnailView, Gravity.NO_GRAVITY, 0, 0); in showSharePopup()
DVideoCamera.java2223 mSharePopup.showAtLocation(mThumbnailView, Gravity.NO_GRAVITY, 0, 0); in showSharePopup()