Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DDoubleShadowBubbleTextView.java63 getTextShadowColor(mShadowInfo.ambientShadowColor, alpha)); in onDraw()
75 getTextShadowColor(mShadowInfo.keyShadowColor, alpha)); in onDraw()
117 getTextShadowColor(ambientShadowColor, textAlpha)); in skipDoubleShadow()
124 getTextShadowColor(keyShadowColor, textAlpha)); in skipDoubleShadow()
133 private static int getTextShadowColor(int shadowColor, int textAlpha) { in getTextShadowColor() method in DoubleShadowBubbleTextView