mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-04-16 16:27:24 +02:00
OCD
This commit is contained in:
parent
f8dea07ebe
commit
9cb94fc5e6
@ -33,6 +33,7 @@ class PreviewCameraTwo : ViewGroup, TextureView.SurfaceTextureListener, MyPrevie
|
|||||||
private lateinit var mTextureView: AutoFitTextureView
|
private lateinit var mTextureView: AutoFitTextureView
|
||||||
|
|
||||||
private var mSensorOrientation = 0
|
private var mSensorOrientation = 0
|
||||||
|
private var mRotationAtCapture = 0
|
||||||
private var mIsFlashSupported = true
|
private var mIsFlashSupported = true
|
||||||
private var mIsImageCaptureIntent = false
|
private var mIsImageCaptureIntent = false
|
||||||
private var mIsInVideoMode = false
|
private var mIsInVideoMode = false
|
||||||
@ -40,7 +41,6 @@ class PreviewCameraTwo : ViewGroup, TextureView.SurfaceTextureListener, MyPrevie
|
|||||||
private var mCameraId = ""
|
private var mCameraId = ""
|
||||||
private var mCameraState = STATE_INIT
|
private var mCameraState = STATE_INIT
|
||||||
private var mFlashlightState = FLASH_OFF
|
private var mFlashlightState = FLASH_OFF
|
||||||
private var mRotationAtCapture = 0
|
|
||||||
|
|
||||||
private var mBackgroundThread: HandlerThread? = null
|
private var mBackgroundThread: HandlerThread? = null
|
||||||
private var mBackgroundHandler: Handler? = null
|
private var mBackgroundHandler: Handler? = null
|
||||||
@ -75,8 +75,7 @@ class PreviewCameraTwo : ViewGroup, TextureView.SurfaceTextureListener, MyPrevie
|
|||||||
stopBackgroundThread()
|
stopBackgroundThread()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onSurfaceTextureSizeChanged(surface: SurfaceTexture?, width: Int, height: Int) {
|
override fun onSurfaceTextureSizeChanged(surface: SurfaceTexture?, width: Int, height: Int) {}
|
||||||
}
|
|
||||||
|
|
||||||
override fun onSurfaceTextureUpdated(surface: SurfaceTexture?) {}
|
override fun onSurfaceTextureUpdated(surface: SurfaceTexture?) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user