A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
S
- saveAttributeDataForStyleable(Context,Array,AttributeSet,TypedArray,int,int) - function in android.view.ViewfinderView
- saveHierarchyState(SparseArray) - function in android.view.ViewfinderView
- scheduleDrawable(Drawable,Runnable,long) - function in android.view.ViewfinderView
- scrollBy(int,int) - function in android.view.ViewfinderView
- scrollTo(int,int) - function in android.view.ViewfinderView
- sendAccessibilityEvent(int) - function in android.view.ViewfinderView
- sendAccessibilityEventUnchecked(AccessibilityEvent) - function in android.view.ViewfinderView
- sendBroadcast(Intent) - function in android.content.CaptureActivity
- sendBroadcastAsUser(Intent,UserHandle) - function in android.content.CaptureActivity
- sendBroadcastWithMultiplePermissions(Intent,Array) - function in android.content.CaptureActivity
- sendOrderedBroadcast(Intent,String) - function in android.content.CaptureActivity
- sendOrderedBroadcastAsUser(Intent,UserHandle,String,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.CaptureActivity
- sendStickyBroadcast(Intent) - function in android.content.CaptureActivity
- sendStickyBroadcastAsUser(Intent,UserHandle) - function in android.content.CaptureActivity
- sendStickyOrderedBroadcast(Intent,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.CaptureActivity
- sendStickyOrderedBroadcastAsUser(Intent,UserHandle,BroadcastReceiver,Handler,int,String,Bundle) - function in android.content.CaptureActivity
- setAccessibilityDelegate(View.AccessibilityDelegate) - function in android.view.ViewfinderView
- setAccessibilityHeading(boolean) - function in android.view.ViewfinderView
- setAccessibilityLiveRegion(int) - function in android.view.ViewfinderView
- setAccessibilityPaneTitle(CharSequence) - function in android.view.ViewfinderView
- setAccessibilityTraversalAfter(int) - function in android.view.ViewfinderView
- setAccessibilityTraversalBefore(int) - function in android.view.ViewfinderView
- setActionBar(Toolbar) - function in android.app.CaptureActivity
- setActivated(boolean) - function in android.view.ViewfinderView
- setAllowClickWhenDisabled(boolean) - function in android.view.ViewfinderView
- setAllowEnterTransitionOverlap(boolean) - function in androidx.fragment.app.CaptureFragment
- setAllowReturnTransitionOverlap(boolean) - function in androidx.fragment.app.CaptureFragment
- setAlpha(float) - function in android.view.ViewfinderView
- setAnalyzeAreaRect(Rect) - function in com.king.zxing.DecodeConfig
- 设置需要分析识别区域,优先级比识别区域比例高,当设置了指定的分析区域时,识别区域比例和识别区域偏移量相关参数都将无效
- setAnalyzeImage(boolean) - function in com.king.zxing.CameraScan
- 设置是否分析图像,通过此方法可以动态控制是否分析图像,常用于中断扫码识别。如:连扫时,扫到结果,然后停止分析图像1.
- setAnalyzeImage(boolean) - function in com.king.zxing.DefaultCameraScan
- 设置是否分析图像,通过此方法可以动态控制是否分析图像,常用于中断扫码识别。如:连扫时,扫到结果,然后停止分析图像1.
- setAnalyzer(Analyzer) - function in com.king.zxing.CameraScan
- 设置分析器,如果内置的一些分析器不满足您的需求,你也可以自定义Analyzer,自定义时,切记需在startCamera之前调用才有效。内置了一些Analyzer的实现类如下:
- setAnalyzer(Analyzer) - function in com.king.zxing.DefaultCameraScan
- 设置分析器,如果内置的一些分析器不满足您的需求,你也可以自定义Analyzer,自定义时,切记需在startCamera之前调用才有效。内置了一些Analyzer的实现类如下:
- setAnimation(Animation) - function in android.view.ViewfinderView
- setAnimationMatrix(Matrix) - function in android.view.ViewfinderView
- setAreaRectHorizontalOffset(int) - function in com.king.zxing.DecodeConfig
- 设置识别区域水平方向偏移量,支持负数,大于0时,居中心向右偏移,小于0时,居中心向左偏移
- setAreaRectRatio(float) - function in com.king.zxing.DecodeConfig
- 设置识别区域比例,默认DEFAULT_AREA_RECT_RATIO,设置的比例最终会在预览区域裁剪基于此比例的一个矩形进行扫码识别,优先级最低
- setAreaRectVerticalOffset(int) - function in com.king.zxing.DecodeConfig
- 设置识别区域垂直方向偏移量,支持负数,大于0时,居中心向下偏移,小于0时,居中心向上偏移
- setArguments(Bundle) - function in androidx.fragment.app.CaptureFragment
- setAutofillHints(Array) - function in android.view.ViewfinderView
- setAutofillId(AutofillId) - function in android.view.ViewfinderView
- setAutoHandwritingEnabled(boolean) - function in android.view.ViewfinderView
- setBackground(Drawable) - function in android.view.ViewfinderView
- setBackgroundColor(int) - function in android.view.ViewfinderView
- setBackgroundDrawable(Drawable) - function in android.view.ViewfinderView
- setBackgroundResource(int) - function in android.view.ViewfinderView
- setBackgroundTintBlendMode(BlendMode) - function in android.view.ViewfinderView
- setBackgroundTintList(ColorStateList) - function in android.view.ViewfinderView
- setBackgroundTintMode(PorterDuff.Mode) - function in android.view.ViewfinderView
- setBottom(int) - function in android.view.ViewfinderView
- setBrightLightLux(float) - function in com.king.zxing.CameraScan
- 设置光线足够明亮的阈值(单位:lux),需要通过bindFlashlightView绑定手电筒才有效
- setBrightLightLux(float) - function in com.king.zxing.DefaultCameraScan
- 设置光线足够明亮的阈值(单位:lux),需要通过bindFlashlightView绑定手电筒才有效
- setBrightLightLux(float) - function in com.king.zxing.manager.AmbientLightManager
- 设置光线足够明亮的阈值(单位:lux)
- setCameraConfig(CameraConfig) - function in com.king.zxing.CameraScan
- 设置相机配置,请在startCamera之前调用
- setCameraConfig(CameraConfig) - function in com.king.zxing.DefaultCameraScan
- 设置相机配置,请在startCamera之前调用
- setCameraDistance(float) - function in android.view.ViewfinderView
- setClickable(boolean) - function in android.view.ViewfinderView
- setClipBounds(Rect) - function in android.view.ViewfinderView
- setClipToOutline(boolean) - function in android.view.ViewfinderView
- setContentCaptureSession(ContentCaptureSession) - function in android.view.ViewfinderView
- setContentDescription(CharSequence) - function in android.view.ViewfinderView
- setContentTransitionManager(TransitionManager) - function in android.app.CaptureActivity
- setContentView(int) - function in androidx.appcompat.app.CaptureActivity
- setContextClickable(boolean) - function in android.view.ViewfinderView
- setDarkLightLux(float) - function in com.king.zxing.CameraScan
- 设置光线足够暗的阈值(单位:lux),需要通过bindFlashlightView绑定手电筒才有效
- setDarkLightLux(float) - function in com.king.zxing.DefaultCameraScan
- 设置光线足够暗的阈值(单位:lux),需要通过bindFlashlightView绑定手电筒才有效
- setDarkLightLux(float) - function in com.king.zxing.manager.AmbientLightManager
- 设置光线足够暗的阈值(单位:lux)
- setDefaultFocusHighlightEnabled(boolean) - function in android.view.ViewfinderView
- setDefaultKeyMode(int) - function in android.app.CaptureActivity
- setDrawingCacheBackgroundColor(int) - function in android.view.ViewfinderView
- setDrawingCacheEnabled(boolean) - function in android.view.ViewfinderView
- setDrawingCacheQuality(int) - function in android.view.ViewfinderView
- setDuplicateParentStateEnabled(boolean) - function in android.view.ViewfinderView
- setElevation(float) - function in android.view.ViewfinderView
- setEnabled(boolean) - function in android.view.ViewfinderView
- setEnterSharedElementCallback(SharedElementCallback) - function in androidx.fragment.app.CaptureActivity
- setEnterSharedElementCallback(SharedElementCallback) - function in androidx.fragment.app.CaptureFragment
- setEnterTransition(Object) - function in androidx.fragment.app.CaptureFragment
- setExitSharedElementCallback(SharedElementCallback) - function in androidx.fragment.app.CaptureActivity
- setExitSharedElementCallback(SharedElementCallback) - function in androidx.fragment.app.CaptureFragment
- setExitTransition(Object) - function in androidx.fragment.app.CaptureFragment
- setFadingEdgeLength(int) - function in android.view.ViewfinderView
- setFeatureDrawable(int,Drawable) - function in android.app.CaptureActivity
- setFeatureDrawableAlpha(int,int) - function in android.app.CaptureActivity
- setFeatureDrawableResource(int,int) - function in android.app.CaptureActivity
- setFeatureDrawableUri(int,Uri) - function in android.app.CaptureActivity
- setFilterTouchesWhenObscured(boolean) - function in android.view.ViewfinderView
- setFinishOnTouchOutside(boolean) - function in android.app.CaptureActivity
- setFitsSystemWindows(boolean) - function in android.view.ViewfinderView
- setFocusable(boolean) - function in android.view.ViewfinderView
- setFocusableInTouchMode(boolean) - function in android.view.ViewfinderView
- setFocusedByDefault(boolean) - function in android.view.ViewfinderView
- setForceDarkAllowed(boolean) - function in android.view.ViewfinderView
- setForeground(Drawable) - function in android.view.ViewfinderView
- setForegroundGravity(int) - function in android.view.ViewfinderView
- setForegroundTintBlendMode(BlendMode) - function in android.view.ViewfinderView
- setForegroundTintList(ColorStateList) - function in android.view.ViewfinderView
- setForegroundTintMode(PorterDuff.Mode) - function in android.view.ViewfinderView
- setFullAreaScan(boolean) - function in com.king.zxing.DecodeConfig
- 设置是否支持全区域扫码识别,优先级比识别区域高
- setHapticFeedbackEnabled(boolean) - function in android.view.ViewfinderView
- setHasOptionsMenu(boolean) - function in androidx.fragment.app.CaptureFragment
- setHasTransientState(boolean) - function in android.view.ViewfinderView
- setHints(Map) - function in com.king.zxing.DecodeConfig
- 设置解码
- setHorizontalFadingEdgeEnabled(boolean) - function in android.view.ViewfinderView
- setHorizontalScrollBarEnabled(boolean) - function in android.view.ViewfinderView
- setHorizontalScrollbarThumbDrawable(Drawable) - function in android.view.ViewfinderView
- setHorizontalScrollbarTrackDrawable(Drawable) - function in android.view.ViewfinderView
- setHovered(boolean) - function in android.view.ViewfinderView
- setId(int) - function in android.view.ViewfinderView
- setImmersive(boolean) - function in android.app.CaptureActivity
- setImportantForAccessibility(int) - function in android.view.ViewfinderView
- setImportantForAutofill(int) - function in android.view.ViewfinderView
- setImportantForContentCapture(int) - function in android.view.ViewfinderView
- setInheritShowWhenLocked(boolean) - function in android.app.CaptureActivity
- setInitialSavedState(Fragment.SavedState) - function in androidx.fragment.app.CaptureFragment
- setIntent(Intent) - function in android.app.CaptureActivity
- setKeepScreenOn(boolean) - function in android.view.ViewfinderView
- setKeyboardNavigationCluster(boolean) - function in android.view.ViewfinderView
- setLabelFor(int) - function in android.view.ViewfinderView
- setLabelText(String) - function in com.king.zxing.ViewfinderView
- setLabelTextColor(int) - function in com.king.zxing.ViewfinderView
- setLabelTextColorResource(int) - function in com.king.zxing.ViewfinderView
- setLabelTextSize(float) - function in com.king.zxing.ViewfinderView
- setLaserBitmap(Bitmap) - function in com.king.zxing.ViewfinderView
- 设置激光扫描自定义图片
- setLaserDrawable(int) - function in com.king.zxing.ViewfinderView
- 设置激光扫描自定义图片
- setLaserStyle(ViewfinderView.LaserStyle) - function in com.king.zxing.ViewfinderView
- setLayerPaint(Paint) - function in android.view.ViewfinderView
- setLayerType(int,Paint) - function in android.view.ViewfinderView
- setLayoutDirection(int) - function in android.view.ViewfinderView
- setLayoutParams(ViewGroup.LayoutParams) - function in android.view.ViewfinderView
- setLeft(int) - function in android.view.ViewfinderView
- setLeftTopRightBottom(int,int,int,int) - function in android.view.ViewfinderView
- setLightSensorEnabled(boolean) - function in com.king.zxing.manager.AmbientLightManager
- 设置是否启用光线亮度传感器
- setLocusContext(LocusId,Bundle) - function in android.app.CaptureActivity
- setLongClickable(boolean) - function in android.view.ViewfinderView
- setMediaController(MediaController) - function in android.app.CaptureActivity
- setMenuVisibility(boolean) - function in androidx.fragment.app.CaptureFragment
- setMinimumHeight(int) - function in android.view.ViewfinderView
- setMinimumWidth(int) - function in android.view.ViewfinderView
- setMultiDecode(boolean) - function in com.king.zxing.DecodeConfig
- 是否支持使用多解码
- setNeedAutoZoom(boolean) - function in com.king.zxing.CameraScan
- 设置是否需要支持自动缩放
- setNeedAutoZoom(boolean) - function in com.king.zxing.DefaultCameraScan
- 设置是否需要支持自动缩放
- setNeedTouchZoom(boolean) - function in com.king.zxing.CameraScan
- 设置是否需要支持触摸缩放
- setNeedTouchZoom(boolean) - function in com.king.zxing.DefaultCameraScan
- 设置是否需要支持触摸缩放
- setNestedScrollingEnabled(boolean) - function in android.view.ViewfinderView
- setNextClusterForwardId(int) - function in android.view.ViewfinderView
- setNextFocusDownId(int) - function in android.view.ViewfinderView
- setNextFocusForwardId(int) - function in android.view.ViewfinderView
- setNextFocusLeftId(int) - function in android.view.ViewfinderView
- setNextFocusRightId(int) - function in android.view.ViewfinderView
- setNextFocusUpId(int) - function in android.view.ViewfinderView
- setOnApplyWindowInsetsListener(View.OnApplyWindowInsetsListener) - function in android.view.ViewfinderView
- setOnCapturedPointerListener(View.OnCapturedPointerListener) - function in android.view.ViewfinderView
- setOnClickListener(View.OnClickListener) - function in android.view.ViewfinderView
- setOnContextClickListener(View.OnContextClickListener) - function in android.view.ViewfinderView
- setOnCreateContextMenuListener(View.OnCreateContextMenuListener) - function in android.view.ViewfinderView
- setOnDragListener(View.OnDragListener) - function in android.view.ViewfinderView
- setOnFocusChangeListener(View.OnFocusChangeListener) - function in android.view.ViewfinderView
- setOnGenericMotionListener(View.OnGenericMotionListener) - function in android.view.ViewfinderView
- setOnHoverListener(View.OnHoverListener) - function in android.view.ViewfinderView
- setOnItemClickListener(ViewfinderView.OnItemClickListener) - function in com.king.zxing.ViewfinderView
- 设置点击Item监听
- setOnKeyListener(View.OnKeyListener) - function in android.view.ViewfinderView
- setOnLightSensorEventListener(AmbientLightManager.OnLightSensorEventListener) - function in com.king.zxing.manager.AmbientLightManager
- 设置光线亮度传感器监听器,只有在 isLightSensorEnabled 为
{@code true}才有效 - setOnLongClickListener(View.OnLongClickListener) - function in android.view.ViewfinderView
- setOnReceiveContentListener(Array,OnReceiveContentListener) - function in android.view.ViewfinderView
- setOnScanResultCallback(CameraScan.OnScanResultCallback) - function in com.king.zxing.CameraScan
- 设置扫码结果回调
- setOnScanResultCallback(CameraScan.OnScanResultCallback) - function in com.king.zxing.DefaultCameraScan
- 设置扫码结果回调
- setOnScrollChangeListener(View.OnScrollChangeListener) - function in android.view.ViewfinderView
- setOnSystemUiVisibilityChangeListener(View.OnSystemUiVisibilityChangeListener) - function in android.view.ViewfinderView
- setOnTouchListener(View.OnTouchListener) - function in android.view.ViewfinderView
- setOutlineAmbientShadowColor(int) - function in android.view.ViewfinderView
- setOutlineProvider(ViewOutlineProvider) - function in android.view.ViewfinderView
- setOutlineSpotShadowColor(int) - function in android.view.ViewfinderView
- setOverScrollMode(int) - function in android.view.ViewfinderView
- setPadding(int,int,int,int) - function in android.view.ViewfinderView
- setPaddingRelative(int,int,int,int) - function in android.view.ViewfinderView
- setPictureInPictureParams(PictureInPictureParams) - function in android.app.CaptureActivity
- setPivotX(float) - function in android.view.ViewfinderView
- setPivotY(float) - function in android.view.ViewfinderView
- setPlayBeep(boolean) - function in com.king.zxing.CameraScan
- 设置是否播放提示音
- setPlayBeep(boolean) - function in com.king.zxing.DefaultCameraScan
- 设置是否播放提示音
- setPlayBeep(boolean) - function in com.king.zxing.manager.BeepManager
- setPointBitmap(Bitmap) - function in com.king.zxing.ViewfinderView
- setPointerIcon(PointerIcon) - function in android.view.ViewfinderView
- setPointImageResource(int) - function in com.king.zxing.ViewfinderView
- setPreferKeepClear(boolean) - function in android.view.ViewfinderView
- setPreferKeepClearRects(List) - function in android.view.ViewfinderView
- setPressed(boolean) - function in android.view.ViewfinderView
- setPriority(int) - function in com.king.zxing.util.LogUtils
- setProgress(int) - function in android.app.CaptureActivity
- setProgressBarIndeterminate(boolean) - function in android.app.CaptureActivity
- setProgressBarIndeterminateVisibility(boolean) - function in android.app.CaptureActivity
- setProgressBarVisibility(boolean) - function in android.app.CaptureActivity
- setRecentsScreenshotEnabled(boolean) - function in android.app.CaptureActivity
- setReenterTransition(Object) - function in androidx.fragment.app.CaptureFragment
- setRenderEffect(RenderEffect) - function in android.view.ViewfinderView
- setRequestedOrientation(int) - function in android.app.CaptureActivity
- setResult(int) - function in android.app.CaptureActivity
- setRetainInstance(boolean) - function in androidx.fragment.app.CaptureFragment
- setReturnTransition(Object) - function in androidx.fragment.app.CaptureFragment
- setRevealOnFocusHint(boolean) - function in android.view.ViewfinderView
- setRight(int) - function in android.view.ViewfinderView
- setRotation(float) - function in android.view.ViewfinderView
- setRotationX(float) - function in android.view.ViewfinderView
- setRotationY(float) - function in android.view.ViewfinderView
- setSaveEnabled(boolean) - function in android.view.ViewfinderView
- setSaveFromParentEnabled(boolean) - function in android.view.ViewfinderView
- setScaleX(float) - function in android.view.ViewfinderView
- setScaleY(float) - function in android.view.ViewfinderView
- setScreenReaderFocusable(boolean) - function in android.view.ViewfinderView
- setScrollBarDefaultDelayBeforeFade(int) - function in android.view.ViewfinderView
- setScrollBarFadeDuration(int) - function in android.view.ViewfinderView
- setScrollbarFadingEnabled(boolean) - function in android.view.ViewfinderView
- setScrollBarSize(int) - function in android.view.ViewfinderView
- setScrollBarStyle(int) - function in android.view.ViewfinderView
- setScrollCaptureCallback(ScrollCaptureCallback) - function in android.view.ViewfinderView
- setScrollCaptureHint(int) - function in android.view.ViewfinderView
- setScrollContainer(boolean) - function in android.view.ViewfinderView
- setScrollIndicators(int) - function in android.view.ViewfinderView
- setScrollX(int) - function in android.view.ViewfinderView
- setScrollY(int) - function in android.view.ViewfinderView
- setSecondaryProgress(int) - function in android.app.CaptureActivity
- setSelected(boolean) - function in android.view.ViewfinderView
- setSharedElementEnterTransition(Object) - function in androidx.fragment.app.CaptureFragment
- setSharedElementReturnTransition(Object) - function in androidx.fragment.app.CaptureFragment
- setShouldDockBigOverlays(boolean) - function in android.app.CaptureActivity
- setShowLog(boolean) - function in com.king.zxing.util.LogUtils
- setShowWhenLocked(boolean) - function in android.app.CaptureActivity
- setSoundEffectsEnabled(boolean) - function in android.view.ViewfinderView
- setStateDescription(CharSequence) - function in android.view.ViewfinderView
- setStateListAnimator(StateListAnimator) - function in android.view.ViewfinderView
- setSupportActionBar(Toolbar) - function in androidx.appcompat.app.CaptureActivity
- setSupportLuminanceInvert(boolean) - function in com.king.zxing.DecodeConfig
- 设置是否支持识别反色码,黑白颜色反转
- setSupportLuminanceInvertMultiDecode(boolean) - function in com.king.zxing.DecodeConfig
- 设置是否支持识别反色码(条码黑白颜色反转的码)使用多解码
- setSupportProgress(int) - function in androidx.appcompat.app.CaptureActivity
- setSupportProgressBarIndeterminate(boolean) - function in androidx.appcompat.app.CaptureActivity
- setSupportProgressBarIndeterminateVisibility(boolean) - function in androidx.appcompat.app.CaptureActivity
- setSupportProgressBarVisibility(boolean) - function in androidx.appcompat.app.CaptureActivity
- setSupportVerticalCode(boolean) - function in com.king.zxing.DecodeConfig
- 设置是否支持扫垂直的条码
- setSupportVerticalCodeMultiDecode(boolean) - function in com.king.zxing.DecodeConfig
- 设置是否支持垂直的条码,使用多解码;解码时,对应的二值化的实现: HybridBinarizer , GlobalHistogramBinarizer
- setSystemGestureExclusionRects(List) - function in android.view.ViewfinderView
- setSystemUiVisibility(int) - function in android.view.ViewfinderView
- setTag(Object) - function in android.view.ViewfinderView
- setTargetFragment(Fragment,int) - function in androidx.fragment.app.CaptureFragment
- setTaskDescription(ActivityManager.TaskDescription) - function in android.app.CaptureActivity
- setTextAlignment(int) - function in android.view.ViewfinderView
- setTextDirection(int) - function in android.view.ViewfinderView
- setTheme(int) - function in androidx.appcompat.app.CaptureActivity
- setTitle(CharSequence) - function in android.app.CaptureActivity
- setTitleColor(int) - function in android.app.CaptureActivity
- setTooltipText(CharSequence) - function in android.view.ViewfinderView
- setTop(int) - function in android.view.ViewfinderView
- setTouchDelegate(TouchDelegate) - function in android.view.ViewfinderView
- setTransitionAlpha(float) - function in android.view.ViewfinderView
- setTransitionName(String) - function in android.view.ViewfinderView
- setTransitionVisibility(int) - function in android.view.ViewfinderView
- setTranslationX(float) - function in android.view.ViewfinderView
- setTranslationY(float) - function in android.view.ViewfinderView
- setTranslationZ(float) - function in android.view.ViewfinderView
- setTranslucent(boolean) - function in android.app.CaptureActivity
- setTurnScreenOn(boolean) - function in android.app.CaptureActivity
- setUserVisibleHint(boolean) - function in androidx.fragment.app.CaptureFragment
- setVerticalFadingEdgeEnabled(boolean) - function in android.view.ViewfinderView
- setVerticalScrollBarEnabled(boolean) - function in android.view.ViewfinderView
- setVerticalScrollbarPosition(int) - function in android.view.ViewfinderView
- setVerticalScrollbarThumbDrawable(Drawable) - function in android.view.ViewfinderView
- setVerticalScrollbarTrackDrawable(Drawable) - function in android.view.ViewfinderView
- setVibrate(boolean) - function in com.king.zxing.CameraScan
- 设置是否振动
- setVibrate(boolean) - function in com.king.zxing.DefaultCameraScan
- 设置是否振动
- setVibrate(boolean) - function in com.king.zxing.manager.BeepManager
- setViewTranslationCallback(ViewTranslationCallback) - function in android.view.ViewfinderView
- setVisibility(int) - function in android.view.ViewfinderView
- setVisible(boolean) - function in android.app.CaptureActivity
- setVolumeControlStream(int) - function in android.app.CaptureActivity
- setVrModeEnabled(boolean,ComponentName) - function in android.app.CaptureActivity
- setWallpaper(Bitmap) - function in android.content.CaptureActivity
- setWillNotCacheDrawing(boolean) - function in android.view.ViewfinderView
- setWillNotDraw(boolean) - function in android.view.ViewfinderView
- setWindowInsetsAnimationCallback(WindowInsetsAnimation.Callback) - function in android.view.ViewfinderView
- setX(float) - function in android.view.ViewfinderView
- setY(float) - function in android.view.ViewfinderView
- setZ(float) - function in android.view.ViewfinderView
- shadeColor(int) - function in com.king.zxing.ViewfinderView
- 处理颜色模糊
- shouldDockBigOverlays() - function in android.app.CaptureActivity
- shouldShowRequestPermissionRationale(String) - function in android.app.CaptureActivity
- shouldShowRequestPermissionRationale(String) - function in androidx.fragment.app.CaptureFragment
- shouldUpRecreateTask(Intent) - function in android.app.CaptureActivity
- showAssist(Bundle) - function in android.app.CaptureActivity
- showContextMenu() - function in android.view.ViewfinderView
- showDialog(int) - function in android.app.CaptureActivity
- showDialog(int,Bundle) - function in android.app.CaptureActivity
- showLockTaskEscapeMessage() - function in android.app.CaptureActivity
- showResultPoints(List) - function in com.king.zxing.ViewfinderView
- 显示结果点
- showScanner() - function in com.king.zxing.ViewfinderView
- 显示扫码动画
- startActionMode(ActionMode.Callback) - function in android.app.CaptureActivity
- startActionMode(ActionMode.Callback) - function in android.view.ViewfinderView
- startActivities(Array) - function in android.app.CaptureActivity
- startActivity(Intent) - function in android.app.CaptureActivity
- startActivity(Intent) - function in androidx.fragment.app.CaptureFragment
- startActivityForResult(Intent,int) - function in androidx.fragment.app.CaptureActivity
- startActivityForResult(Intent,int) - function in androidx.fragment.app.CaptureFragment
- startActivityFromChild(Activity,Intent,int) - function in android.app.CaptureActivity
- startActivityFromFragment(Fragment,Intent,int) - function in androidx.fragment.app.CaptureActivity
- startActivityIfNeeded(Intent,int) - function in android.app.CaptureActivity
- startAnimation(Animation) - function in android.view.ViewfinderView
- startCamera() - function in com.king.zxing.CameraScan
- 启动相机预览
- startCamera() - function in com.king.zxing.CaptureActivity
- 启动相机预览
- startCamera() - function in com.king.zxing.CaptureFragment
- 启动相机预览
- startCamera() - function in com.king.zxing.DefaultCameraScan
- 启动相机预览
- startCamera() - function in com.king.zxing.ICamera
- 启动相机预览
- startDrag(ClipData,View.DragShadowBuilder,Object,int) - function in android.view.ViewfinderView
- startDragAndDrop(ClipData,View.DragShadowBuilder,Object,int) - function in android.view.ViewfinderView
- startForegroundService(Intent) - function in android.content.CaptureActivity
- startInstrumentation(ComponentName,String,Bundle) - function in android.content.CaptureActivity
- startIntentSender(IntentSender,Intent,int,int,int) - function in android.app.CaptureActivity
- startIntentSenderForResult(IntentSender,int,Intent,int,int,int) - function in androidx.fragment.app.CaptureActivity
- startIntentSenderForResult(IntentSender,int,Intent,int,int,int,Bundle) - function in androidx.fragment.app.CaptureFragment
- startIntentSenderFromChild(Activity,IntentSender,int,Intent,int,int,int) - function in android.app.CaptureActivity
- startIntentSenderFromFragment(Fragment,IntentSender,int,Intent,int,int,int,Bundle) - function in androidx.fragment.app.CaptureActivity
- startLocalVoiceInteraction(Bundle) - function in android.app.CaptureActivity
- startLockTask() - function in android.app.CaptureActivity
- startManagingCursor(Cursor) - function in android.app.CaptureActivity
- startNestedScroll(int) - function in android.view.ViewfinderView
- startNextMatchingActivity(Intent) - function in android.app.CaptureActivity
- startPostponedEnterTransition() - function in android.app.CaptureActivity
- startPostponedEnterTransition() - function in androidx.fragment.app.CaptureFragment
- startSearch(String,boolean,Bundle,boolean) - function in android.app.CaptureActivity
- startService(Intent) - function in android.content.CaptureActivity
- startSupportActionMode(ActionMode.Callback) - function in androidx.appcompat.app.CaptureActivity
- stopCamera() - function in com.king.zxing.CameraScan
- 停止相机预览
- stopCamera() - function in com.king.zxing.DefaultCameraScan
- 停止相机预览
- stopCamera() - function in com.king.zxing.ICamera
- 停止相机预览
- stopLocalVoiceInteraction() - function in android.app.CaptureActivity
- stopLockTask() - function in android.app.CaptureActivity
- stopManagingCursor(Cursor) - function in android.app.CaptureActivity
- stopNestedScroll() - function in android.view.ViewfinderView
- stopService(Intent) - function in android.content.CaptureActivity
- superDispatchKeyEvent(KeyEvent) - function in androidx.core.app.CaptureActivity
- supportFinishAfterTransition() - function in androidx.fragment.app.CaptureActivity
- supportInvalidateOptionsMenu() - function in androidx.appcompat.app.CaptureActivity
- supportNavigateUpTo(Intent) - function in androidx.appcompat.app.CaptureActivity
- supportPostponeEnterTransition() - function in androidx.fragment.app.CaptureActivity
- supportRequestWindowFeature(int) - function in androidx.appcompat.app.CaptureActivity
- supportShouldUpRecreateTask(Intent) - function in androidx.appcompat.app.CaptureActivity
- supportStartPostponedEnterTransition() - function in androidx.fragment.app.CaptureActivity