Searched refs:TEXT_ALPHA (Results 1 – 2 of 2) sorted by relevance
27 import static com.android.launcher3.views.ArrowTipView.TEXT_ALPHA;92 ObjectAnimator textCloseAnimator = ObjectAnimator.ofInt(mHoverToolTipView, TEXT_ALPHA, 0); in TaskbarHoverToolTipController()108 ObjectAnimator.ofInt(mHoverToolTipView, TEXT_ALPHA, 0, 255); in TaskbarHoverToolTipController()
63 public static final IntProperty<ArrowTipView> TEXT_ALPHA = field in ArrowTipView