Searched refs:opaque (Results 26 - 41 of 41) sorted by relevance

12

/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.cpp207 CREATE_BRIDGE2(setOpaque, CanvasContext* context, bool opaque) { argument
208 args->context->setOpaque(args->opaque);
212 void RenderProxy::setOpaque(bool opaque) { argument
215 args->opaque = opaque;
H A DCanvasContext.cpp141 void CanvasContext::setOpaque(bool opaque) { argument
142 mOpaque = opaque;
/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java207 // If the surface has insets, it can't be opaque.
236 void setOpaque(boolean opaque) { argument
237 nSetOpaque(mNativeProxy, opaque && !mHasInsets);
513 private static native void nSetOpaque(long nativeProxy, boolean opaque); argument
H A DSurfaceView.java311 boolean opaque = true;
314 opaque = super.gatherTransparentRegion(region);
327 opaque = false;
329 return opaque;
H A DWindowManagerGlobal.java568 public void changeCanvasOpacity(IBinder token, boolean opaque) { argument
575 mRoots.get(i).changeCanvasOpacity(opaque);
H A DViewRootImpl.java6624 void changeCanvasOpacity(boolean opaque) { argument
6625 Log.d(TAG, "changeCanvasOpacity: opaque=" + opaque);
6627 mAttachInfo.mHardwareRenderer.setOpaque(opaque);
H A DView.java1719 * View flag indicating whether this view was invalidated by an opaque
1734 * Indicates whether the background is opaque.
1741 * Indicates whether the scrollbars are opaque.
1748 * Indicates whether the view is opaque.
3148 * completely transparent and 1 means completely opaque.
11374 * completely transparent and 1 means the view is completely opaque.
11409 * completely transparent and 1 means the view is completely opaque.
12881 * Indicates whether this View is opaque. An opaque View guarantees that it will
12882 * draw all the pixels overlapping its bounds using a fully opaque colo
[all...]
/frameworks/base/libs/androidfw/
H A DStreamingZipInflater.cpp104 mInflateState.opaque = Z_NULL;
H A DZipUtils.cpp74 zstream.opaque = Z_NULL;
/frameworks/base/libs/hwui/
H A DRenderProperties.cpp68 setOpaque(other.opaque());
H A DOpenGLRenderer.cpp120 float right, float bottom, bool opaque) {
123 mOpaque = opaque;
153 float right, float bottom, bool opaque) {
155 setupFrameState(left, top, right, bottom, opaque);
183 void OpenGLRenderer::clear(float left, float top, float right, float bottom, bool opaque) { argument
184 if (!opaque) {
195 void OpenGLRenderer::startTilingCurrentClip(bool opaque, bool expand) { argument
204 startTiling(*clip, getViewportHeight(), opaque, expand);
208 void OpenGLRenderer::startTiling(const Rect& clip, int windowHeight, bool opaque, bool expand) { argument
220 opaque);
119 setupFrameState(float left, float top, float right, float bottom, bool opaque) argument
152 prepareDirty(float left, float top, float right, float bottom, bool opaque) argument
[all...]
/frameworks/native/cmds/flatland/
H A DComposers.cpp143 Composer* opaque() { function in namespace:android
/frameworks/base/core/jni/
H A Dandroid_view_ThreadedRenderer.cpp305 jlong proxyPtr, jboolean opaque) {
307 proxy->setOpaque(opaque);
304 android_view_ThreadedRenderer_setOpaque(JNIEnv* env, jobject clazz, jlong proxyPtr, jboolean opaque) argument
/frameworks/base/core/java/android/widget/
H A DListView.java3201 final boolean opaque = (color >>> 24) == 0xFF;
3202 mIsCacheColorOpaque = opaque;
3203 if (opaque) {
3275 // If the list is opaque *and* the background is not, we want to
3277 // If the list is opaque and the background is also opaque, we don't
/frameworks/base/tools/aapt/
H A DZipFile.cpp769 zstream.opaque = Z_NULL;
/frameworks/base/tools/aapt2/
H A DZipFile.cpp779 zstream.opaque = Z_NULL;

Completed in 396 milliseconds

12