commit | c47b26f0388564dc99729d57fda442b9ed057f0d | [log] [tgz] |
---|---|---|
author | Tiger Huang <tigerhuang@google.com> | Wed Feb 12 17:34:54 2020 +0800 |
committer | Tiger Huang <tigerhuang@google.com> | Wed Feb 12 09:55:14 2020 +0000 |
tree | 081449ce8644d173e93e24c3423551fb156a143f | |
parent | a00008934115e91bb0a41b67c16268763f35ee6e [diff] |
Remove redundant mFocusedApp from DisplayPolicy We don't really use mFocusedApp in DisplayPolicy, but just print it out. It may confuse the reader because we already have one in DisplayContent. And these mFocusedApp fields can reference to different apps, because the one in DisplayPolicy will stop updating while the DisplayPolicy doesn't have a focused window. Fix: 141869496 Test: Manual and presubmit Change-Id: Ic6edbade2af24135ee86d4bd9b6d8965e61fa664