Home | History | Annotate | Download | only in view

Lines Matching refs:OPAQUE

1464      * View flag indicating whether this view was invalidated by an opaque
1479 * Indicates whether the background is opaque.
1486 * Indicates whether the scrollbars are opaque.
1493 * Indicates whether the view is opaque.
5145 * Indicates whether this View is opaque. An opaque View guarantees that it will
5146 * draw all the pixels overlapping its bounds using a fully opaque color.
5149 * whether an instance is opaque. Opaque Views are treated in a special way by
5153 * @return True if this View is guaranteed to be fully opaque, false otherwise.
5161 // Opaque if:
5163 // - Background is opaque
5166 if (mBGDrawable != null && mBGDrawable.getOpacity() == PixelFormat.OPAQUE) {
6395 final boolean opaque = drawingCacheBackgroundColor != 0 || isOpaque();
6400 (width * height * (opaque && !translucentWindow ? 2 : 4) >
6412 if (!opaque) {
6444 if (opaque && translucentWindow) bitmap.setHasAlpha(false);
8474 * point is opaque, regardless of the transparent region; returns false
9298 // the opacity (alpha) from fully opaque to fully
9305 // Start opaque