Home
last modified time | relevance | path

Searched refs:SDLSurface (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java52 protected static SDLSurface mSurface;
167 mSurface = new SDLSurface(getApplication()); in onCreate()
1041 class SDLSurface extends SurfaceView implements SurfaceHolder.Callback, class
1052 public SDLSurface(Context context) { in SDLSurface() method in SDLSurface