mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-03 14:50:49 +00:00
Video zoom increase tolerances
This commit is contained in:
parent
2fd0a9a41d
commit
e533eb7778
1 changed files with 2 additions and 2 deletions
|
@ -388,8 +388,8 @@ class GestureControlView : LinearLayout {
|
||||||
return Math.max(width / w, height / h)
|
return Math.max(width / w, height / h)
|
||||||
}
|
}
|
||||||
|
|
||||||
private val _snapTranslationTolerance = 0.04f;
|
private val _snapTranslationTolerance = 0.1f;
|
||||||
private val _snapZoomTolerance = 0.04f;
|
private val _snapZoomTolerance = 0.1f;
|
||||||
|
|
||||||
private fun willSnapFill(): Boolean {
|
private fun willSnapFill(): Boolean {
|
||||||
val surfaceView = _surfaceView
|
val surfaceView = _surfaceView
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue