/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyTests.java | 105 final WindowState opaque = createOpaqueFullscreen(false); in testChooseNavigationColorWindowLw() local 118 assertEquals(opaque, DisplayPolicy.chooseNavigationColorWindowLw( in testChooseNavigationColorWindowLw() 119 opaque, opaque, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 121 opaque, dimmingImTarget, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 123 opaque, dimmingNonImTarget, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 132 opaque, opaque, visibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 134 opaque, dimmingImTarget, visibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 136 opaque, dimmingNonImTarget, visibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 138 assertEquals(opaque, DisplayPolicy.chooseNavigationColorWindowLw( in testChooseNavigationColorWindowLw() 139 opaque, opaque, invisibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() [all …]
|
/frameworks/native/cmds/flatland/ |
D | Main.cpp | 61 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 …]
|
D | Flatland.h | 56 Composer* opaque();
|
/frameworks/native/libs/adbd_auth/include/ |
D | adbd_auth.h | 44 void (*key_authorized)(void* opaque, uint64_t id); 91 bool (*callback)(void* opaque, const char* public_key, size_t len), 92 void* opaque) __INTRODUCED_IN(30); 127 size_t len, void* opaque) __INTRODUCED_IN(30);
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaPipelineTests.cpp | 51 bool opaque = true; in RENDERTHREAD_SKIA_PIPELINE_TEST() local 57 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 72 bool opaque = true; in RENDERTHREAD_SKIA_PIPELINE_TEST() local 90 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 172 bool opaque = true; in RENDERTHREAD_SKIA_PIPELINE_TEST() local 178 pipeline->renderLayers(lightGeometry, &layerUpdateQueue, opaque, lightInfo); in RENDERTHREAD_SKIA_PIPELINE_TEST() 198 bool opaque = true; in RENDERTHREAD_SKIA_PIPELINE_TEST() local 209 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 215 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() 221 pipeline->renderFrame(layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in RENDERTHREAD_SKIA_PIPELINE_TEST() [all …]
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaPipeline.h | 44 bool opaque, const LightInfo& lightInfo) override; 53 const std::vector<sp<RenderNode>>& nodes, bool opaque, 61 void renderLayersImpl(const LayerUpdateQueue& layers, bool opaque); 121 const std::vector<sp<RenderNode>>& nodes, bool opaque,
|
D | SkiaPipeline.cpp | 83 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 293 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrame() argument 304 renderLayersImpl(layers, opaque); in renderFrame() 311 renderFrameImpl(layers, clip, nodes, opaque, contentDrawBounds, canvas, preTransform); in renderFrame() 333 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrameImpl() argument 341 if (!opaque || getSurfaceColorType() == kRGBA_F16_SkColorType) { in renderFrameImpl()
|
D | SkiaVulkanPipeline.cpp | 65 bool opaque, const LightInfo& lightInfo, in draw() argument 73 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, backBuffer, in draw()
|
D | SkiaOpenGLPipeline.cpp | 74 bool opaque, const LightInfo& lightInfo, in draw() argument 103 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in draw()
|
D | SkiaOpenGLPipeline.h | 39 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
D | SkiaVulkanPipeline.h | 38 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
/frameworks/rs/script_api/ |
D | rs_object_types.spec | 46 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/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
D | RawTexture.java | 29 public RawTexture(int width, int height, boolean opaque) { in RawTexture() argument 30 mOpaque = opaque; in RawTexture()
|
/frameworks/base/libs/hwui/renderthread/ |
D | IRenderPipeline.h | 63 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, 76 LayerUpdateQueue* layerUpdateQueue, bool opaque,
|
D | RenderProxy.h | 64 ANDROID_API RenderProxy(bool opaque, RenderNode* rootNode, IContextFactory* contextFactory); 78 ANDROID_API void setOpaque(bool opaque);
|
/frameworks/native/libs/adbd_auth/ |
D | adbd_auth.cpp | 386 void IteratePublicKeys(bool (*callback)(void*, const char*, size_t), void* opaque) { in IteratePublicKeys() 396 if (!callback(opaque, line.data(), line.size())) { in IteratePublicKeys() 533 bool (*callback)(void* opaque, const char* public_key, size_t len), in adbd_auth_get_public_keys() argument 534 void* opaque) { in adbd_auth_get_public_keys() 535 ctx->IteratePublicKeys(callback, opaque); in adbd_auth_get_public_keys() 547 void* opaque) { in adbd_auth_prompt_user() argument 548 ctx->PromptUser(std::string_view(public_key, len), opaque); in adbd_auth_prompt_user()
|
/frameworks/ex/framesequence/src/android/support/rastermill/ |
D | FrameSequence.java | 53 boolean opaque, int frameCount, int defaultLoopCount) { in FrameSequence() argument 57 mOpaque = opaque; in FrameSequence()
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 50 * 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/tests/src/com/android/systemui/keyguard/ |
D | WorkLockActivityTest.java | 90 TaskDescription opaque = new TaskDescription(null, null, opaqueColor); in testBackgroundAlwaysOpaque() local 97 .putExtra(WorkLockActivity.EXTRA_TASK_DESCRIPTION, opaque)); in testBackgroundAlwaysOpaque()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_adb_AdbDebuggingManager.cpp | 83 static void ResultCallback(const PeerInfo* peer_info, void* opaque) { in ResultCallback() 84 auto* p = reinterpret_cast<PairingResultWaiter*>(opaque); in ResultCallback()
|
/frameworks/base/core/java/android/view/ |
D | TextureView.java | 201 public void setOpaque(boolean opaque) { in setOpaque() argument 202 if (opaque != mOpaque) { in setOpaque() 203 mOpaque = opaque; in setOpaque()
|
D | ViewStructure.java | 165 public abstract void setOpaque(boolean opaque); in setOpaque() argument
|
D | SurfaceView.java | 511 boolean opaque = true; in gatherTransparentRegion() 514 opaque = super.gatherTransparentRegion(region); in gatherTransparentRegion() 527 opaque = false; in gatherTransparentRegion() 529 return opaque; in gatherTransparentRegion()
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.h | 79 bool setOpaque(bool opaque) { return RP_SET(mOpaque, opaque); } in setOpaque() argument 81 bool opaque() const { return mOpaque; } in opaque() function 97 bool needsBlending() const { return !opaque() || alpha() < 255; } in needsBlending()
|
/frameworks/base/graphics/java/android/graphics/ |
D | HardwareRenderer.java | 561 public void setOpaque(boolean opaque) { in setOpaque() argument 562 if (mOpaque != opaque) { in setOpaque() 563 mOpaque = opaque; in setOpaque() 1099 private static native void nSetOpaque(long nativeProxy, boolean opaque); in nSetOpaque() argument
|