MCPcopy Create free account
hub / github.com/XCSoar/XCSoar / surfaceChanged

Method surfaceChanged

android/src/NativeView.java:143–149  ·  view source on GitHub ↗
(SurfaceHolder holder, int format,
                                       int width, int height)

Source from the content-addressed store, hash-verified

141 }
142
143 @Override public void surfaceChanged(SurfaceHolder holder, int format,
144 int width, int height) {
145 if (thread == null || !thread.isAlive())
146 start();
147 else
148 resizedNative(width, height);
149 }
150
151 @Override public void surfaceDestroyed(SurfaceHolder holder) {
152 }

Callers

nothing calls this directly

Calls 2

startMethod · 0.95
resizedNativeMethod · 0.95

Tested by

no test coverage detected