OSDN Git Service

Retire PFLAG_ONLY_DRAWS_BACKGROUND.
authorJun Mukai <mukai@google.com>
Tue, 2 Jun 2015 01:38:17 +0000 (18:38 -0700)
committerJun Mukai <mukai@google.com>
Tue, 2 Jun 2015 21:27:35 +0000 (14:27 -0700)
commit3427f57e036b3e535ca40076524eb53a72df4980
tree2d447a86038e5a28105860653dd72c1de37a7440
parentdb2911321b1cb0870d10baab370c93da13a91067
Retire PFLAG_ONLY_DRAWS_BACKGROUND.

Per discussion on another CL, this CL retires
PFLAG_ONLY_DRAWS_BACKGROUND because this is over-optimizing and
misleading.  Also setFlags() needs to care both the background
and the foreground.

Bug: 20734520
Change-Id: I57d63e776b5fbad9effd10ad87e683bbb2a6dacd
core/java/android/view/View.java