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
1 file changed