commit | a0f5b5ee1e0e70bbc1868c3b26ddb017e8ecb861 | [log] [tgz] |
---|---|---|
author | Wale Ogunwale <ogunwale@google.com> | Wed Oct 11 09:37:23 2017 -0700 |
committer | Wale Ogunwale <ogunwale@google.com> | Fri Oct 13 09:26:07 2017 -0700 |
tree | 261a1561b53640f6b4922a6f9efe6172fc296547 | |
parent | fe932c78eca56b29fa675e59c9409fc8231b2e6a [diff] |
Cache reference to stack objects we use a lot in AM. This helps with fast access since we are no longer using stack ids to look-up stack objects. Also, - Made ActivityDisplay.mStacks private so no one out the ActivityDisplay class changing the stack list order. - Changed some methods to pass stack objects vs. ids. Test: Existing tests pass. Test: go/wm-smoke Change-Id: I04490cd505c4251e115043fa2ba5134d9a641846