media/library/effect/src
tofunmi 7a95e08b09 Fix bugs in DrawableOverlay.java.
calls setbounds() on the drawable as the bounds of a drawable must be set for the .draw() method to work as noted in the [Drawable Documentation](https://developer.android.com/reference/android/graphics/drawable/Drawable#draw(android.graphics.Canvas)).

Also fixes createStaticDrawableOverlay() not taking specified overlay settings into account.

PiperOrigin-RevId: 494116077
2022-12-12 14:40:38 +00:00
..
androidTest Add support for changing translucency of overlays through alpha values 2022-12-12 13:19:58 +00:00
main Fix bugs in DrawableOverlay.java. 2022-12-12 14:40:38 +00:00
test Add GL utility methods to get 4x4 identity and set identity 2022-10-31 16:00:16 +00:00