Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyTests.java110 final WindowState opaque = createOpaqueFullscreen(false); in testChooseNavigationColorWindowLw() local
123 assertEquals(opaque, DisplayPolicy.chooseNavigationColorWindowLw( in testChooseNavigationColorWindowLw()
124 opaque, opaque, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
126 opaque, dimmingImTarget, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
128 opaque, dimmingNonImTarget, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
137 opaque, opaque, visibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
139 opaque, dimmingImTarget, visibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
144 opaque, opaque, invisibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
146 opaque, opaque, invisibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw()
148 opaque, opaque, visibleIme, NAV_BAR_RIGHT)); in testChooseNavigationColorWindowLw()
[all …]
/frameworks/native/cmds/flatland/
H A DMain.cpp61 0, staticGradient, opaque,
65 0, staticGradient, opaque,
69 0, staticGradient, opaque,
79 0, staticGradient, opaque,
83 0, staticGradient, opaque,
87 0, staticGradient, opaque,
97 0, staticGradient, opaque,
109 0, staticGradient, opaque,
113 0, staticGradient, opaque,
123 0, staticGradient, opaque,
[all …]
H A DFlatland.h56 Composer* opaque();
/frameworks/native/libs/adbd_auth/include/
H A Dadbd_auth.h43 void (*key_authorized)(void* opaque, uint64_t id);
90 bool (*callback)(void* opaque, const char* public_key, size_t len),
91 void* opaque) __INTRODUCED_IN(30);
124 void adbd_auth_prompt_user(AdbdAuthContext* ctx, const char* public_key, size_t len, void* opaque)
140 void* opaque) __INTRODUCED_IN(30);
/frameworks/base/libs/hwui/tests/unit/
H A DSkiaPipelineTests.cpp53 bool opaque = true; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
59 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
141 bool opaque = true; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
147 pipeline->renderLayers(lightGeometry, &layerUpdateQueue, opaque, lightInfo); in RENDERTHREAD_SKIA_PIPELINE_TEST()
167 bool opaque = true; in RENDERTHREAD_SKIA_PIPELINE_TEST() local
178 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
184 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
190 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
196 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
202 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST()
[all …]
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.h46 bool opaque, const LightInfo& lightInfo) override;
58 const std::vector<sp<RenderNode>>& nodes, bool opaque,
64 void renderLayersImpl(const LayerUpdateQueue& layers, bool opaque);
87 const std::vector<sp<RenderNode>>& nodes, bool opaque,
H A DSkiaPipeline.cpp84 LayerUpdateQueue* layerUpdateQueue, bool opaque, in renderLayers() argument
88 renderLayersImpl(*layerUpdateQueue, opaque); in renderLayers()
92 void SkiaPipeline::renderLayersImpl(const LayerUpdateQueue& layers, bool opaque) { in renderLayersImpl() argument
442 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrame() argument
455 renderLayersImpl(layers, opaque); in renderFrame()
457 renderFrameImpl(clip, nodes, opaque, contentDrawBounds, canvas, preTransform); in renderFrame()
476 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrameImpl() argument
492 if (!opaque || getSurfaceColorType() == kRGBA_F16_SkColorType) { in renderFrameImpl()
H A DSkiaVulkanPipeline.cpp70 bool opaque, const LightInfo& lightInfo, in draw() argument
78 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, backBuffer, in draw()
H A DSkiaOpenGLPipeline.cpp75 bool opaque, const LightInfo& lightInfo, in draw() argument
108 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in draw()
H A DSkiaOpenGLPipeline.h41 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
H A DSkiaVulkanPipeline.h38 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
/frameworks/rs/script_api/
H A Drs_object_types.spec46 An opaque handle to a RenderScript element.
55 An opaque handle to a RenderScript type.
64 An opaque handle to a RenderScript allocation.
73 An opaque handle to a RenderScript sampler object.
82 An opaque handle to a RenderScript script object.
/frameworks/native/libs/adbd_auth/
H A Dadbd_auth.cpp392 void IteratePublicKeys(bool (*callback)(void*, const char*, size_t), void* opaque) { in IteratePublicKeys()
402 if (!callback(opaque, line.data(), line.size())) { in IteratePublicKeys()
542 bool (*callback)(void* opaque, const char* public_key, size_t len), in adbd_auth_get_public_keys() argument
543 void* opaque) { in adbd_auth_get_public_keys()
544 ctx->IteratePublicKeys(callback, opaque); in adbd_auth_get_public_keys()
556 void* opaque) { in adbd_auth_prompt_user() argument
557 adbd_auth_prompt_user_with_id(ctx, public_key, len, opaque); in adbd_auth_prompt_user()
561 void* opaque) { in adbd_auth_prompt_user_with_id() argument
562 return ctx->PromptUser(std::string_view(public_key, len), opaque); in adbd_auth_prompt_user_with_id()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java29 public RawTexture(int width, int height, boolean opaque) { in RawTexture() argument
30 mOpaque = opaque; in RawTexture()
/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp67 return opaque() ? kOpaque_SkAlphaType in getOutAlphaType()
114 if (mUnpremultipliedRequired && !opaque()) { in setTargetSize()
150 if (!opaque()) { in setOutColorType()
172 if (required && !opaque()) { in setUnpremultipliedRequired()
212 bool ImageDecoder::opaque() const { in opaque() function in ImageDecoder
382 if (mUnpremultipliedRequired && !opaque()) { in decode()
/frameworks/base/libs/hwui/renderthread/
H A DIRenderPipeline.h54 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
66 LayerUpdateQueue* layerUpdateQueue, bool opaque,
H A DRenderProxy.h67 RenderProxy(bool opaque, RenderNode* rootNode, IContextFactory* contextFactory);
82 void setOpaque(bool opaque);
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTransactionCompat.java68 public TransactionCompat setOpaque(SurfaceControlCompat surfaceControl, boolean opaque) { in setOpaque() argument
69 mTransaction.setOpaque(surfaceControl.mSurfaceControl, opaque); in setOpaque()
/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequence.java53 boolean opaque, int frameCount, int defaultLoopCount) { in FrameSequence() argument
57 mOpaque = opaque; in FrameSequence()
/frameworks/rs/script_api/include/
H A Drs_object_types.rsh50 * An opaque handle to a RenderScript element.
59 * An opaque handle to a RenderScript type.
68 * An opaque handle to a RenderScript allocation.
77 * An opaque handle to a RenderScript sampler object.
86 * An opaque handle to a RenderScript script object.
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBlurUtils.kt82 fun applyBlur(viewRootImpl: ViewRootImpl?, radius: Int, opaque: Boolean) { in applyBlur()
89 it.setOpaque(viewRootImpl.surfaceControl, opaque) in applyBlur()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A DWorkLockActivityTest.java94 TaskDescription opaque = new TaskDescription(null, null, opaqueColor); in testBackgroundAlwaysOpaque() local
101 .putExtra(WorkLockActivity.EXTRA_TASK_DESCRIPTION, opaque)); in testBackgroundAlwaysOpaque()
/frameworks/base/services/core/jni/
H A Dcom_android_server_adb_AdbDebuggingManager.cpp83 static void ResultCallback(const PeerInfo* peer_info, void* opaque) { in ResultCallback()
84 auto* p = reinterpret_cast<PairingResultWaiter*>(opaque); in ResultCallback()
/frameworks/base/libs/hwui/
H A DRenderProperties.h84 bool setOpaque(bool opaque) { return RP_SET(mOpaque, opaque); } in setOpaque() argument
86 bool opaque() const { return mOpaque; } in opaque() function
110 bool needsBlending() const { return !opaque() || alpha() < 255; } in needsBlending()
/frameworks/base/core/java/android/view/
H A DTextureView.java205 public void setOpaque(boolean opaque) { in setOpaque() argument
206 if (opaque != mOpaque) { in setOpaque()
207 mOpaque = opaque; in setOpaque()

123