Searched defs:color (Results 101 - 101 of 101) sorted by relevance

12345

/frameworks/base/core/java/android/view/
H A DView.java3264 * Solid color to use as a background when creating the drawing cache. Enables
3336 * is useful to apply a specific color filter and/or blending mode and/or
3365 * <p>A hardware layer is useful to apply a specific color filter and/or
11027 * draw all the pixels overlapping its bounds using a fully opaque color.
13490 * Setting a solid background color for the drawing cache's bitmaps will improve
13492 * view will always be drawn on top of a solid color.
13494 * @param color The background color to use for the drawing cache's bitmap
13500 public void setDrawingCacheBackgroundColor(int color) { argument
13501 if (color !
15278 setBackgroundColor(int color) argument
19109 setFadeColor(int color) argument
[all...]

Completed in 119 milliseconds

12345