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
D
- d(String) - function in com.king.zxing.util.LogUtils
- Log.
- d(Throwable) - function in com.king.zxing.util.LogUtils
- d(String,Throwable) - function in com.king.zxing.util.LogUtils
- databaseList() - function in android.content.CaptureActivity
- DecodeConfig - class in com.king.zxing
- 解码配置:主要用于在扫码识别时,提供一些配置,便于扩展。通过配置可决定内置分析器的能力,从而间接的控制并简化扫码识别的流程 设置解码 setHints内置的一些解码可参见如下:
- DecodeFormatManager - class in com.king.zxing
- 解码格式管理器 将常见的一些解码配置已根据条形码类型进行了几大划分,可根据需要找到符合的划分配置类型直接使用。
- DefaultCameraScan - class in com.king.zxing
- 相机扫描基类;DefaultCameraScan 为 CameraScan 的默认实现 快速实现扫描识别主要有以下几种方式: 1、通过继承 CaptureActivity或者CaptureFragment或其子类,可快速实现扫描识别。 (适用于大多数场景,自定义布局时需覆写getLayoutId方法) 2、在你项目的Activity或者Fragment中实例化一个DefaultCameraScan。(适用于想在扫码界面写交互逻辑,又因为项目 架构或其它原因,无法直接或间接继承CaptureActivity或CaptureFragment时使用) 3、继承CameraScan自己实现一个,可参照默认实现类DefaultCameraScan,其他步骤同方式2。(高级用法,谨慎使用)
- deleteDatabase(String) - function in android.content.CaptureActivity
- deleteFile(String) - function in android.content.CaptureActivity
- deleteSharedPreferences(String) - function in android.content.CaptureActivity
- destroyDrawingCache() - function in android.view.ViewfinderView
- dismissDialog(int) - function in android.app.CaptureActivity
- dismissKeyboardShortcutsHelper() - function in android.app.CaptureActivity
- dispatchApplyWindowInsets(WindowInsets) - function in android.view.ViewfinderView
- dispatchCapturedPointerEvent(MotionEvent) - function in android.view.ViewfinderView
- dispatchConfigurationChanged(Configuration) - function in android.view.ViewfinderView
- dispatchCreateViewTranslationRequest(Map,Array,TranslationCapability,List) - function in android.view.ViewfinderView
- dispatchDisplayHint(int) - function in android.view.ViewfinderView
- dispatchDragEvent(DragEvent) - function in android.view.ViewfinderView
- dispatchDrawableHotspotChanged(float,float) - function in android.view.ViewfinderView
- dispatchFinishTemporaryDetach() - function in android.view.ViewfinderView
- dispatchGenericMotionEvent(MotionEvent) - function in android.app.CaptureActivity
- dispatchGenericMotionEvent(MotionEvent) - function in android.view.ViewfinderView
- dispatchKeyEvent(KeyEvent) - function in androidx.appcompat.app.CaptureActivity
- dispatchKeyEvent(KeyEvent) - function in android.view.ViewfinderView
- dispatchKeyEventPreIme(KeyEvent) - function in android.view.ViewfinderView
- dispatchKeyShortcutEvent(KeyEvent) - function in androidx.core.app.CaptureActivity
- dispatchKeyShortcutEvent(KeyEvent) - function in android.view.ViewfinderView
- dispatchNestedFling(float,float,boolean) - function in android.view.ViewfinderView
- dispatchNestedPreFling(float,float) - function in android.view.ViewfinderView
- dispatchNestedPrePerformAccessibilityAction(int,Bundle) - function in android.view.ViewfinderView
- dispatchNestedPreScroll(int,int,Array,Array) - function in android.view.ViewfinderView
- dispatchNestedScroll(int,int,int,int,Array) - function in android.view.ViewfinderView
- dispatchPointerCaptureChanged(boolean) - function in android.view.ViewfinderView
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.app.CaptureActivity
- dispatchPopulateAccessibilityEvent(AccessibilityEvent) - function in android.view.ViewfinderView
- dispatchProvideAutofillStructure(ViewStructure,int) - function in android.view.ViewfinderView
- dispatchProvideStructure(ViewStructure) - function in android.view.ViewfinderView
- dispatchScrollCaptureSearch(Rect,Point,Consumer) - function in android.view.ViewfinderView
- dispatchStartTemporaryDetach() - function in android.view.ViewfinderView
- dispatchSystemUiVisibilityChanged(int) - function in android.view.ViewfinderView
- dispatchTouchEvent(MotionEvent) - function in android.app.CaptureActivity
- dispatchTouchEvent(MotionEvent) - function in android.view.ViewfinderView
- dispatchTrackballEvent(MotionEvent) - function in android.app.CaptureActivity
- dispatchTrackballEvent(MotionEvent) - function in android.view.ViewfinderView
- dispatchUnhandledMove(View,int) - function in android.view.ViewfinderView
- dispatchWindowFocusChanged(boolean) - function in android.view.ViewfinderView
- dispatchWindowInsetsAnimationEnd(WindowInsetsAnimation) - function in android.view.ViewfinderView
- dispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation) - function in android.view.ViewfinderView
- dispatchWindowInsetsAnimationProgress(WindowInsets,List) - function in android.view.ViewfinderView
- dispatchWindowInsetsAnimationStart(WindowInsetsAnimation,WindowInsetsAnimation.Bounds) - function in android.view.ViewfinderView
- dispatchWindowSystemUiVisiblityChanged(int) - function in android.view.ViewfinderView
- dispatchWindowVisibilityChanged(int) - function in android.view.ViewfinderView
- draw(Canvas) - function in android.view.ViewfinderView
- drawableHotspotChanged(float,float) - function in android.view.ViewfinderView
- dump(String,FileDescriptor,PrintWriter,Array) - function in androidx.fragment.app.CaptureActivity
- dump(String,FileDescriptor,PrintWriter,Array) - function in androidx.fragment.app.CaptureFragment