Home
last modified time | relevance | path

Searched refs:ArrowTipView (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DArrowTipView.java49 public class ArrowTipView extends AbstractFloatingView { class
51 private static final String TAG = ArrowTipView.class.getSimpleName();
65 public ArrowTipView(Context context) { in ArrowTipView() method in ArrowTipView
69 public ArrowTipView(Context context, boolean isPointingUp) { in ArrowTipView() method in ArrowTipView
126 public ArrowTipView show(String text, int top) { in show()
139 public ArrowTipView show(String text, int gravity, int arrowMarginStart, int top) { in show()
191 @Nullable public ArrowTipView showAtLocation(String text, @Px int arrowXCoord, @Px int yCoord) { in showAtLocation()
210 @Nullable public ArrowTipView showAroundRect( in showAroundRect()
232 @Nullable private ArrowTipView showAtLocation(String text, @Px int arrowXCoord, in showAtLocation()
327 public ArrowTipView setOnClosedCallback(Runnable runnable) { in setOnClosedCallback()
/aosp12/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
H A DGoOverviewActionsView.java29 import com.android.launcher3.views.ArrowTipView;
39 private ArrowTipView mArrowTipView;
92 mArrowTipView = new ArrowTipView(getContext(), /* isPointingUp= */ false) in showToolTip()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DBaseWidgetSheet.java47 import com.android.launcher3.views.ArrowTipView;
287 protected ArrowTipView showEducationTipOnViewIfPossible(@Nullable View view) { in showEducationTipOnViewIfPossible()
293 ArrowTipView arrowTipView = in showEducationTipOnViewIfPossible()
294 new ArrowTipView(mActivityContext, /* isPointingUp= */ false).showAtLocation( in showEducationTipOnViewIfPossible()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatEduController.java41 import com.android.launcher3.views.ArrowTipView;
303 new ArrowTipView(mLauncher).show(message, Gravity.END, bounds.centerX(), bounds.top); in showHotseatArrowTip()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java40 import com.android.launcher3.views.ArrowTipView;
825 @Nullable private ArrowTipView showReconfigurableWidgetEducationTip() {
832 return new ArrowTipView(mLauncher, /* isPointingUp= */ true)
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
H A DWidgetsFullSheet.java58 import com.android.launcher3.views.ArrowTipView;
103 @Nullable private ArrowTipView mLatestEducationalTip;