@Override public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { super.onSurfaceChanged(holder, format, width, height); int samsScaler = width / 1024; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)