Home
last modified time | relevance | path

Searched defs:textAlpha (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DDoubleShadowBubbleTextView.java108 int textAlpha = Color.alpha(textView.getCurrentTextColor()); in skipDoubleShadow() local
132 private static int getTextShadowColor(int shadowColor, int textAlpha) { in getTextShadowColor()
DArrowTipView.java443 private void setTextAlpha(int textAlpha) { in setTextAlpha()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DDesktopAppSelectView.java132 ObjectAnimator textAlpha = ObjectAnimator.ofFloat(mText, ALPHA, 1); in show() local