Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextViewTranslationCallback.java222 int fadedOutColor = colorWithAlpha(view.getCurrentTextColor(), 0); in runWithAnimation()
261 private static int colorWithAlpha(int color, int newAlpha) { in colorWithAlpha() method in TextViewTranslationCallback