media/libraries/effect/src
tofunmi 6b15ace9aa 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 11:42:00 +00:00
..
androidTest Add support for changing translucency of overlays through alpha values 2022-12-12 11:22:33 +00:00
main Fix bugs in DrawableOverlay.java. 2022-12-12 11:42:00 +00:00
test Add GL utility methods to get 4x4 identity and set identity 2022-10-31 11:33:30 +00:00