summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorWale Ogunwale <ogunwale@google.com>2016-02-15 08:28:47 -0800
committerWale Ogunwale <ogunwale@google.com>2016-02-16 10:10:09 -0800
commitb6e2eaddfcf78f265061fbcc3598b8ca865d6bdb (patch)
treeee71ec72dfd298632aac1559adec196294cab4eb /tools/aapt2/java/JavaClassGenerator.cpp
parent06e8ee0c8ad2527add3db3dd1a1d4eee9d8631f8 (diff)
Fixed issue with losing window name when copying WindowManager.LayoutParams
It is possible for the WindowManager.LayoutParams set from a view/window on the client side not to have the LayoutParams.mTitle set. This is normally not an issue as we later set it to the package name before passing the LayoutParams to window manager. However, we rely on the full window name in order to identify unique windows during CTS hostside tests. We now retain the current LayoutParams.mTitle if the LayoutParams we are copying form didn't set one. Bug: 26982752 Change-Id: Icc3c5937391ed1646c3777921c6f61c27ebec05d
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions