/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyTests.java | 118 final WindowState opaque = createOpaqueFullscreen(false); in testChooseNavigationColorWindowLw() local 131 assertEquals(opaque, DisplayPolicy.chooseNavigationColorWindowLw( in testChooseNavigationColorWindowLw() 132 opaque, opaque, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 134 opaque, dimmingImTarget, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 136 opaque, dimmingNonImTarget, null, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 145 opaque, opaque, visibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 147 opaque, dimmingImTarget, visibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 149 opaque, dimmingNonImTarget, visibleIme, NAV_BAR_BOTTOM)); in testChooseNavigationColorWindowLw() 151 assertEquals(opaque, DisplayPolicy.chooseNavigationColorWindowLw( in testChooseNavigationColorWindowLw() 152 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); 125 void adbd_auth_prompt_user(AdbdAuthContext* ctx, const char* public_key, size_t len, void* opaque) 141 void* opaque) __INTRODUCED_IN(30);
|
/frameworks/base/libs/hwui/tests/unit/ |
D | SkiaPipelineTests.cpp | 53 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/hwui/ |
D | ImageDecoder.cpp | 53 return opaque() ? kOpaque_SkAlphaType in getOutAlphaType() 83 if (decodeSize != targetSize && mUnpremultipliedRequired && !opaque()) { in setTargetSize() 116 if (!opaque()) { in setOutColorType() 138 if (required && !opaque() && mDecodeSize != mTargetSize) { in setUnpremultipliedRequired() 160 bool ImageDecoder::opaque() const { in opaque() function in ImageDecoder
|
D | ImageDecoder.h | 52 bool opaque() const;
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaPipeline.h | 46 bool opaque, const LightInfo& lightInfo) override; 58 const std::vector<sp<RenderNode>>& nodes, bool opaque, 64 void renderLayersImpl(const LayerUpdateQueue& layers, bool opaque); 85 const std::vector<sp<RenderNode>>& nodes, bool opaque,
|
D | SkiaPipeline.cpp | 79 LayerUpdateQueue* layerUpdateQueue, bool opaque, in renderLayers() argument 83 renderLayersImpl(*layerUpdateQueue, opaque); in renderLayers() 87 void SkiaPipeline::renderLayersImpl(const LayerUpdateQueue& layers, bool opaque) { in renderLayersImpl() argument 429 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrame() argument 442 renderLayersImpl(layers, opaque); in renderFrame() 444 renderFrameImpl(clip, nodes, opaque, contentDrawBounds, canvas, preTransform); in renderFrame() 466 const std::vector<sp<RenderNode>>& nodes, bool opaque, in renderFrameImpl() argument 483 if (!opaque || getSurfaceColorType() == kRGBA_F16_SkColorType) { in renderFrameImpl()
|
D | SkiaVulkanPipeline.cpp | 66 bool opaque, const LightInfo& lightInfo, in draw() argument 74 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, backBuffer, in draw()
|
D | SkiaOpenGLPipeline.cpp | 75 bool opaque, const LightInfo& lightInfo, in draw() argument 104 renderFrame(*layerUpdateQueue, dirty, renderNodes, opaque, contentDrawBounds, surface, in draw()
|
D | SkiaOpenGLPipeline.h | 41 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
D | SkiaVulkanPipeline.h | 38 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo,
|
/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/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/native/libs/adbd_auth/ |
D | adbd_auth.cpp | 393 void IteratePublicKeys(bool (*callback)(void*, const char*, size_t), void* opaque) { in IteratePublicKeys() 403 if (!callback(opaque, line.data(), line.size())) { in IteratePublicKeys() 543 bool (*callback)(void* opaque, const char* public_key, size_t len), in adbd_auth_get_public_keys() argument 544 void* opaque) { in adbd_auth_get_public_keys() 545 ctx->IteratePublicKeys(callback, opaque); in adbd_auth_get_public_keys() 557 void* opaque) { in adbd_auth_prompt_user() argument 558 adbd_auth_prompt_user_with_id(ctx, public_key, len, opaque); in adbd_auth_prompt_user() 562 void* opaque) { in adbd_auth_prompt_user_with_id() argument 563 return ctx->PromptUser(std::string_view(public_key, len), opaque); in adbd_auth_prompt_user_with_id()
|
/frameworks/base/libs/hwui/renderthread/ |
D | IRenderPipeline.h | 63 const Rect& contentDrawBounds, bool opaque, const LightInfo& lightInfo, 75 LayerUpdateQueue* layerUpdateQueue, bool opaque,
|
D | RenderProxy.h | 65 ANDROID_API RenderProxy(bool opaque, RenderNode* rootNode, IContextFactory* contextFactory); 79 ANDROID_API void setOpaque(bool opaque);
|
/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/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/packages/SystemUI/tests/src/com/android/systemui/keyguard/ |
D | WorkLockActivityTest.java | 94 TaskDescription opaque = new TaskDescription(null, null, opaqueColor); in testBackgroundAlwaysOpaque() local 101 .putExtra(WorkLockActivity.EXTRA_TASK_DESCRIPTION, opaque)); in testBackgroundAlwaysOpaque()
|
/frameworks/base/core/java/android/view/ |
D | TextureView.java | 203 public void setOpaque(boolean opaque) { in setOpaque() argument 204 if (opaque != mOpaque) { in setOpaque() 205 mOpaque = opaque; in setOpaque()
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.h | 82 bool setOpaque(bool opaque) { return RP_SET(mOpaque, opaque); } in setOpaque() argument 84 bool opaque() const { return mOpaque; } in opaque() function 100 bool needsBlending() const { return !opaque() || alpha() < 255; } in needsBlending()
|
/frameworks/base/graphics/java/android/graphics/ |
D | HardwareRenderer.java | 572 public void setOpaque(boolean opaque) { in setOpaque() argument 573 if (mOpaque != opaque) { in setOpaque() 574 mOpaque = opaque; in setOpaque() 1109 private static native void nSetOpaque(long nativeProxy, boolean opaque); in nSetOpaque() argument
|