commit | 06dc03f2cf98862717ba1aa0e858897363abc369 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Wed Nov 04 17:58:08 2009 -0800 |
committer | Jeff Sharkey <jsharkey@android.com> | Sun Nov 08 14:14:40 2009 -0800 |
tree | 75abd2b0db49656625baa35f447e77c97ea74d7b | |
parent | d9e22ed8fe08c8c9fcf5c47a6b25d335a3158056 [diff] |
Let RemoteViews nest children, allow ViewFlipper. This change allows applications to nest children RemoteViews inside an existing set of RemoteViews. These nested views are inflated and treated as addView() calls. This change also allows ViewFlipper through RemoteViews, and adds logic surpress flipping when the parent window is detached or behind the lockscreen. Fixes http://b/2239905