Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/angeles/
Ddemo.c432 const GLfixed fadeColor = minFade << 6; in drawFadeQuad() local
433 glColor4x(fadeColor, fadeColor, fadeColor, 0); in drawFadeQuad()
/frameworks/support/core-ui/java/android/support/v4/widget/
DSlidingPaneLayout.java976 private void dimChildView(View v, float mag, int fadeColor) { in dimChildView() argument
979 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()