platform_bootable_recovery/minui
Kelvin Zhang 99d53f88ee Remove magic code to flash the screen
The code is originally introduced in aosp/87740 , not sure why
it's necessary to do `blank(true); blank(false);` . Partners have
complained that such code causes device's screen to flicker, so remove
it.

Test: th
Bug: 194757527
Change-Id: I271883ea8c96a5612283aa34806b18e1590288f6
2021-07-27 12:48:20 -04:00
..
include minui: add ARGB_8888 format 2019-12-13 10:53:33 -08:00
Android.bp [LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery 2021-02-14 10:37:20 -08:00
events.cpp Fix ioctl FIONREAD call parameters to use int instead of size_t 2020-01-13 16:04:44 -08:00
graphics.cpp minui: remove libadf since it is no longer supported 2021-01-21 14:05:21 -08:00
graphics.h minui: Move graphics_{adf,drm,fbdev} into classes. 2017-02-10 17:05:15 -08:00
graphics_drm.cpp use create_dumb.size as size of buffer 2021-05-17 16:25:00 -04:00
graphics_drm.h minui: GRSurface::Create() computes data_size on its own. 2018-11-26 22:46:19 -08:00
graphics_fbdev.cpp Remove magic code to flash the screen 2021-07-27 12:48:20 -04:00
graphics_fbdev.h minui: GRSurface::Create() computes data_size on its own. 2018-11-26 22:46:19 -08:00
resources.cpp minui: fix mem leakage issue 2020-12-23 19:21:06 +08:00