Skip to content

Instantly share code, notes, and snippets.

@appspell
Created March 4, 2021 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save appspell/b1ce4d7e1477b973fea15abbb0447f5e to your computer and use it in GitHub Desktop.
Save appspell/b1ce4d7e1477b973fea15abbb0447f5e to your computer and use it in GitHub Desktop.
override fun onLayoutChange(
v: View?, left: Int, top: Int,
right: Int,
bottom: Int,
oldLeft: Int,
oldTop: Int,
oldRight: Int,
oldBottom: Int
) {
surfaceChanged(surfaceTexture, 0, right - left, bottom - top)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment