commit | af56b45d594379d52cbe01d825948e7e7321a09d | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Tue May 12 11:10:34 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue May 12 11:10:34 2009 -0700 |
tree | 7397a7b18c5731e1350f15ff9e9855443261b8d5 | |
parent | d7490e408b872ecdf01a20df7db90428d7337365 [diff] | |
parent | 97ba2df538237e0f247bc9c8f91aeddd59a581f2 [diff] |
Merge change 1463 into donut * changes: Fixes #1846038. DrawableContainer was wrongly returning its opacity by ignoring the visibility of the currently selected layer. This change simply reports a TRANSPARENT opacity if there is no currently selected layer of if the selected layer is not visible. Otherwise it reports the opacity computed by the state class.