commit | 8b60e88655f6d4191e55b1dd8706e4ae2ae21b04 | [log] [tgz] |
---|---|---|
author | George Mount <mount@google.com> | Wed Apr 12 15:02:59 2017 -0700 |
committer | George Mount <mount@google.com> | Mon Apr 17 14:29:20 2017 -0700 |
tree | 6875ecdd65134c22ad64b0178666ee6b4206b5e5 | |
parent | 420cba74640c56160a250b1d4ea82c8f4ff72ee3 [diff] |
Adds getLayoutInflater() to return a cached value. Bug 37156970 Many applications need to get the LayoutInflater used for fragment View inflation. onGetLayoutInflater() can be heavy weight, so a version that caches that last value is added. Test: ran fragment tests Change-Id: I11d719d7416a5bb3b65f37a78e6ed96a69c32332