summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator_test.cpp
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2016-04-29 18:41:29 -0700
committerDoris Liu <tianliu@google.com>2016-05-02 15:34:40 -0700
commitf8d131cc8dc4ef675b8f8fc57dcc26062d575d32 (patch)
tree51c0be31e4c4e1761ce717d982fa59c5d67cc127 /tools/aapt2/java/JavaClassGenerator_test.cpp
parenta1e7be375e618544e22287d0ee59f517536f95e1 (diff)
Count native allocation for VD against Java heap
There are two parts to VD's native allocation: 1) VD's internal data structure (i.e. groups, paths, etc that make up of the VD tree). This structure can change, when a VD is used to load a different drawable resource. 2) Two bitmap caches, not both of which will necessarily be allocated The size of the bitmap cache depends on canvas matrix and drawable bounds, and therefore can often change. We need to count the native allocation from the above against Java heap. Bug: 26269056 Change-Id: If833aedcf7f3efe00ea73a41ddccb1b48066ffd8
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions