NinePatchDrawable+setColorFilter HW是否在Honeycomb中加速?

发布于 2024-11-09 09:05:07 字数 300 浏览 0 评论 0原文

我正在构建复合控件(由多个标准 UI 控件组成的 UI 控件),并且我需要硬件加速(仅限 Honeycomb 应用程序)。

典型的控件如下所示:

ViewGroup(某些布局子类),带有 NinePatchDrawable 背景 + 在背景可绘制对象上设置 ColorFilter。

其中,一个或多个具有 NinePatchDrawable 背景的视图 + 在背景可绘制对象上设置 ColorFilter。

我将从像这样的复合控件构建我的用户界面。

这个层次结构会被硬件加速吗?

谢谢你!

I'm building compound controls (UI controls that consist of multiple standard UI controls) and I need HW acceleration (Honeycomb only app).

The typical control will look like this:

ViewGroup (some layout subclass) with a NinePatchDrawable background + setColorFilter on the background drawable.

Inside that, one or more Views with a NinePatchDrawable background + setColorFilter on the background drawable.

I'll build up my UI from compound controls like this.

Will this hierarchy be hardware accelerated?

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情愿 2024-11-16 09:05:07

是的,这是由硬件加速管道支持的。

Yes this is supported by the hw accelerated pipeline.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文