NinePatchDrawable+setColorFilter HW是否在Honeycomb中加速?
我正在构建复合控件(由多个标准 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这是由硬件加速管道支持的。
Yes this is supported by the hw accelerated pipeline.