Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionRowView.java341 public void setTextAlpha(int textAlpha) { in setTextAlpha() argument
342 mIconLastSetTextAlpha = textAlpha; in setTextAlpha()
343 if (getAlpha() < 1 && textAlpha > 0) { in setTextAlpha()
346 textAlpha = mIconFullTextAlpha; in setTextAlpha()
348 mIconCurrentTextAlpha = textAlpha; in setTextAlpha()
393 int textAlpha = hasHeaderExtra && hasAllAppsContent ? mIconFullTextAlpha : 0; in setContentVisibility() local
394 setter.setInt(this, TEXT_ALPHA, textAlpha, allAppsFade); in setContentVisibility()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DDoubleShadowBubbleTextView.java102 int textAlpha = Color.alpha(textView.getCurrentTextColor()); in skipDoubleShadow() local
105 if (textAlpha == 0 || (keyShadowAlpha == 0 && ambientShadowAlpha == 0)) { in skipDoubleShadow()
110 setColorAlphaBound(ambientShadowColor, textAlpha)); in skipDoubleShadow()
114 setColorAlphaBound(keyShadowColor, textAlpha)); in skipDoubleShadow()