Azusa

Results 6 comments of Azusa

/** * If you use context instead of activity, FinestWebView won't be able to override activity animation. * Try to create builder with Activity if it's possible. */ public Builder(@NonNull...

![1561966946129](https://user-images.githubusercontent.com/8738114/60419510-08a9ba80-9c18-11e9-9f0c-eeb3ad9a5729.gif) ![1561967312394](https://user-images.githubusercontent.com/8738114/60419511-08a9ba80-9c18-11e9-8717-f5fa1adcd37e.gif) 这是对比

> 请问mTouchSlop是什么? mTouchSlop = ViewConfiguration.get(context).getScaledTouchSlop(); 表示系统能够识别的被认为是滑动的最小距离

对焦模式设置改成下面这段代码 boolean isCanAutoFocus = false; if ((SELECTED_CAMERA == CAMERA_FRONT_POSITION && mParams.isSmoothZoomSupported()) || (SELECTED_CAMERA == CAMERA_POST_POSITION && (mParams.isSmoothZoomSupported() || mParams.isZoomSupported()))) { isCanAutoFocus = true; } if (isCanAutoFocus) { //设置对焦模式 if (mParams.getSupportedFocusModes().contains(Camera.Parameters.FOCUS_MODE_CONTINUOUS_VIDEO))...

后台不是我写的,已经没有维护了。

> 老哥,你有后台的代码了吗? 跟朋友要到了源代码,可以下载试试,不过后台代码的调试就靠你自己了