Files
frameworks_base/core/java/android/view
youngmin0822.lee 4dde7d19cb don't call setSize() when creating SurfaceControl
When SurfaceControl is created with creating variable
in updateSurface(), sizeChanged is also set.
So, setSize() is called, and it blocks UI thread
until the transaction is handled in SF.
There is no need to resize in the creation time,
because size is already set when creating SurfaceControl.

Test: systrace any app including SurfaceView

Change-Id: I65028b4d0d0ba2b75fbe089c98a11a56b6c08104
2018-07-09 15:27:43 +09:00
..
2016-09-30 16:47:07 -07:00
2017-06-19 14:06:21 -07:00
2017-05-12 10:40:53 -07:00
2017-08-23 16:24:07 +02:00