commit | 0732c3ae8ef0a48f3a31da458e5d8d98848776d4 | [log] [tgz] |
---|---|---|
author | Hyundo Moon <hdmoon@google.com> | Fri Sep 11 17:55:23 2020 +0900 |
committer | Hyundo Moon <hdmoon@google.com> | Mon Sep 28 16:32:23 2020 +0900 |
tree | ca7ca48d8d8de9a6d8773f8ae7a2540d0d0ccc13 | |
parent | 7cbdbffe2b8e5419fbc2d2ac234fd61266a615b4 [diff] |
Add a public method MediaMetadata.Builder#setBitmapDimensionLimit() This CL replaces the copy constructor MediaMetadata(MediaMetadata source, int maxBitmapSize) with the new public method Builder#setBitmapDimensionLimit(). Also added a getter getBitmapDimensionLimit(). Bug: 168215839 Test: m update-api -j; Ran MediaMetdataTest Change-Id: I6844fcf01c4ee98c99bd0dc880b96f73989dbd3c