commit | 18d4bdf7c057677cce3a977bc83f9e5de0752ffd | [log] [tgz] |
---|---|---|
author | Massimo Carli <mcarli@google.com> | Mon Oct 23 11:00:29 2023 +0000 |
committer | Massimo Carli <mcarli@google.com> | Mon Oct 23 14:35:52 2023 +0000 |
tree | ac13d513bf6a972a10699e9b2b72ab21d8cb118c | |
parent | 90feea4d8bd570af8141c9563c899847934a5c5b [diff] |
Replace Suppliers for Boolean, Int and Float Using specific suppliers instead of generic Supplier<T> allows to avoid Java boxing/unboxing operation for wrapper/primitive types. Fix: 304225779 Test: atest WmTests:LetterboxTest Change-Id: I096b478e07212b28b37db6628652a31adbd80359