Searched refs:fadeColor (Results 1 – 2 of 2) sorted by relevance
432 const GLfixed fadeColor = minFade << 6; in drawFadeQuad() local433 glColor4x(fadeColor, fadeColor, fadeColor, 0); in drawFadeQuad()
976 private void dimChildView(View v, float mag, int fadeColor) { in dimChildView() argument979 if (mag > 0 && fadeColor != 0) { in dimChildView()980 final int baseAlpha = (fadeColor & 0xff000000) >>> 24; in dimChildView()982 int color = imag << 24 | (fadeColor & 0xffffff); in dimChildView()