Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java48 public class ArrowTipView extends AbstractFloatingView { class
50 private static final String TAG = ArrowTipView.class.getSimpleName();
63 public ArrowTipView(Context context) { in ArrowTipView() method in ArrowTipView
67 public ArrowTipView(Context context, boolean isPointingUp) { in ArrowTipView() method in ArrowTipView
122 public ArrowTipView show(String text, int top) { in show()
135 public ArrowTipView show(String text, int gravity, int arrowMarginStart, int top) { in show()
182 @Nullable public ArrowTipView showAtLocation(String text, @Px int arrowXCoord, @Px int yCoord) { in showAtLocation()
201 @Nullable public ArrowTipView showAroundRect( in showAroundRect()
223 @Nullable private ArrowTipView showAtLocation(String text, @Px int arrowXCoord, in showAtLocation()
318 public ArrowTipView setOnClosedCallback(Runnable runnable) { in setOnClosedCallback()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DGoOverviewActionsView.java29 import com.android.launcher3.views.ArrowTipView;
38 private ArrowTipView mArrowTipView;
91 mArrowTipView = new ArrowTipView(getContext(), /* isPointingUp= */ false) in showToolTip()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java46 import com.android.launcher3.views.ArrowTipView;
239 protected ArrowTipView showEducationTipOnViewIfPossible(@Nullable View view) { in showEducationTipOnViewIfPossible()
245 ArrowTipView arrowTipView = in showEducationTipOnViewIfPossible()
246 new ArrowTipView(mActivityContext, /* isPointingUp= */ false).showAtLocation( in showEducationTipOnViewIfPossible()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java37 import com.android.launcher3.views.ArrowTipView;
232 new ArrowTipView(mLauncher).show( in showDimissTip()
254 new ArrowTipView(mLauncher).show(mLauncher.getString( in showEdu()
DHotseatPredictionController.java59 import com.android.launcher3.views.ArrowTipView;
177 new ArrowTipView(mLauncher).show( in showDiscoveryTip()
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java36 import com.android.launcher3.views.ArrowTipView;
711 @Nullable private ArrowTipView showReconfigurableWidgetEducationTip() { in showReconfigurableWidgetEducationTip()
718 return new ArrowTipView(mLauncher, /* isPointingUp= */ true) in showReconfigurableWidgetEducationTip()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsFullSheet.java57 import com.android.launcher3.views.ArrowTipView;
104 @Nullable private ArrowTipView mLatestEducationalTip;