Imported Custom controls from v3

This commit is contained in:
khanhduytran0
2020-06-10 17:37:03 +07:00
parent 4d008013ad
commit cd37263b35
9 changed files with 96 additions and 60 deletions

View File

@@ -28,7 +28,7 @@ public class GLTextureView
View.OnLayoutChangeListener {
private final static String TAG = "GLTextureView";
private final static boolean LOG_ALL = false;
private final static boolean LOG_ALL = true;
private final static boolean LOG_ATTACH_DETACH = LOG_ALL;
private final static boolean LOG_THREADS = LOG_ALL;
private final static boolean LOG_PAUSE_RESUME = LOG_ALL;