commit | 0c9d2edbb4a6d24eebf7b89db16e6c3f548cf380 | [log] [tgz] |
---|---|---|
author | Seigo Nonaka <nona@google.com> | Mon Feb 15 17:27:13 2016 +0900 |
committer | Seigo Nonaka <nona@google.com> | Mon Feb 15 17:36:22 2016 +0900 |
tree | d4cec4f49ad3f8db6f1d80faad86dfd030dd964b | |
parent | e4c1ccec7248443c23dd4a8d6725a4f492204726 [diff] |
Stop unexpected truncation of suggestion items. The window's size is adjusted to be able to show all items in suggestion popup window. So no need to specify ellipsize here. Specifying ellipsize=marquee has a side effect that the 1st time of width calculation may be different from 2nd or later time width calculation since marquee may call compressText which request layout asynchronously. BUG: 15347319 Change-Id: I03e0f602970b3b8f638f6c7b8cdff7be07ec17a6