Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java55 public class ArrowTipView extends AbstractFloatingView { class
63 public static final IntProperty<ArrowTipView> TEXT_ALPHA =
66 public void setValue(ArrowTipView view, int v) {
71 public Integer get(ArrowTipView view) {
90 public ArrowTipView(Context context) { in ArrowTipView() method in ArrowTipView
94 public ArrowTipView(Context context, boolean isPointingUp) { in ArrowTipView() method in ArrowTipView
98 public ArrowTipView(Context context, boolean isPointingUp, int layoutId) { in ArrowTipView() method in ArrowTipView
106 TypedArray ta = context.obtainStyledAttributes(R.styleable.ArrowTipView); in ArrowTipView()
175 mActivityContext.getDragLayer().removeView(ArrowTipView.this); in init()
183 public ArrowTipView show(String text, int top) { in show()
[all …]
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DGoOverviewActionsView.java29 import com.android.launcher3.views.ArrowTipView;
39 private ArrowTipView mArrowTipView;
88 private ArrowTipView showToolTip(int viewId, int textResourceId) { in showToolTip()
92 mArrowTipView = new ArrowTipView(getContext(), /* isPointingUp= */ false) in showToolTip()
105 public ArrowTipView showListenToolTip() { in showListenToolTip()
113 public ArrowTipView showTranslateToolTip() { in showTranslateToolTip()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarHoverToolTipController.java27 import static com.android.launcher3.views.ArrowTipView.TEXT_ALPHA;
45 import com.android.launcher3.views.ArrowTipView;
62 private final ArrowTipView mHoverToolTipView;
82 mHoverToolTipView = new ArrowTipView(arrowContextWrapper, /* isPointingUp = */ false, in TaskbarHoverToolTipController()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java37 import com.android.launcher3.views.ArrowTipView;
207 new ArrowTipView(mLauncher).show(message, Gravity.END, bounds.centerX(), bounds.top); in showHotseatArrowTip()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java55 import com.android.launcher3.views.ArrowTipView;
121 private ArrowTipView mArrowTipView;
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java46 import com.android.launcher3.views.ArrowTipView;
875 @Nullable private ArrowTipView showReconfigurableWidgetEducationTip() {
882 return new ArrowTipView(mLauncher, /* isPointingUp= */ true)