BarcodeGeneratorView
Inheritance: java.lang.Object, android.view.View, android.widget.ImageView, androidx.appcompat.widget.AppCompatImageView
All Implemented Interfaces: com.aspose.barcode.component.IBarCodeGeneratorControl
public class BarcodeGeneratorView extends AppCompatImageView implements IBarCodeGeneratorControl
BarCode Android View. Add aspose-barcode-android-*.aar to the project dependencies, and you will use BarcodeGeneratorView. Just add and customize the BarcodeGeneratorView to layout xml resource file. This sample shows how to use the BarcodeGeneratorView view in layout xml resource file.
com.aspose.barcode.component.BarcodeGeneratorView
android:id="@+id/barCodeGeneratorView"
android:layout_width="300dp"
android:layout_height="300dp"
android:layout_marginLeft="45dp"
android:background="@drawable/border"
app:barcodeType="QR"
app:codetext="sampletext"
app:generateOnStart="true"
Constructors
Constructor | Description |
---|---|
BarcodeGeneratorView(Context context) | Initializes a new instance of the “BarCodeGeneratorControl” class. |
BarcodeGeneratorView(Context context, AttributeSet attrs) | Initializes a new instance of the “BarCodeGeneratorControl” class. |
BarcodeGeneratorView(Context context, AttributeSet attrs, int defStyle) | Initializes a new instance of the “BarCodeGeneratorControl” class. |
Fields
Methods
BarcodeGeneratorView(Context context)
public BarcodeGeneratorView(Context context)
Initializes a new instance of the “BarCodeGeneratorControl” class.
Parameters:
Parameter | Type | Description |
---|---|---|
context | android.content.Context |
BarcodeGeneratorView(Context context, AttributeSet attrs)
public BarcodeGeneratorView(Context context, AttributeSet attrs)
Initializes a new instance of the “BarCodeGeneratorControl” class.
Parameters:
Parameter | Type | Description |
---|---|---|
context | android.content.Context | |
attrs | android.util.AttributeSet |
BarcodeGeneratorView(Context context, AttributeSet attrs, int defStyle)
public BarcodeGeneratorView(Context context, AttributeSet attrs, int defStyle)
Initializes a new instance of the “BarCodeGeneratorControl” class.
Parameters:
Parameter | Type | Description |
---|---|---|
context | android.content.Context | |
attrs | android.util.AttributeSet | |
defStyle | int |
ACCESSIBILITY_LIVE_REGION_ASSERTIVE
public static final int ACCESSIBILITY_LIVE_REGION_ASSERTIVE
ACCESSIBILITY_LIVE_REGION_NONE
public static final int ACCESSIBILITY_LIVE_REGION_NONE
ACCESSIBILITY_LIVE_REGION_POLITE
public static final int ACCESSIBILITY_LIVE_REGION_POLITE
ALPHA
public static final Property<View,Float> ALPHA
AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS
public static final int AUTOFILL_FLAG_INCLUDE_NOT_IMPORTANT_VIEWS
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
public static final String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
public static final String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
public static final String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH
AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
public static final String AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR
AUTOFILL_HINT_CREDIT_CARD_NUMBER
public static final String AUTOFILL_HINT_CREDIT_CARD_NUMBER
AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
public static final String AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE
AUTOFILL_HINT_EMAIL_ADDRESS
public static final String AUTOFILL_HINT_EMAIL_ADDRESS
AUTOFILL_HINT_NAME
public static final String AUTOFILL_HINT_NAME
AUTOFILL_HINT_PASSWORD
public static final String AUTOFILL_HINT_PASSWORD
AUTOFILL_HINT_PHONE
public static final String AUTOFILL_HINT_PHONE
AUTOFILL_HINT_POSTAL_ADDRESS
public static final String AUTOFILL_HINT_POSTAL_ADDRESS
AUTOFILL_HINT_POSTAL_CODE
public static final String AUTOFILL_HINT_POSTAL_CODE
AUTOFILL_HINT_USERNAME
public static final String AUTOFILL_HINT_USERNAME
AUTOFILL_TYPE_DATE
public static final int AUTOFILL_TYPE_DATE
AUTOFILL_TYPE_LIST
public static final int AUTOFILL_TYPE_LIST
AUTOFILL_TYPE_NONE
public static final int AUTOFILL_TYPE_NONE
AUTOFILL_TYPE_TEXT
public static final int AUTOFILL_TYPE_TEXT
AUTOFILL_TYPE_TOGGLE
public static final int AUTOFILL_TYPE_TOGGLE
DRAG_FLAG_ACCESSIBILITY_ACTION
public static final int DRAG_FLAG_ACCESSIBILITY_ACTION
DRAG_FLAG_GLOBAL
public static final int DRAG_FLAG_GLOBAL
DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION
public static final int DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION
DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION
public static final int DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION
DRAG_FLAG_GLOBAL_URI_READ
public static final int DRAG_FLAG_GLOBAL_URI_READ
DRAG_FLAG_GLOBAL_URI_WRITE
public static final int DRAG_FLAG_GLOBAL_URI_WRITE
DRAG_FLAG_OPAQUE
public static final int DRAG_FLAG_OPAQUE
DRAWING_CACHE_QUALITY_AUTO
public static final int DRAWING_CACHE_QUALITY_AUTO
DRAWING_CACHE_QUALITY_HIGH
public static final int DRAWING_CACHE_QUALITY_HIGH
DRAWING_CACHE_QUALITY_LOW
public static final int DRAWING_CACHE_QUALITY_LOW
FIND_VIEWS_WITH_CONTENT_DESCRIPTION
public static final int FIND_VIEWS_WITH_CONTENT_DESCRIPTION
FIND_VIEWS_WITH_TEXT
public static final int FIND_VIEWS_WITH_TEXT
FOCUSABLE
public static final int FOCUSABLE
FOCUSABLES_ALL
public static final int FOCUSABLES_ALL
FOCUSABLES_TOUCH_MODE
public static final int FOCUSABLES_TOUCH_MODE
FOCUSABLE_AUTO
public static final int FOCUSABLE_AUTO
FOCUS_BACKWARD
public static final int FOCUS_BACKWARD
FOCUS_DOWN
public static final int FOCUS_DOWN
FOCUS_FORWARD
public static final int FOCUS_FORWARD
FOCUS_LEFT
public static final int FOCUS_LEFT
FOCUS_RIGHT
public static final int FOCUS_RIGHT
FOCUS_UP
public static final int FOCUS_UP
GONE
public static final int GONE
HAPTIC_FEEDBACK_ENABLED
public static final int HAPTIC_FEEDBACK_ENABLED
IMPORTANT_FOR_ACCESSIBILITY_AUTO
public static final int IMPORTANT_FOR_ACCESSIBILITY_AUTO
IMPORTANT_FOR_ACCESSIBILITY_NO
public static final int IMPORTANT_FOR_ACCESSIBILITY_NO
IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS
public static final int IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS
IMPORTANT_FOR_ACCESSIBILITY_YES
public static final int IMPORTANT_FOR_ACCESSIBILITY_YES
IMPORTANT_FOR_AUTOFILL_AUTO
public static final int IMPORTANT_FOR_AUTOFILL_AUTO
IMPORTANT_FOR_AUTOFILL_NO
public static final int IMPORTANT_FOR_AUTOFILL_NO
IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS
public static final int IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS
IMPORTANT_FOR_AUTOFILL_YES
public static final int IMPORTANT_FOR_AUTOFILL_YES
IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS
public static final int IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS
IMPORTANT_FOR_CONTENT_CAPTURE_AUTO
public static final int IMPORTANT_FOR_CONTENT_CAPTURE_AUTO
IMPORTANT_FOR_CONTENT_CAPTURE_NO
public static final int IMPORTANT_FOR_CONTENT_CAPTURE_NO
IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS
public static final int IMPORTANT_FOR_CONTENT_CAPTURE_NO_EXCLUDE_DESCENDANTS
IMPORTANT_FOR_CONTENT_CAPTURE_YES
public static final int IMPORTANT_FOR_CONTENT_CAPTURE_YES
IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS
public static final int IMPORTANT_FOR_CONTENT_CAPTURE_YES_EXCLUDE_DESCENDANTS
INVISIBLE
public static final int INVISIBLE
KEEP_SCREEN_ON
public static final int KEEP_SCREEN_ON
LAYER_TYPE_HARDWARE
public static final int LAYER_TYPE_HARDWARE
LAYER_TYPE_NONE
public static final int LAYER_TYPE_NONE
LAYER_TYPE_SOFTWARE
public static final int LAYER_TYPE_SOFTWARE
LAYOUT_DIRECTION_INHERIT
public static final int LAYOUT_DIRECTION_INHERIT
LAYOUT_DIRECTION_LOCALE
public static final int LAYOUT_DIRECTION_LOCALE
LAYOUT_DIRECTION_LTR
public static final int LAYOUT_DIRECTION_LTR
LAYOUT_DIRECTION_RTL
public static final int LAYOUT_DIRECTION_RTL
MEASURED_HEIGHT_STATE_SHIFT
public static final int MEASURED_HEIGHT_STATE_SHIFT
MEASURED_SIZE_MASK
public static final int MEASURED_SIZE_MASK
MEASURED_STATE_MASK
public static final int MEASURED_STATE_MASK
MEASURED_STATE_TOO_SMALL
public static final int MEASURED_STATE_TOO_SMALL
NOT_FOCUSABLE
public static final int NOT_FOCUSABLE
NO_ID
public static final int NO_ID
OVER_SCROLL_ALWAYS
public static final int OVER_SCROLL_ALWAYS
OVER_SCROLL_IF_CONTENT_SCROLLS
public static final int OVER_SCROLL_IF_CONTENT_SCROLLS
OVER_SCROLL_NEVER
public static final int OVER_SCROLL_NEVER
ROTATION
public static final Property<View,Float> ROTATION
ROTATION_X
public static final Property<View,Float> ROTATION_X
ROTATION_Y
public static final Property<View,Float> ROTATION_Y
SCALE_X
public static final Property<View,Float> SCALE_X
SCALE_Y
public static final Property<View,Float> SCALE_Y
SCREEN_STATE_OFF
public static final int SCREEN_STATE_OFF
SCREEN_STATE_ON
public static final int SCREEN_STATE_ON
SCROLLBARS_INSIDE_INSET
public static final int SCROLLBARS_INSIDE_INSET
SCROLLBARS_INSIDE_OVERLAY
public static final int SCROLLBARS_INSIDE_OVERLAY
SCROLLBARS_OUTSIDE_INSET
public static final int SCROLLBARS_OUTSIDE_INSET
SCROLLBARS_OUTSIDE_OVERLAY
public static final int SCROLLBARS_OUTSIDE_OVERLAY
SCROLLBAR_POSITION_DEFAULT
public static final int SCROLLBAR_POSITION_DEFAULT
SCROLLBAR_POSITION_LEFT
public static final int SCROLLBAR_POSITION_LEFT
SCROLLBAR_POSITION_RIGHT
public static final int SCROLLBAR_POSITION_RIGHT
SCROLL_AXIS_HORIZONTAL
public static final int SCROLL_AXIS_HORIZONTAL
SCROLL_AXIS_NONE
public static final int SCROLL_AXIS_NONE
SCROLL_AXIS_VERTICAL
public static final int SCROLL_AXIS_VERTICAL
SCROLL_CAPTURE_HINT_AUTO
public static final int SCROLL_CAPTURE_HINT_AUTO
SCROLL_CAPTURE_HINT_EXCLUDE
public static final int SCROLL_CAPTURE_HINT_EXCLUDE
SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS
public static final int SCROLL_CAPTURE_HINT_EXCLUDE_DESCENDANTS
SCROLL_CAPTURE_HINT_INCLUDE
public static final int SCROLL_CAPTURE_HINT_INCLUDE
SCROLL_INDICATOR_BOTTOM
public static final int SCROLL_INDICATOR_BOTTOM
SCROLL_INDICATOR_END
public static final int SCROLL_INDICATOR_END
SCROLL_INDICATOR_LEFT
public static final int SCROLL_INDICATOR_LEFT
SCROLL_INDICATOR_RIGHT
public static final int SCROLL_INDICATOR_RIGHT
SCROLL_INDICATOR_START
public static final int SCROLL_INDICATOR_START
SCROLL_INDICATOR_TOP
public static final int SCROLL_INDICATOR_TOP
SOUND_EFFECTS_ENABLED
public static final int SOUND_EFFECTS_ENABLED
STATUS_BAR_HIDDEN
public static final int STATUS_BAR_HIDDEN
STATUS_BAR_VISIBLE
public static final int STATUS_BAR_VISIBLE
SYSTEM_UI_FLAG_FULLSCREEN
public static final int SYSTEM_UI_FLAG_FULLSCREEN
SYSTEM_UI_FLAG_HIDE_NAVIGATION
public static final int SYSTEM_UI_FLAG_HIDE_NAVIGATION
SYSTEM_UI_FLAG_IMMERSIVE
public static final int SYSTEM_UI_FLAG_IMMERSIVE
SYSTEM_UI_FLAG_IMMERSIVE_STICKY
public static final int SYSTEM_UI_FLAG_IMMERSIVE_STICKY
SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
public static final int SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN
SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION
public static final int SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION
SYSTEM_UI_FLAG_LAYOUT_STABLE
public static final int SYSTEM_UI_FLAG_LAYOUT_STABLE
SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR
public static final int SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR
SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
public static final int SYSTEM_UI_FLAG_LIGHT_STATUS_BAR
SYSTEM_UI_FLAG_LOW_PROFILE
public static final int SYSTEM_UI_FLAG_LOW_PROFILE
SYSTEM_UI_FLAG_VISIBLE
public static final int SYSTEM_UI_FLAG_VISIBLE
SYSTEM_UI_LAYOUT_FLAGS
public static final int SYSTEM_UI_LAYOUT_FLAGS
TEXT_ALIGNMENT_CENTER
public static final int TEXT_ALIGNMENT_CENTER
TEXT_ALIGNMENT_GRAVITY
public static final int TEXT_ALIGNMENT_GRAVITY
TEXT_ALIGNMENT_INHERIT
public static final int TEXT_ALIGNMENT_INHERIT
TEXT_ALIGNMENT_TEXT_END
public static final int TEXT_ALIGNMENT_TEXT_END
TEXT_ALIGNMENT_TEXT_START
public static final int TEXT_ALIGNMENT_TEXT_START
TEXT_ALIGNMENT_VIEW_END
public static final int TEXT_ALIGNMENT_VIEW_END
TEXT_ALIGNMENT_VIEW_START
public static final int TEXT_ALIGNMENT_VIEW_START
TEXT_DIRECTION_ANY_RTL
public static final int TEXT_DIRECTION_ANY_RTL
TEXT_DIRECTION_FIRST_STRONG
public static final int TEXT_DIRECTION_FIRST_STRONG
TEXT_DIRECTION_FIRST_STRONG_LTR
public static final int TEXT_DIRECTION_FIRST_STRONG_LTR
TEXT_DIRECTION_FIRST_STRONG_RTL
public static final int TEXT_DIRECTION_FIRST_STRONG_RTL
TEXT_DIRECTION_INHERIT
public static final int TEXT_DIRECTION_INHERIT
TEXT_DIRECTION_LOCALE
public static final int TEXT_DIRECTION_LOCALE
TEXT_DIRECTION_LTR
public static final int TEXT_DIRECTION_LTR
TEXT_DIRECTION_RTL
public static final int TEXT_DIRECTION_RTL
TRANSLATION_X
public static final Property<View,Float> TRANSLATION_X
TRANSLATION_Y
public static final Property<View,Float> TRANSLATION_Y
TRANSLATION_Z
public static final Property<View,Float> TRANSLATION_Z
VISIBLE
public static final int VISIBLE
X
public static final Property<View,Float> X
Y
public static final Property<View,Float> Y
Z
public static final Property<View,Float> Z
findViewById(int arg0)
public final T <T>findViewById(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: T
findViewWithTag(Object arg0)
public final T <T>findViewWithTag(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: T
requireViewById(int arg0)
public final T <T>requireViewById(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: T
addChildrenForAccessibility(ArrayList arg0)
public void addChildrenForAccessibility(ArrayList<View> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.ArrayList<android.view.View> |
addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo arg0, String arg1, Bundle arg2)
public void addExtraDataToAccessibilityNodeInfo(AccessibilityNodeInfo arg0, String arg1, Bundle arg2)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.accessibility.AccessibilityNodeInfo | |
arg1 | java.lang.String | |
arg2 | android.os.Bundle |
addFocusables(ArrayList arg0, int arg1)
public void addFocusables(ArrayList<View> arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.ArrayList<android.view.View> | |
arg1 | int |
addFocusables(ArrayList arg0, int arg1, int arg2)
public void addFocusables(ArrayList<View> arg0, int arg1, int arg2)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.ArrayList<android.view.View> | |
arg1 | int | |
arg2 | int |
addKeyboardNavigationClusters(Collection arg0, int arg1)
public void addKeyboardNavigationClusters(Collection<View> arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Collection<android.view.View> | |
arg1 | int |
addOnAttachStateChangeListener(View.OnAttachStateChangeListener arg0)
public void addOnAttachStateChangeListener(View.OnAttachStateChangeListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnAttachStateChangeListener |
addOnLayoutChangeListener(View.OnLayoutChangeListener arg0)
public void addOnLayoutChangeListener(View.OnLayoutChangeListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnLayoutChangeListener |
addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener arg0)
public void addOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnUnhandledKeyEventListener |
addTouchables(ArrayList arg0)
public void addTouchables(ArrayList<View> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.ArrayList<android.view.View> |
animate()
public ViewPropertyAnimator animate()
Returns: android.view.ViewPropertyAnimator
animateTransform(Matrix arg0)
public void animateTransform(Matrix arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Matrix |
announceForAccessibility(CharSequence arg0)
public void announceForAccessibility(CharSequence arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.CharSequence |
autofill(SparseArray arg0)
public void autofill(SparseArray<AutofillValue> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.util.SparseArray<android.view.autofill.AutofillValue> |
autofill(AutofillValue arg0)
public void autofill(AutofillValue arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.autofill.AutofillValue |
bringToFront()
public void bringToFront()
buildDrawingCache()
public void buildDrawingCache()
buildDrawingCache(boolean arg0)
public void buildDrawingCache(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
buildLayer()
public void buildLayer()
callOnClick()
public boolean callOnClick()
Returns: boolean
canResolveLayoutDirection()
public boolean canResolveLayoutDirection()
Returns: boolean
canResolveTextAlignment()
public boolean canResolveTextAlignment()
Returns: boolean
canResolveTextDirection()
public boolean canResolveTextDirection()
Returns: boolean
canScrollHorizontally(int arg0)
public boolean canScrollHorizontally(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: boolean
canScrollVertically(int arg0)
public boolean canScrollVertically(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: boolean
cancelDragAndDrop()
public final void cancelDragAndDrop()
cancelLongPress()
public void cancelLongPress()
cancelPendingInputEvents()
public final void cancelPendingInputEvents()
checkInputConnectionProxy(View arg0)
public boolean checkInputConnectionProxy(View arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View |
Returns: boolean
clearAnimation()
public void clearAnimation()
clearColorFilter()
public final void clearColorFilter()
clearFocus()
public void clearFocus()
clearViewTranslationCallback()
public void clearViewTranslationCallback()
combineMeasuredStates(int arg0, int arg1)
public static int combineMeasuredStates(int arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int |
Returns: int
computeScroll()
public void computeScroll()
computeSystemWindowInsets(WindowInsets arg0, Rect arg1)
public WindowInsets computeSystemWindowInsets(WindowInsets arg0, Rect arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.WindowInsets | |
arg1 | android.graphics.Rect |
Returns: android.view.WindowInsets
createAccessibilityNodeInfo()
public AccessibilityNodeInfo createAccessibilityNodeInfo()
Returns: android.view.accessibility.AccessibilityNodeInfo
createContextMenu(ContextMenu arg0)
public void createContextMenu(ContextMenu arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ContextMenu |
destroyDrawingCache()
public void destroyDrawingCache()
dispatchApplyWindowInsets(WindowInsets arg0)
public WindowInsets dispatchApplyWindowInsets(WindowInsets arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.WindowInsets |
Returns: android.view.WindowInsets
dispatchCapturedPointerEvent(MotionEvent arg0)
public boolean dispatchCapturedPointerEvent(MotionEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent |
Returns: boolean
dispatchConfigurationChanged(Configuration arg0)
public void dispatchConfigurationChanged(Configuration arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.content.res.Configuration |
dispatchCreateViewTranslationRequest(Map<AutofillId,long[]> arg0, int[] arg1, TranslationCapability arg2, List arg3)
public void dispatchCreateViewTranslationRequest(Map<AutofillId,long[]> arg0, int[] arg1, TranslationCapability arg2, List<ViewTranslationRequest> arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.Map<android.view.autofill.AutofillId,long[]> | |
arg1 | int[] | |
arg2 | android.view.translation.TranslationCapability | |
arg3 | java.util.List<android.view.translation.ViewTranslationRequest> |
dispatchDisplayHint(int arg0)
public void dispatchDisplayHint(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
dispatchDragEvent(DragEvent arg0)
public boolean dispatchDragEvent(DragEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.DragEvent |
Returns: boolean
dispatchDrawableHotspotChanged(float arg0, float arg1)
public void dispatchDrawableHotspotChanged(float arg0, float arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float | |
arg1 | float |
dispatchFinishTemporaryDetach()
public void dispatchFinishTemporaryDetach()
dispatchGenericMotionEvent(MotionEvent arg0)
public boolean dispatchGenericMotionEvent(MotionEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent |
Returns: boolean
dispatchKeyEvent(KeyEvent arg0)
public boolean dispatchKeyEvent(KeyEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.KeyEvent |
Returns: boolean
dispatchKeyEventPreIme(KeyEvent arg0)
public boolean dispatchKeyEventPreIme(KeyEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.KeyEvent |
Returns: boolean
dispatchKeyShortcutEvent(KeyEvent arg0)
public boolean dispatchKeyShortcutEvent(KeyEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.KeyEvent |
Returns: boolean
dispatchNestedFling(float arg0, float arg1, boolean arg2)
public boolean dispatchNestedFling(float arg0, float arg1, boolean arg2)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float | |
arg1 | float | |
arg2 | boolean |
Returns: boolean
dispatchNestedPreFling(float arg0, float arg1)
public boolean dispatchNestedPreFling(float arg0, float arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float | |
arg1 | float |
Returns: boolean
dispatchNestedPrePerformAccessibilityAction(int arg0, Bundle arg1)
public boolean dispatchNestedPrePerformAccessibilityAction(int arg0, Bundle arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | android.os.Bundle |
Returns: boolean
dispatchNestedPreScroll(int arg0, int arg1, int[] arg2, int[] arg3)
public boolean dispatchNestedPreScroll(int arg0, int arg1, int[] arg2, int[] arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int | |
arg2 | int[] | |
arg3 | int[] |
Returns: boolean
dispatchNestedScroll(int arg0, int arg1, int arg2, int arg3, int[] arg4)
public boolean dispatchNestedScroll(int arg0, int arg1, int arg2, int arg3, int[] arg4)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int | |
arg2 | int | |
arg3 | int | |
arg4 | int[] |
Returns: boolean
dispatchPointerCaptureChanged(boolean arg0)
public void dispatchPointerCaptureChanged(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
dispatchPopulateAccessibilityEvent(AccessibilityEvent arg0)
public boolean dispatchPopulateAccessibilityEvent(AccessibilityEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.accessibility.AccessibilityEvent |
Returns: boolean
dispatchProvideAutofillStructure(ViewStructure arg0, int arg1)
public void dispatchProvideAutofillStructure(ViewStructure arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ViewStructure | |
arg1 | int |
dispatchProvideStructure(ViewStructure arg0)
public void dispatchProvideStructure(ViewStructure arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ViewStructure |
dispatchScrollCaptureSearch(Rect arg0, Point arg1, Consumer arg2)
public void dispatchScrollCaptureSearch(Rect arg0, Point arg1, Consumer<ScrollCaptureTarget> arg2)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect | |
arg1 | android.graphics.Point | |
arg2 | java.util.function.Consumer<android.view.ScrollCaptureTarget> |
dispatchStartTemporaryDetach()
public void dispatchStartTemporaryDetach()
dispatchSystemUiVisibilityChanged(int arg0)
public void dispatchSystemUiVisibilityChanged(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
dispatchTouchEvent(MotionEvent arg0)
public boolean dispatchTouchEvent(MotionEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent |
Returns: boolean
dispatchTrackballEvent(MotionEvent arg0)
public boolean dispatchTrackballEvent(MotionEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent |
Returns: boolean
dispatchUnhandledMove(View arg0, int arg1)
public boolean dispatchUnhandledMove(View arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View | |
arg1 | int |
Returns: boolean
dispatchWindowFocusChanged(boolean arg0)
public void dispatchWindowFocusChanged(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
dispatchWindowInsetsAnimationEnd(WindowInsetsAnimation arg0)
public void dispatchWindowInsetsAnimationEnd(WindowInsetsAnimation arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.WindowInsetsAnimation |
dispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation arg0)
public void dispatchWindowInsetsAnimationPrepare(WindowInsetsAnimation arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.WindowInsetsAnimation |
dispatchWindowInsetsAnimationProgress(WindowInsets arg0, List arg1)
public WindowInsets dispatchWindowInsetsAnimationProgress(WindowInsets arg0, List<WindowInsetsAnimation> arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.WindowInsets | |
arg1 | java.util.List<android.view.WindowInsetsAnimation> |
Returns: android.view.WindowInsets
dispatchWindowInsetsAnimationStart(WindowInsetsAnimation arg0, WindowInsetsAnimation.Bounds arg1)
public WindowInsetsAnimation.Bounds dispatchWindowInsetsAnimationStart(WindowInsetsAnimation arg0, WindowInsetsAnimation.Bounds arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.WindowInsetsAnimation | |
arg1 | android.view.WindowInsetsAnimation.Bounds |
Returns: android.view.WindowInsetsAnimation.Bounds
dispatchWindowSystemUiVisiblityChanged(int arg0)
public void dispatchWindowSystemUiVisiblityChanged(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
dispatchWindowVisibilityChanged(int arg0)
public void dispatchWindowVisibilityChanged(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
draw(Canvas arg0)
public void draw(Canvas arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Canvas |
drawableHotspotChanged(float arg0, float arg1)
public void drawableHotspotChanged(float arg0, float arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float | |
arg1 | float |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
findFocus()
public View findFocus()
Returns: android.view.View
findOnBackInvokedDispatcher()
public final OnBackInvokedDispatcher findOnBackInvokedDispatcher()
Returns: android.window.OnBackInvokedDispatcher
findViewsWithText(ArrayList arg0, CharSequence arg1, int arg2)
public void findViewsWithText(ArrayList<View> arg0, CharSequence arg1, int arg2)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.ArrayList<android.view.View> | |
arg1 | java.lang.CharSequence | |
arg2 | int |
focusSearch(int arg0)
public View focusSearch(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: android.view.View
forceHasOverlappingRendering(boolean arg0)
public void forceHasOverlappingRendering(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
forceLayout()
public void forceLayout()
gatherTransparentRegion(Region arg0)
public boolean gatherTransparentRegion(Region arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Region |
Returns: boolean
generateDisplayHash(String arg0, Rect arg1, Executor arg2, DisplayHashResultCallback arg3)
public void generateDisplayHash(String arg0, Rect arg1, Executor arg2, DisplayHashResultCallback arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.String | |
arg1 | android.graphics.Rect | |
arg2 | java.util.concurrent.Executor | |
arg3 | android.view.displayhash.DisplayHashResultCallback |
generateViewId()
public static int generateViewId()
Returns: int
getAccessibilityClassName()
public CharSequence getAccessibilityClassName()
Returns: java.lang.CharSequence
getAccessibilityDelegate()
public View.AccessibilityDelegate getAccessibilityDelegate()
Returns: android.view.View.AccessibilityDelegate
getAccessibilityLiveRegion()
public int getAccessibilityLiveRegion()
Returns: int
getAccessibilityNodeProvider()
public AccessibilityNodeProvider getAccessibilityNodeProvider()
Returns: android.view.accessibility.AccessibilityNodeProvider
getAccessibilityPaneTitle()
public CharSequence getAccessibilityPaneTitle()
Returns: java.lang.CharSequence
getAccessibilityTraversalAfter()
public int getAccessibilityTraversalAfter()
Returns: int
getAccessibilityTraversalBefore()
public int getAccessibilityTraversalBefore()
Returns: int
getAdjustViewBounds()
public boolean getAdjustViewBounds()
Returns: boolean
getAlpha()
public float getAlpha()
Returns: float
getAnimation()
public Animation getAnimation()
Returns: android.view.animation.Animation
getAnimationMatrix()
public Matrix getAnimationMatrix()
Returns: android.graphics.Matrix
getApplicationWindowToken()
public IBinder getApplicationWindowToken()
Returns: android.os.IBinder
getAttributeResolutionStack(int arg0)
public int[] getAttributeResolutionStack(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: int[]
getAttributeSourceResourceMap()
public Map<Integer,Integer> getAttributeSourceResourceMap()
Returns: java.util.Map<java.lang.Integer,java.lang.Integer>
getAutoSizeMode()
public AutoSizeMode getAutoSizeMode()
Gets the mode by which the barcode automatically resizes. Default value is AutoSizeMode.NONE.
Returns: AutoSizeMode
getAutofillHints()
public String[] getAutofillHints()
Returns: java.lang.String[]
getAutofillId()
public final AutofillId getAutofillId()
Returns: android.view.autofill.AutofillId
getAutofillType()
public int getAutofillType()
Returns: int
getAutofillValue()
public AutofillValue getAutofillValue()
Returns: android.view.autofill.AutofillValue
getBackground()
public Drawable getBackground()
Returns: android.graphics.drawable.Drawable
getBackgroundColor()
public int getBackgroundColor()
Background color of the barcode image.
Returns: int
getBackgroundTintBlendMode()
public BlendMode getBackgroundTintBlendMode()
Returns: android.graphics.BlendMode
getBackgroundTintList()
public ColorStateList getBackgroundTintList()
Returns: android.content.res.ColorStateList
getBackgroundTintMode()
public PorterDuff.Mode getBackgroundTintMode()
Returns: android.graphics.PorterDuff.Mode
getBarCodeHeight()
public Unit getBarCodeHeight()
BarCode image height when property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation.
Returns: Unit
getBarCodeWidth()
public Unit getBarCodeWidth()
BarCode image width when property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation.
Returns: Unit
getBarColor()
public int getBarColor()
Bars color.
Returns: int
getBarHeight()
public Unit getBarHeight()
Height of 1D barcodes’ bars. Ignored if property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation.
Returns: Unit
getBarcodePaddings()
public Padding getBarcodePaddings()
Gets Barcode paddings parameters .
Returns: Padding -
getBarcodeType()
public BaseEncodeType getBarcodeType()
BarCode’s encode type (symbology). Use to get current symbology.
Returns: BaseEncodeType
getBaseline()
public int getBaseline()
Returns: int
getBaselineAlignBottom()
public boolean getBaselineAlignBottom()
Returns: boolean
getBorderParameters()
public BorderParameters getBorderParameters()
Gets Border parameters .
Returns: BorderParameters
getBottom()
public final int getBottom()
Returns: int
getCameraDistance()
public float getCameraDistance()
Returns: float
getCaptionAbove()
public CaptionUI getCaptionAbove()
Caption Above the BarCode image. See .
Returns: CaptionUI
getCaptionBelow()
public CaptionUI getCaptionBelow()
Caption Above the BarCode image. See .
Returns: CaptionUI
getChecksumAlwaysShow()
public boolean getChecksumAlwaysShow()
Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes.
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getClipBounds()
public Rect getClipBounds()
Returns: android.graphics.Rect
getClipBounds(Rect arg0)
public boolean getClipBounds(Rect arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect |
Returns: boolean
getClipToOutline()
public final boolean getClipToOutline()
Returns: boolean
getCodeText()
public String getCodeText()
Data to be encoded, different types of BarCode may have different CodeText length restrictions.
Returns: java.lang.String
getCodeTextParameters()
public CodetextParametersUI getCodeTextParameters()
Gets CodeText parameters .
Returns: CodetextParametersUI
getColorFilter()
public ColorFilter getColorFilter()
Returns: android.graphics.ColorFilter
getContentCaptureSession()
public final ContentCaptureSession getContentCaptureSession()
Returns: android.view.contentcapture.ContentCaptureSession
getContentDescription()
public CharSequence getContentDescription()
Returns: java.lang.CharSequence
getContext()
public final Context getContext()
Returns: android.content.Context
getCropToPadding()
public boolean getCropToPadding()
Returns: boolean
getDefaultFocusHighlightEnabled()
public final boolean getDefaultFocusHighlightEnabled()
Returns: boolean
getDefaultSize(int arg0, int arg1)
public static int getDefaultSize(int arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int |
Returns: int
getDisplay()
public Display getDisplay()
Returns: android.view.Display
getDrawable()
public Drawable getDrawable()
Returns: android.graphics.drawable.Drawable
getDrawableState()
public final int[] getDrawableState()
Returns: int[]
getDrawingCache()
public Bitmap getDrawingCache()
Returns: android.graphics.Bitmap
getDrawingCache(boolean arg0)
public Bitmap getDrawingCache(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
Returns: android.graphics.Bitmap
getDrawingCacheBackgroundColor()
public int getDrawingCacheBackgroundColor()
Returns: int
getDrawingCacheQuality()
public int getDrawingCacheQuality()
Returns: int
getDrawingRect(Rect arg0)
public void getDrawingRect(Rect arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect |
getDrawingTime()
public long getDrawingTime()
Returns: long
getElevation()
public float getElevation()
Returns: float
getEnableEscape()
public boolean getEnableEscape()
Indicates whether explains the character “\” as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, “\” will be explained as a special escape character. Otherwise, “\” acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \\CR stands for CR.
Returns: boolean
getExplicitStyle()
public int getExplicitStyle()
Returns: int
getFilledBars()
public boolean getFilledBars()
Gets a value indicating whether bars filled. Only for 1D barcodes.
Returns: boolean
getFilterTouchesWhenObscured()
public boolean getFilterTouchesWhenObscured()
Returns: boolean
getFitsSystemWindows()
public boolean getFitsSystemWindows()
Returns: boolean
getFocusable()
public int getFocusable()
Returns: int
getFocusables(int arg0)
public ArrayList<View> getFocusables(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: java.util.ArrayList<android.view.View>
getFocusedRect(Rect arg0)
public void getFocusedRect(Rect arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect |
getForeground()
public Drawable getForeground()
Returns: android.graphics.drawable.Drawable
getForegroundGravity()
public int getForegroundGravity()
Returns: int
getForegroundTintBlendMode()
public BlendMode getForegroundTintBlendMode()
Returns: android.graphics.BlendMode
getForegroundTintList()
public ColorStateList getForegroundTintList()
Returns: android.content.res.ColorStateList
getForegroundTintMode()
public PorterDuff.Mode getForegroundTintMode()
Returns: android.graphics.PorterDuff.Mode
getGlobalVisibleRect(Rect arg0)
public final boolean getGlobalVisibleRect(Rect arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect |
Returns: boolean
getGlobalVisibleRect(Rect arg0, Point arg1)
public boolean getGlobalVisibleRect(Rect arg0, Point arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect | |
arg1 | android.graphics.Point |
Returns: boolean
getHandler()
public Handler getHandler()
Returns: android.os.Handler
getHasOverlappingRendering()
public final boolean getHasOverlappingRendering()
Returns: boolean
getHeight()
public final int getHeight()
Returns: int
getHitRect(Rect arg0)
public void getHitRect(Rect arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect |
getHorizontalFadingEdgeLength()
public int getHorizontalFadingEdgeLength()
Returns: int
getHorizontalScrollbarThumbDrawable()
public Drawable getHorizontalScrollbarThumbDrawable()
Returns: android.graphics.drawable.Drawable
getHorizontalScrollbarTrackDrawable()
public Drawable getHorizontalScrollbarTrackDrawable()
Returns: android.graphics.drawable.Drawable
getId()
public int getId()
Returns: int
getImageAlpha()
public int getImageAlpha()
Returns: int
getImageMatrix()
public Matrix getImageMatrix()
Returns: android.graphics.Matrix
getImageTintBlendMode()
public BlendMode getImageTintBlendMode()
Returns: android.graphics.BlendMode
getImageTintList()
public ColorStateList getImageTintList()
Returns: android.content.res.ColorStateList
getImageTintMode()
public PorterDuff.Mode getImageTintMode()
Returns: android.graphics.PorterDuff.Mode
getImportantForAccessibility()
public int getImportantForAccessibility()
Returns: int
getImportantForAutofill()
public int getImportantForAutofill()
Returns: int
getImportantForContentCapture()
public int getImportantForContentCapture()
Returns: int
getKeepScreenOn()
public boolean getKeepScreenOn()
Returns: boolean
getKeyDispatcherState()
public KeyEvent.DispatcherState getKeyDispatcherState()
Returns: android.view.KeyEvent.DispatcherState
getLabelFor()
public int getLabelFor()
Returns: int
getLayerType()
public int getLayerType()
Returns: int
getLayoutDirection()
public int getLayoutDirection()
Returns: int
getLayoutParams()
public ViewGroup.LayoutParams getLayoutParams()
Returns: android.view.ViewGroup.LayoutParams
getLeft()
public final int getLeft()
Returns: int
getLocalVisibleRect(Rect arg0)
public final boolean getLocalVisibleRect(Rect arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect |
Returns: boolean
getLocationInSurface(int[] arg0)
public void getLocationInSurface(int[] arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int[] |
getLocationInWindow(int[] arg0)
public void getLocationInWindow(int[] arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int[] |
getLocationOnScreen(int[] arg0)
public void getLocationOnScreen(int[] arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int[] |
getMatrix()
public Matrix getMatrix()
Returns: android.graphics.Matrix
getMaxHeight()
public int getMaxHeight()
Returns: int
getMaxWidth()
public int getMaxWidth()
Returns: int
getMeasuredHeight()
public final int getMeasuredHeight()
Returns: int
getMeasuredHeightAndState()
public final int getMeasuredHeightAndState()
Returns: int
getMeasuredState()
public final int getMeasuredState()
Returns: int
getMeasuredWidth()
public final int getMeasuredWidth()
Returns: int
getMeasuredWidthAndState()
public final int getMeasuredWidthAndState()
Returns: int
getMinimumHeight()
public int getMinimumHeight()
Returns: int
getMinimumWidth()
public int getMinimumWidth()
Returns: int
getNextClusterForwardId()
public int getNextClusterForwardId()
Returns: int
getNextFocusDownId()
public int getNextFocusDownId()
Returns: int
getNextFocusForwardId()
public int getNextFocusForwardId()
Returns: int
getNextFocusLeftId()
public int getNextFocusLeftId()
Returns: int
getNextFocusRightId()
public int getNextFocusRightId()
Returns: int
getNextFocusUpId()
public int getNextFocusUpId()
Returns: int
getOnFocusChangeListener()
public View.OnFocusChangeListener getOnFocusChangeListener()
Returns: android.view.View.OnFocusChangeListener
getOutlineAmbientShadowColor()
public int getOutlineAmbientShadowColor()
Returns: int
getOutlineProvider()
public ViewOutlineProvider getOutlineProvider()
Returns: android.view.ViewOutlineProvider
getOutlineSpotShadowColor()
public int getOutlineSpotShadowColor()
Returns: int
getOverScrollMode()
public int getOverScrollMode()
Returns: int
getOverlay()
public ViewOverlay getOverlay()
Returns: android.view.ViewOverlay
getPaddingBottom()
public int getPaddingBottom()
Returns: int
getPaddingEnd()
public int getPaddingEnd()
Returns: int
getPaddingLeft()
public int getPaddingLeft()
Returns: int
getPaddingRight()
public int getPaddingRight()
Returns: int
getPaddingStart()
public int getPaddingStart()
Returns: int
getPaddingTop()
public int getPaddingTop()
Returns: int
getParent()
public final ViewParent getParent()
Returns: android.view.ViewParent
getParentForAccessibility()
public ViewParent getParentForAccessibility()
Returns: android.view.ViewParent
getPivotX()
public float getPivotX()
Returns: float
getPivotY()
public float getPivotY()
Returns: float
getPointerIcon()
public PointerIcon getPointerIcon()
Returns: android.view.PointerIcon
getPreferKeepClearRects()
public final List<Rect> getPreferKeepClearRects()
Returns: java.util.List<android.graphics.Rect>
getReceiveContentMimeTypes()
public String[] getReceiveContentMimeTypes()
Returns: java.lang.String[]
getResolution()
public float getResolution()
Gets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi.
Returns: float - The Resolution parameter value is less than or equal to 0.
getResources()
public Resources getResources()
Returns: android.content.res.Resources
getRevealOnFocusHint()
public final boolean getRevealOnFocusHint()
Returns: boolean
getRight()
public final int getRight()
Returns: int
getRootSurfaceControl()
public AttachedSurfaceControl getRootSurfaceControl()
Returns: android.view.AttachedSurfaceControl
getRootView()
public View getRootView()
Returns: android.view.View
getRootWindowInsets()
public WindowInsets getRootWindowInsets()
Returns: android.view.WindowInsets
getRotation()
public float getRotation()
Returns: float
getRotationAngle()
public float getRotationAngle()
BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.
Returns: float
getRotationX()
public float getRotationX()
Returns: float
getRotationY()
public float getRotationY()
Returns: float
getScaleType()
public ImageView.ScaleType getScaleType()
Returns: android.widget.ImageView.ScaleType
getScaleX()
public float getScaleX()
Returns: float
getScaleY()
public float getScaleY()
Returns: float
getScrollBarDefaultDelayBeforeFade()
public int getScrollBarDefaultDelayBeforeFade()
Returns: int
getScrollBarFadeDuration()
public int getScrollBarFadeDuration()
Returns: int
getScrollBarSize()
public int getScrollBarSize()
Returns: int
getScrollBarStyle()
public int getScrollBarStyle()
Returns: int
getScrollCaptureHint()
public int getScrollCaptureHint()
Returns: int
getScrollIndicators()
public int getScrollIndicators()
Returns: int
getScrollX()
public final int getScrollX()
Returns: int
getScrollY()
public final int getScrollY()
Returns: int
getSolidColor()
public int getSolidColor()
Returns: int
getSourceLayoutResId()
public int getSourceLayoutResId()
Returns: int
getSpecific()
public SpecificParametersUI getSpecific()
Specific parameters
Returns: SpecificParametersUI
getStateDescription()
public final CharSequence getStateDescription()
Returns: java.lang.CharSequence
getStateListAnimator()
public StateListAnimator getStateListAnimator()
Returns: android.animation.StateListAnimator
getSupportBackgroundTintList()
public ColorStateList getSupportBackgroundTintList()
Returns: android.content.res.ColorStateList
getSupportBackgroundTintMode()
public PorterDuff.Mode getSupportBackgroundTintMode()
Returns: android.graphics.PorterDuff.Mode
getSupportImageTintList()
public ColorStateList getSupportImageTintList()
Returns: android.content.res.ColorStateList
getSupportImageTintMode()
public PorterDuff.Mode getSupportImageTintMode()
Returns: android.graphics.PorterDuff.Mode
getSystemGestureExclusionRects()
public List<Rect> getSystemGestureExclusionRects()
Returns: java.util.List<android.graphics.Rect>
getSystemUiVisibility()
public int getSystemUiVisibility()
Returns: int
getTag()
public Object getTag()
Returns: java.lang.Object
getTag(int arg0)
public Object getTag(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: java.lang.Object
getTextAlignment()
public int getTextAlignment()
Returns: int
getTextDirection()
public int getTextDirection()
Returns: int
getThrowExceptionWhenCodeTextIncorrect()
public boolean getThrowExceptionWhenCodeTextIncorrect()
Only for 1D barcodes. If codetext is incorrect and value set to true - exception will be thrown. Otherwise codetext will be corrected to match barcode’s specification. Exception always will be thrown for: Databar symbology if codetext is incorrect. Exception always will not be thrown for: AustraliaPost, SingapurePost, Code39Extended, Code93Extended, Code16K, Code128 symbology if codetext is incorrect.
Returns: boolean
getTooltipText()
public CharSequence getTooltipText()
Returns: java.lang.CharSequence
getTop()
public final int getTop()
Returns: int
getTouchDelegate()
public TouchDelegate getTouchDelegate()
Returns: android.view.TouchDelegate
getTouchables()
public ArrayList<View> getTouchables()
Returns: java.util.ArrayList<android.view.View>
getTransitionAlpha()
public float getTransitionAlpha()
Returns: float
getTransitionName()
public String getTransitionName()
Returns: java.lang.String
getTranslationX()
public float getTranslationX()
Returns: float
getTranslationY()
public float getTranslationY()
Returns: float
getTranslationZ()
public float getTranslationZ()
Returns: float
getUniqueDrawingId()
public long getUniqueDrawingId()
Returns: long
getVerticalFadingEdgeLength()
public int getVerticalFadingEdgeLength()
Returns: int
getVerticalScrollbarPosition()
public int getVerticalScrollbarPosition()
Returns: int
getVerticalScrollbarThumbDrawable()
public Drawable getVerticalScrollbarThumbDrawable()
Returns: android.graphics.drawable.Drawable
getVerticalScrollbarTrackDrawable()
public Drawable getVerticalScrollbarTrackDrawable()
Returns: android.graphics.drawable.Drawable
getVerticalScrollbarWidth()
public int getVerticalScrollbarWidth()
Returns: int
getViewTranslationResponse()
public ViewTranslationResponse getViewTranslationResponse()
Returns: android.view.translation.ViewTranslationResponse
getViewTreeObserver()
public ViewTreeObserver getViewTreeObserver()
Returns: android.view.ViewTreeObserver
getVisibility()
public int getVisibility()
Returns: int
getWideNarrowRatio()
public float getWideNarrowRatio()
Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard
Returns: float - The WideNarrowRatio parameter value is less than or equal to 0.
getWidth()
public final int getWidth()
Returns: int
getWindowId()
public WindowId getWindowId()
Returns: android.view.WindowId
getWindowInsetsController()
public WindowInsetsController getWindowInsetsController()
Returns: android.view.WindowInsetsController
getWindowSystemUiVisibility()
public int getWindowSystemUiVisibility()
Returns: int
getWindowToken()
public IBinder getWindowToken()
Returns: android.os.IBinder
getWindowVisibility()
public int getWindowVisibility()
Returns: int
getWindowVisibleDisplayFrame(Rect arg0)
public void getWindowVisibleDisplayFrame(Rect arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect |
getX()
public float getX()
Returns: float
getXDimension()
public Unit getXDimension()
X-dimension is the smallest width of the unit of BarCode bars or spaces. Increase this will increase the whole barcode image width. Ignored if property is set to AutoSizeMode.Nearest or AutoSizeMode.Interpolation.
Returns: Unit
getY()
public float getY()
Returns: float
getZ()
public float getZ()
Returns: float
hasExplicitFocusable()
public boolean hasExplicitFocusable()
Returns: boolean
hasFocus()
public boolean hasFocus()
Returns: boolean
hasFocusable()
public boolean hasFocusable()
Returns: boolean
hasNestedScrollingParent()
public boolean hasNestedScrollingParent()
Returns: boolean
hasOnClickListeners()
public boolean hasOnClickListeners()
Returns: boolean
hasOnLongClickListeners()
public boolean hasOnLongClickListeners()
Returns: boolean
hasOverlappingRendering()
public boolean hasOverlappingRendering()
Returns: boolean
hasPointerCapture()
public boolean hasPointerCapture()
Returns: boolean
hasTransientState()
public boolean hasTransientState()
Returns: boolean
hasWindowFocus()
public boolean hasWindowFocus()
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
inflate(Context arg0, int arg1, ViewGroup arg2)
public static View inflate(Context arg0, int arg1, ViewGroup arg2)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.content.Context | |
arg1 | int | |
arg2 | android.view.ViewGroup |
Returns: android.view.View
invalidate()
public void invalidate()
invalidate(Rect arg0)
public void invalidate(Rect arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect |
invalidate(int arg0, int arg1, int arg2, int arg3)
public void invalidate(int arg0, int arg1, int arg2, int arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int | |
arg2 | int | |
arg3 | int |
invalidateDrawable(Drawable arg0)
public void invalidateDrawable(Drawable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable |
invalidateOutline()
public void invalidateOutline()
isAccessibilityFocused()
public boolean isAccessibilityFocused()
Returns: boolean
isAccessibilityHeading()
public boolean isAccessibilityHeading()
Returns: boolean
isActivated()
public boolean isActivated()
Returns: boolean
isAttachedToWindow()
public boolean isAttachedToWindow()
Returns: boolean
isAutoHandwritingEnabled()
public boolean isAutoHandwritingEnabled()
Returns: boolean
isChecksumEnabled()
public EnableChecksum isChecksumEnabled()
Returns: EnableChecksum
isClickable()
public boolean isClickable()
Returns: boolean
isContextClickable()
public boolean isContextClickable()
Returns: boolean
isDirty()
public boolean isDirty()
Returns: boolean
isDrawingCacheEnabled()
public boolean isDrawingCacheEnabled()
Returns: boolean
isDuplicateParentStateEnabled()
public boolean isDuplicateParentStateEnabled()
Returns: boolean
isEnabled()
public boolean isEnabled()
Returns: boolean
isFocusable()
public final boolean isFocusable()
Returns: boolean
isFocusableInTouchMode()
public final boolean isFocusableInTouchMode()
Returns: boolean
isFocused()
public boolean isFocused()
Returns: boolean
isFocusedByDefault()
public final boolean isFocusedByDefault()
Returns: boolean
isForceDarkAllowed()
public boolean isForceDarkAllowed()
Returns: boolean
isHapticFeedbackEnabled()
public boolean isHapticFeedbackEnabled()
Returns: boolean
isHardwareAccelerated()
public boolean isHardwareAccelerated()
Returns: boolean
isHorizontalFadingEdgeEnabled()
public boolean isHorizontalFadingEdgeEnabled()
Returns: boolean
isHorizontalScrollBarEnabled()
public boolean isHorizontalScrollBarEnabled()
Returns: boolean
isHovered()
public boolean isHovered()
Returns: boolean
isImportantForAccessibility()
public boolean isImportantForAccessibility()
Returns: boolean
isImportantForAutofill()
public final boolean isImportantForAutofill()
Returns: boolean
isImportantForContentCapture()
public final boolean isImportantForContentCapture()
Returns: boolean
isInEditMode()
public boolean isInEditMode()
Returns: boolean
isInLayout()
public boolean isInLayout()
Returns: boolean
isInTouchMode()
public boolean isInTouchMode()
Returns: boolean
isKeyboardNavigationCluster()
public final boolean isKeyboardNavigationCluster()
Returns: boolean
isLaidOut()
public boolean isLaidOut()
Returns: boolean
isLayoutDirectionResolved()
public boolean isLayoutDirectionResolved()
Returns: boolean
isLayoutRequested()
public boolean isLayoutRequested()
Returns: boolean
isLongClickable()
public boolean isLongClickable()
Returns: boolean
isNestedScrollingEnabled()
public boolean isNestedScrollingEnabled()
Returns: boolean
isOpaque()
public boolean isOpaque()
Returns: boolean
isPaddingRelative()
public boolean isPaddingRelative()
Returns: boolean
isPivotSet()
public boolean isPivotSet()
Returns: boolean
isPreferKeepClear()
public final boolean isPreferKeepClear()
Returns: boolean
isPressed()
public boolean isPressed()
Returns: boolean
isSaveEnabled()
public boolean isSaveEnabled()
Returns: boolean
isSaveFromParentEnabled()
public boolean isSaveFromParentEnabled()
Returns: boolean
isScreenReaderFocusable()
public boolean isScreenReaderFocusable()
Returns: boolean
isScrollContainer()
public boolean isScrollContainer()
Returns: boolean
isScrollbarFadingEnabled()
public boolean isScrollbarFadingEnabled()
Returns: boolean
isSelected()
public boolean isSelected()
Returns: boolean
isShowingLayoutBounds()
public final boolean isShowingLayoutBounds()
Returns: boolean
isShown()
public boolean isShown()
Returns: boolean
isSoundEffectsEnabled()
public boolean isSoundEffectsEnabled()
Returns: boolean
isTemporarilyDetached()
public final boolean isTemporarilyDetached()
Returns: boolean
isTextAlignmentResolved()
public boolean isTextAlignmentResolved()
Returns: boolean
isTextDirectionResolved()
public boolean isTextDirectionResolved()
Returns: boolean
isUseAntiAlias()
public boolean isUseAntiAlias()
Gets a value indicating whether is used anti-aliasing mode to render image.
Returns: boolean
isVerticalFadingEdgeEnabled()
public boolean isVerticalFadingEdgeEnabled()
Returns: boolean
isVerticalScrollBarEnabled()
public boolean isVerticalScrollBarEnabled()
Returns: boolean
isVisibleToUserForAutofill(int arg0)
public boolean isVisibleToUserForAutofill(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: boolean
jumpDrawablesToCurrentState()
public void jumpDrawablesToCurrentState()
keyboardNavigationClusterSearch(View arg0, int arg1)
public View keyboardNavigationClusterSearch(View arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View | |
arg1 | int |
Returns: android.view.View
layout(int arg0, int arg1, int arg2, int arg3)
public void layout(int arg0, int arg1, int arg2, int arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int | |
arg2 | int | |
arg3 | int |
measure(int arg0, int arg1)
public final void measure(int arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int |
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
offsetLeftAndRight(int arg0)
public void offsetLeftAndRight(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
offsetTopAndBottom(int arg0)
public void offsetTopAndBottom(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
onApplyWindowInsets(WindowInsets arg0)
public WindowInsets onApplyWindowInsets(WindowInsets arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.WindowInsets |
Returns: android.view.WindowInsets
onCancelPendingInputEvents()
public void onCancelPendingInputEvents()
onCapturedPointerEvent(MotionEvent arg0)
public boolean onCapturedPointerEvent(MotionEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent |
Returns: boolean
onCheckIsTextEditor()
public boolean onCheckIsTextEditor()
Returns: boolean
onCreateDrawableState(int arg0)
public int[] onCreateDrawableState(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: int[]
onCreateInputConnection(EditorInfo arg0)
public InputConnection onCreateInputConnection(EditorInfo arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.inputmethod.EditorInfo |
Returns: android.view.inputmethod.InputConnection
onCreateViewTranslationRequest(int[] arg0, Consumer arg1)
public void onCreateViewTranslationRequest(int[] arg0, Consumer<ViewTranslationRequest> arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int[] | |
arg1 | java.util.function.Consumer<android.view.translation.ViewTranslationRequest> |
onCreateVirtualViewTranslationRequests(long[] arg0, int[] arg1, Consumer arg2)
public void onCreateVirtualViewTranslationRequests(long[] arg0, int[] arg1, Consumer<ViewTranslationRequest> arg2)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long[] | |
arg1 | int[] | |
arg2 | java.util.function.Consumer<android.view.translation.ViewTranslationRequest> |
onDragEvent(DragEvent arg0)
public boolean onDragEvent(DragEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.DragEvent |
Returns: boolean
onDrawForeground(Canvas arg0)
public void onDrawForeground(Canvas arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Canvas |
onFilterTouchEventForSecurity(MotionEvent arg0)
public boolean onFilterTouchEventForSecurity(MotionEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent |
Returns: boolean
onFinishTemporaryDetach()
public void onFinishTemporaryDetach()
onGenericMotionEvent(MotionEvent arg0)
public boolean onGenericMotionEvent(MotionEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent |
Returns: boolean
onHoverChanged(boolean arg0)
public void onHoverChanged(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
onHoverEvent(MotionEvent arg0)
public boolean onHoverEvent(MotionEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent |
Returns: boolean
onInitializeAccessibilityEvent(AccessibilityEvent arg0)
public void onInitializeAccessibilityEvent(AccessibilityEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.accessibility.AccessibilityEvent |
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo arg0)
public void onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.accessibility.AccessibilityNodeInfo |
onKeyDown(int arg0, KeyEvent arg1)
public boolean onKeyDown(int arg0, KeyEvent arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | android.view.KeyEvent |
Returns: boolean
onKeyLongPress(int arg0, KeyEvent arg1)
public boolean onKeyLongPress(int arg0, KeyEvent arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | android.view.KeyEvent |
Returns: boolean
onKeyMultiple(int arg0, int arg1, KeyEvent arg2)
public boolean onKeyMultiple(int arg0, int arg1, KeyEvent arg2)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int | |
arg2 | android.view.KeyEvent |
Returns: boolean
onKeyPreIme(int arg0, KeyEvent arg1)
public boolean onKeyPreIme(int arg0, KeyEvent arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | android.view.KeyEvent |
Returns: boolean
onKeyShortcut(int arg0, KeyEvent arg1)
public boolean onKeyShortcut(int arg0, KeyEvent arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | android.view.KeyEvent |
Returns: boolean
onKeyUp(int arg0, KeyEvent arg1)
public boolean onKeyUp(int arg0, KeyEvent arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | android.view.KeyEvent |
Returns: boolean
onPointerCaptureChange(boolean arg0)
public void onPointerCaptureChange(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
onPopulateAccessibilityEvent(AccessibilityEvent arg0)
public void onPopulateAccessibilityEvent(AccessibilityEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.accessibility.AccessibilityEvent |
onProvideAutofillStructure(ViewStructure arg0, int arg1)
public void onProvideAutofillStructure(ViewStructure arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ViewStructure | |
arg1 | int |
onProvideAutofillVirtualStructure(ViewStructure arg0, int arg1)
public void onProvideAutofillVirtualStructure(ViewStructure arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ViewStructure | |
arg1 | int |
onProvideContentCaptureStructure(ViewStructure arg0, int arg1)
public void onProvideContentCaptureStructure(ViewStructure arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ViewStructure | |
arg1 | int |
onProvideStructure(ViewStructure arg0)
public void onProvideStructure(ViewStructure arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ViewStructure |
onProvideVirtualStructure(ViewStructure arg0)
public void onProvideVirtualStructure(ViewStructure arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ViewStructure |
onReceiveContent(ContentInfo arg0)
public ContentInfo onReceiveContent(ContentInfo arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ContentInfo |
Returns: android.view.ContentInfo
onResolvePointerIcon(MotionEvent arg0, int arg1)
public PointerIcon onResolvePointerIcon(MotionEvent arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent | |
arg1 | int |
Returns: android.view.PointerIcon
onRtlPropertiesChanged(int arg0)
public void onRtlPropertiesChanged(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
onScreenStateChanged(int arg0)
public void onScreenStateChanged(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
onScrollCaptureSearch(Rect arg0, Point arg1, Consumer arg2)
public void onScrollCaptureSearch(Rect arg0, Point arg1, Consumer<ScrollCaptureTarget> arg2)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect | |
arg1 | android.graphics.Point | |
arg2 | java.util.function.Consumer<android.view.ScrollCaptureTarget> |
onStartTemporaryDetach()
public void onStartTemporaryDetach()
onTouchEvent(MotionEvent arg0)
public boolean onTouchEvent(MotionEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent |
Returns: boolean
onTrackballEvent(MotionEvent arg0)
public boolean onTrackballEvent(MotionEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent |
Returns: boolean
onViewTranslationResponse(ViewTranslationResponse arg0)
public void onViewTranslationResponse(ViewTranslationResponse arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.translation.ViewTranslationResponse |
onVirtualViewTranslationResponses(LongSparseArray arg0)
public void onVirtualViewTranslationResponses(LongSparseArray<ViewTranslationResponse> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.util.LongSparseArray<android.view.translation.ViewTranslationResponse> |
onVisibilityAggregated(boolean arg0)
public void onVisibilityAggregated(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
onWindowFocusChanged(boolean arg0)
public void onWindowFocusChanged(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
onWindowSystemUiVisibilityChanged(int arg0)
public void onWindowSystemUiVisibilityChanged(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
performAccessibilityAction(int arg0, Bundle arg1)
public boolean performAccessibilityAction(int arg0, Bundle arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | android.os.Bundle |
Returns: boolean
performClick()
public boolean performClick()
Returns: boolean
performContextClick()
public boolean performContextClick()
Returns: boolean
performContextClick(float arg0, float arg1)
public boolean performContextClick(float arg0, float arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float | |
arg1 | float |
Returns: boolean
performHapticFeedback(int arg0)
public boolean performHapticFeedback(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: boolean
performHapticFeedback(int arg0, int arg1)
public boolean performHapticFeedback(int arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int |
Returns: boolean
performLongClick()
public boolean performLongClick()
Returns: boolean
performLongClick(float arg0, float arg1)
public boolean performLongClick(float arg0, float arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float | |
arg1 | float |
Returns: boolean
performReceiveContent(ContentInfo arg0)
public ContentInfo performReceiveContent(ContentInfo arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ContentInfo |
Returns: android.view.ContentInfo
playSoundEffect(int arg0)
public void playSoundEffect(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
post(Runnable arg0)
public boolean post(Runnable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Runnable |
Returns: boolean
postDelayed(Runnable arg0, long arg1)
public boolean postDelayed(Runnable arg0, long arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Runnable | |
arg1 | long |
Returns: boolean
postInvalidate()
public void postInvalidate()
postInvalidate(int arg0, int arg1, int arg2, int arg3)
public void postInvalidate(int arg0, int arg1, int arg2, int arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int | |
arg2 | int | |
arg3 | int |
postInvalidateDelayed(long arg0)
public void postInvalidateDelayed(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
postInvalidateDelayed(long arg0, int arg1, int arg2, int arg3, int arg4)
public void postInvalidateDelayed(long arg0, int arg1, int arg2, int arg3, int arg4)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int | |
arg2 | int | |
arg3 | int | |
arg4 | int |
postInvalidateOnAnimation()
public void postInvalidateOnAnimation()
postInvalidateOnAnimation(int arg0, int arg1, int arg2, int arg3)
public void postInvalidateOnAnimation(int arg0, int arg1, int arg2, int arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int | |
arg2 | int | |
arg3 | int |
postOnAnimation(Runnable arg0)
public void postOnAnimation(Runnable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Runnable |
postOnAnimationDelayed(Runnable arg0, long arg1)
public void postOnAnimationDelayed(Runnable arg0, long arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Runnable | |
arg1 | long |
refreshDrawableState()
public void refreshDrawableState()
releasePointerCapture()
public void releasePointerCapture()
removeCallbacks(Runnable arg0)
public boolean removeCallbacks(Runnable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Runnable |
Returns: boolean
removeOnAttachStateChangeListener(View.OnAttachStateChangeListener arg0)
public void removeOnAttachStateChangeListener(View.OnAttachStateChangeListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnAttachStateChangeListener |
removeOnLayoutChangeListener(View.OnLayoutChangeListener arg0)
public void removeOnLayoutChangeListener(View.OnLayoutChangeListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnLayoutChangeListener |
removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener arg0)
public void removeOnUnhandledKeyEventListener(View.OnUnhandledKeyEventListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnUnhandledKeyEventListener |
requestApplyInsets()
public void requestApplyInsets()
requestFitSystemWindows()
public void requestFitSystemWindows()
requestFocus()
public final boolean requestFocus()
Returns: boolean
requestFocus(int arg0)
public final boolean requestFocus(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: boolean
requestFocus(int arg0, Rect arg1)
public boolean requestFocus(int arg0, Rect arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | android.graphics.Rect |
Returns: boolean
requestFocusFromTouch()
public final boolean requestFocusFromTouch()
Returns: boolean
requestLayout()
public void requestLayout()
requestPointerCapture()
public void requestPointerCapture()
requestRectangleOnScreen(Rect arg0)
public boolean requestRectangleOnScreen(Rect arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect |
Returns: boolean
requestRectangleOnScreen(Rect arg0, boolean arg1)
public boolean requestRectangleOnScreen(Rect arg0, boolean arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect | |
arg1 | boolean |
Returns: boolean
requestUnbufferedDispatch(MotionEvent arg0)
public final void requestUnbufferedDispatch(MotionEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.MotionEvent |
requestUnbufferedDispatch(int arg0)
public final void requestUnbufferedDispatch(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
resetPivot()
public void resetPivot()
resolveSize(int arg0, int arg1)
public static int resolveSize(int arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int |
Returns: int
resolveSizeAndState(int arg0, int arg1, int arg2)
public static int resolveSizeAndState(int arg0, int arg1, int arg2)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int | |
arg2 | int |
Returns: int
restoreDefaultFocus()
public boolean restoreDefaultFocus()
Returns: boolean
restoreHierarchyState(SparseArray arg0)
public void restoreHierarchyState(SparseArray<Parcelable> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.util.SparseArray<android.os.Parcelable> |
saveAttributeDataForStyleable(Context arg0, int[] arg1, AttributeSet arg2, TypedArray arg3, int arg4, int arg5)
public final void saveAttributeDataForStyleable(Context arg0, int[] arg1, AttributeSet arg2, TypedArray arg3, int arg4, int arg5)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.content.Context | |
arg1 | int[] | |
arg2 | android.util.AttributeSet | |
arg3 | android.content.res.TypedArray | |
arg4 | int | |
arg5 | int |
saveHierarchyState(SparseArray arg0)
public void saveHierarchyState(SparseArray<Parcelable> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.util.SparseArray<android.os.Parcelable> |
scheduleDrawable(Drawable arg0, Runnable arg1, long arg2)
public void scheduleDrawable(Drawable arg0, Runnable arg1, long arg2)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable | |
arg1 | java.lang.Runnable | |
arg2 | long |
scrollBy(int arg0, int arg1)
public void scrollBy(int arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int |
scrollTo(int arg0, int arg1)
public void scrollTo(int arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int |
sendAccessibilityEvent(int arg0)
public void sendAccessibilityEvent(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
sendAccessibilityEventUnchecked(AccessibilityEvent arg0)
public void sendAccessibilityEventUnchecked(AccessibilityEvent arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.accessibility.AccessibilityEvent |
setAccessibilityDelegate(View.AccessibilityDelegate arg0)
public void setAccessibilityDelegate(View.AccessibilityDelegate arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.AccessibilityDelegate |
setAccessibilityHeading(boolean arg0)
public void setAccessibilityHeading(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setAccessibilityLiveRegion(int arg0)
public void setAccessibilityLiveRegion(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setAccessibilityPaneTitle(CharSequence arg0)
public void setAccessibilityPaneTitle(CharSequence arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.CharSequence |
setAccessibilityTraversalAfter(int arg0)
public void setAccessibilityTraversalAfter(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setAccessibilityTraversalBefore(int arg0)
public void setAccessibilityTraversalBefore(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setActivated(boolean arg0)
public void setActivated(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setAdjustViewBounds(boolean arg0)
public void setAdjustViewBounds(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setAllowClickWhenDisabled(boolean arg0)
public void setAllowClickWhenDisabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setAlpha(float arg0)
public void setAlpha(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setAlpha(int arg0)
public void setAlpha(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setAnimation(Animation arg0)
public void setAnimation(Animation arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.animation.Animation |
setAnimationMatrix(Matrix arg0)
public void setAnimationMatrix(Matrix arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Matrix |
setAutoHandwritingEnabled(boolean arg0)
public void setAutoHandwritingEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setAutoSizeMode(AutoSizeMode value)
public void setAutoSizeMode(AutoSizeMode value)
Sets the mode by which the barcode automatically resizes. Default value is AutoSizeMode.NONE.
Parameters:
Parameter | Type | Description |
---|---|---|
value | AutoSizeMode |
setAutofillHints(String[] arg0)
public void setAutofillHints(String[] arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.String[] |
setAutofillId(AutofillId arg0)
public void setAutofillId(AutofillId arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.autofill.AutofillId |
setBackground(Drawable arg0)
public void setBackground(Drawable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable |
setBackgroundColor(int value)
public void setBackgroundColor(int value)
Background color of the barcode image.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setBackgroundDrawable(Drawable arg0)
public void setBackgroundDrawable(Drawable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable |
setBackgroundResource(int arg0)
public void setBackgroundResource(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setBackgroundTintBlendMode(BlendMode arg0)
public void setBackgroundTintBlendMode(BlendMode arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.BlendMode |
setBackgroundTintList(ColorStateList arg0)
public void setBackgroundTintList(ColorStateList arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.content.res.ColorStateList |
setBackgroundTintMode(PorterDuff.Mode arg0)
public void setBackgroundTintMode(PorterDuff.Mode arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.PorterDuff.Mode |
setBarColor(int value)
public void setBarColor(int value)
Bars color.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setBarcodeType(BaseEncodeType value)
public void setBarcodeType(BaseEncodeType value)
BarCode’s encode type (symbology).
Parameters:
Parameter | Type | Description |
---|---|---|
value | BaseEncodeType | Use to get current symbology. |
setBaseline(int arg0)
public void setBaseline(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setBaselineAlignBottom(boolean arg0)
public void setBaselineAlignBottom(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setBottom(int arg0)
public final void setBottom(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setCameraDistance(float arg0)
public void setCameraDistance(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setChecksumAlwaysShow(boolean value)
public void setChecksumAlwaysShow(boolean value)
Always display checksum digit in the human readable text for Code128 and GS1Code128 barcodes.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setChecksumEnabled(EnableChecksum value)
public void setChecksumEnabled(EnableChecksum value)
Enable checksum during generation 1D barcodes. Default is treated as Yes for symbology which must contain checksum, as No where checksum only possible. Checksum is possible: Code39 Standard/Extended, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, DeutschePostIdentcode, DeutschePostLeitcode, VIN, Codaba Checksum always used: Rest symbology
Parameters:
Parameter | Type | Description |
---|---|---|
value | EnableChecksum |
setClickable(boolean arg0)
public void setClickable(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setClipBounds(Rect arg0)
public void setClipBounds(Rect arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Rect |
setClipToOutline(boolean arg0)
public void setClipToOutline(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setCodeText(String value)
public void setCodeText(String value)
Data to be encoded, different types of BarCode may have different CodeText length restrictions.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setColorFilter(ColorFilter arg0)
public void setColorFilter(ColorFilter arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.ColorFilter |
setColorFilter(int arg0)
public final void setColorFilter(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setColorFilter(int arg0, PorterDuff.Mode arg1)
public final void setColorFilter(int arg0, PorterDuff.Mode arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | android.graphics.PorterDuff.Mode |
setContentCaptureSession(ContentCaptureSession arg0)
public void setContentCaptureSession(ContentCaptureSession arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.contentcapture.ContentCaptureSession |
setContentDescription(CharSequence arg0)
public void setContentDescription(CharSequence arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.CharSequence |
setContextClickable(boolean arg0)
public void setContextClickable(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setCropToPadding(boolean arg0)
public void setCropToPadding(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setDefaultFocusHighlightEnabled(boolean arg0)
public void setDefaultFocusHighlightEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setDrawingCacheBackgroundColor(int arg0)
public void setDrawingCacheBackgroundColor(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setDrawingCacheEnabled(boolean arg0)
public void setDrawingCacheEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setDrawingCacheQuality(int arg0)
public void setDrawingCacheQuality(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setDuplicateParentStateEnabled(boolean arg0)
public void setDuplicateParentStateEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setElevation(float arg0)
public void setElevation(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setEnableEscape(boolean value)
public void setEnableEscape(boolean value)
Indicates whether explains the character “\” as an escape character in CodeText property. Used for Pdf417, DataMatrix, Code128 only If the EnableEscape is true, “\” will be explained as a special escape character. Otherwise, “\” acts as normal characters. Aspose.BarCode supports inputing decimal ascii code and mnemonic for ASCII control-code characters. For example, \013 and \\CR stands for CR.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setEnabled(boolean arg0)
public void setEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setFadingEdgeLength(int arg0)
public void setFadingEdgeLength(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setFilledBars(boolean value)
public void setFilledBars(boolean value)
Gets a value indicating whether bars filled. Only for 1D barcodes.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setFilterTouchesWhenObscured(boolean arg0)
public void setFilterTouchesWhenObscured(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setFitsSystemWindows(boolean arg0)
public void setFitsSystemWindows(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setFocusable(boolean arg0)
public void setFocusable(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setFocusable(int arg0)
public void setFocusable(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setFocusableInTouchMode(boolean arg0)
public void setFocusableInTouchMode(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setFocusedByDefault(boolean arg0)
public void setFocusedByDefault(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setForceDarkAllowed(boolean arg0)
public void setForceDarkAllowed(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setForeground(Drawable arg0)
public void setForeground(Drawable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable |
setForegroundGravity(int arg0)
public void setForegroundGravity(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setForegroundTintBlendMode(BlendMode arg0)
public void setForegroundTintBlendMode(BlendMode arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.BlendMode |
setForegroundTintList(ColorStateList arg0)
public void setForegroundTintList(ColorStateList arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.content.res.ColorStateList |
setForegroundTintMode(PorterDuff.Mode arg0)
public void setForegroundTintMode(PorterDuff.Mode arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.PorterDuff.Mode |
setHapticFeedbackEnabled(boolean arg0)
public void setHapticFeedbackEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setHasTransientState(boolean arg0)
public void setHasTransientState(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setHorizontalFadingEdgeEnabled(boolean arg0)
public void setHorizontalFadingEdgeEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setHorizontalScrollBarEnabled(boolean arg0)
public void setHorizontalScrollBarEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setHorizontalScrollbarThumbDrawable(Drawable arg0)
public void setHorizontalScrollbarThumbDrawable(Drawable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable |
setHorizontalScrollbarTrackDrawable(Drawable arg0)
public void setHorizontalScrollbarTrackDrawable(Drawable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable |
setHovered(boolean arg0)
public void setHovered(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setId(int arg0)
public void setId(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setImageAlpha(int arg0)
public void setImageAlpha(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setImageBitmap(Bitmap arg0)
public void setImageBitmap(Bitmap arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Bitmap |
setImageDrawable(Drawable arg0)
public void setImageDrawable(Drawable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable |
setImageIcon(Icon arg0)
public void setImageIcon(Icon arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Icon |
setImageLevel(int arg0)
public void setImageLevel(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setImageMatrix(Matrix arg0)
public void setImageMatrix(Matrix arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Matrix |
setImageResource(int arg0)
public void setImageResource(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setImageState(int[] arg0, boolean arg1)
public void setImageState(int[] arg0, boolean arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int[] | |
arg1 | boolean |
setImageTintBlendMode(BlendMode arg0)
public void setImageTintBlendMode(BlendMode arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.BlendMode |
setImageTintList(ColorStateList arg0)
public void setImageTintList(ColorStateList arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.content.res.ColorStateList |
setImageTintMode(PorterDuff.Mode arg0)
public void setImageTintMode(PorterDuff.Mode arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.PorterDuff.Mode |
setImageURI(Uri arg0)
public void setImageURI(Uri arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.net.Uri |
setImportantForAccessibility(int arg0)
public void setImportantForAccessibility(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setImportantForAutofill(int arg0)
public void setImportantForAutofill(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setImportantForContentCapture(int arg0)
public void setImportantForContentCapture(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setKeepScreenOn(boolean arg0)
public void setKeepScreenOn(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setKeyboardNavigationCluster(boolean arg0)
public void setKeyboardNavigationCluster(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setLabelFor(int arg0)
public void setLabelFor(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setLayerPaint(Paint arg0)
public void setLayerPaint(Paint arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Paint |
setLayerType(int arg0, Paint arg1)
public void setLayerType(int arg0, Paint arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | android.graphics.Paint |
setLayoutDirection(int arg0)
public void setLayoutDirection(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setLayoutParams(ViewGroup.LayoutParams arg0)
public void setLayoutParams(ViewGroup.LayoutParams arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ViewGroup.LayoutParams |
setLeft(int arg0)
public final void setLeft(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setLeftTopRightBottom(int arg0, int arg1, int arg2, int arg3)
public final void setLeftTopRightBottom(int arg0, int arg1, int arg2, int arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int | |
arg2 | int | |
arg3 | int |
setLongClickable(boolean arg0)
public void setLongClickable(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setMaxHeight(int arg0)
public void setMaxHeight(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setMaxWidth(int arg0)
public void setMaxWidth(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setMinimumHeight(int arg0)
public void setMinimumHeight(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setMinimumWidth(int arg0)
public void setMinimumWidth(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setNestedScrollingEnabled(boolean arg0)
public void setNestedScrollingEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setNextClusterForwardId(int arg0)
public void setNextClusterForwardId(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setNextFocusDownId(int arg0)
public void setNextFocusDownId(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setNextFocusForwardId(int arg0)
public void setNextFocusForwardId(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setNextFocusLeftId(int arg0)
public void setNextFocusLeftId(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setNextFocusRightId(int arg0)
public void setNextFocusRightId(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setNextFocusUpId(int arg0)
public void setNextFocusUpId(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setOnApplyWindowInsetsListener(View.OnApplyWindowInsetsListener arg0)
public void setOnApplyWindowInsetsListener(View.OnApplyWindowInsetsListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnApplyWindowInsetsListener |
setOnCapturedPointerListener(View.OnCapturedPointerListener arg0)
public void setOnCapturedPointerListener(View.OnCapturedPointerListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnCapturedPointerListener |
setOnClickListener(View.OnClickListener arg0)
public void setOnClickListener(View.OnClickListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnClickListener |
setOnContextClickListener(View.OnContextClickListener arg0)
public void setOnContextClickListener(View.OnContextClickListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnContextClickListener |
setOnCreateContextMenuListener(View.OnCreateContextMenuListener arg0)
public void setOnCreateContextMenuListener(View.OnCreateContextMenuListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnCreateContextMenuListener |
setOnDragListener(View.OnDragListener arg0)
public void setOnDragListener(View.OnDragListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnDragListener |
setOnFocusChangeListener(View.OnFocusChangeListener arg0)
public void setOnFocusChangeListener(View.OnFocusChangeListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnFocusChangeListener |
setOnGenericMotionListener(View.OnGenericMotionListener arg0)
public void setOnGenericMotionListener(View.OnGenericMotionListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnGenericMotionListener |
setOnHoverListener(View.OnHoverListener arg0)
public void setOnHoverListener(View.OnHoverListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnHoverListener |
setOnKeyListener(View.OnKeyListener arg0)
public void setOnKeyListener(View.OnKeyListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnKeyListener |
setOnLongClickListener(View.OnLongClickListener arg0)
public void setOnLongClickListener(View.OnLongClickListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnLongClickListener |
setOnReceiveContentListener(String[] arg0, OnReceiveContentListener arg1)
public void setOnReceiveContentListener(String[] arg0, OnReceiveContentListener arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.String[] | |
arg1 | android.view.OnReceiveContentListener |
setOnScrollChangeListener(View.OnScrollChangeListener arg0)
public void setOnScrollChangeListener(View.OnScrollChangeListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnScrollChangeListener |
setOnSystemUiVisibilityChangeListener(View.OnSystemUiVisibilityChangeListener arg0)
public void setOnSystemUiVisibilityChangeListener(View.OnSystemUiVisibilityChangeListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnSystemUiVisibilityChangeListener |
setOnTouchListener(View.OnTouchListener arg0)
public void setOnTouchListener(View.OnTouchListener arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.OnTouchListener |
setOutlineAmbientShadowColor(int arg0)
public void setOutlineAmbientShadowColor(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setOutlineProvider(ViewOutlineProvider arg0)
public void setOutlineProvider(ViewOutlineProvider arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ViewOutlineProvider |
setOutlineSpotShadowColor(int arg0)
public void setOutlineSpotShadowColor(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setOverScrollMode(int arg0)
public void setOverScrollMode(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setPadding(int arg0, int arg1, int arg2, int arg3)
public void setPadding(int arg0, int arg1, int arg2, int arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int | |
arg2 | int | |
arg3 | int |
setPaddingRelative(int arg0, int arg1, int arg2, int arg3)
public void setPaddingRelative(int arg0, int arg1, int arg2, int arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int | |
arg2 | int | |
arg3 | int |
setPivotX(float arg0)
public void setPivotX(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setPivotY(float arg0)
public void setPivotY(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setPointerIcon(PointerIcon arg0)
public void setPointerIcon(PointerIcon arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.PointerIcon |
setPreferKeepClear(boolean arg0)
public final void setPreferKeepClear(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setPreferKeepClearRects(List arg0)
public final void setPreferKeepClearRects(List<Rect> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.List<android.graphics.Rect> |
setPressed(boolean arg0)
public void setPressed(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setRenderEffect(RenderEffect arg0)
public void setRenderEffect(RenderEffect arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.RenderEffect |
setResolution(float value)
public void setResolution(float value)
Sets the resolution of the BarCode image. One value for both dimensions. Default value: 96 dpi.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float | The Resolution parameter value is less than or equal to 0. |
setRevealOnFocusHint(boolean arg0)
public final void setRevealOnFocusHint(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setRight(int arg0)
public final void setRight(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setRotation(float arg0)
public void setRotation(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setRotationAngle(float value)
public void setRotationAngle(float value)
BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation. If RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
setRotationX(float arg0)
public void setRotationX(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setRotationY(float arg0)
public void setRotationY(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setSaveEnabled(boolean arg0)
public void setSaveEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setSaveFromParentEnabled(boolean arg0)
public void setSaveFromParentEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setScaleType(ImageView.ScaleType arg0)
public void setScaleType(ImageView.ScaleType arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.widget.ImageView.ScaleType |
setScaleX(float arg0)
public void setScaleX(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setScaleY(float arg0)
public void setScaleY(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setScreenReaderFocusable(boolean arg0)
public void setScreenReaderFocusable(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setScrollBarDefaultDelayBeforeFade(int arg0)
public void setScrollBarDefaultDelayBeforeFade(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setScrollBarFadeDuration(int arg0)
public void setScrollBarFadeDuration(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setScrollBarSize(int arg0)
public void setScrollBarSize(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setScrollBarStyle(int arg0)
public void setScrollBarStyle(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setScrollCaptureCallback(ScrollCaptureCallback arg0)
public final void setScrollCaptureCallback(ScrollCaptureCallback arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ScrollCaptureCallback |
setScrollCaptureHint(int arg0)
public void setScrollCaptureHint(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setScrollContainer(boolean arg0)
public void setScrollContainer(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setScrollIndicators(int arg0)
public void setScrollIndicators(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setScrollIndicators(int arg0, int arg1)
public void setScrollIndicators(int arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | int |
setScrollX(int arg0)
public void setScrollX(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setScrollY(int arg0)
public void setScrollY(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setScrollbarFadingEnabled(boolean arg0)
public void setScrollbarFadingEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setSelected(boolean arg0)
public void setSelected(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setSoundEffectsEnabled(boolean arg0)
public void setSoundEffectsEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setStateDescription(CharSequence arg0)
public void setStateDescription(CharSequence arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.CharSequence |
setStateListAnimator(StateListAnimator arg0)
public void setStateListAnimator(StateListAnimator arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.animation.StateListAnimator |
setSupportBackgroundTintList(ColorStateList arg0)
public void setSupportBackgroundTintList(ColorStateList arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.content.res.ColorStateList |
setSupportBackgroundTintMode(PorterDuff.Mode arg0)
public void setSupportBackgroundTintMode(PorterDuff.Mode arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.PorterDuff.Mode |
setSupportImageTintList(ColorStateList arg0)
public void setSupportImageTintList(ColorStateList arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.content.res.ColorStateList |
setSupportImageTintMode(PorterDuff.Mode arg0)
public void setSupportImageTintMode(PorterDuff.Mode arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.PorterDuff.Mode |
setSystemGestureExclusionRects(List arg0)
public void setSystemGestureExclusionRects(List<Rect> arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.util.List<android.graphics.Rect> |
setSystemUiVisibility(int arg0)
public void setSystemUiVisibility(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setTag(int arg0, Object arg1)
public void setTag(int arg0, Object arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int | |
arg1 | java.lang.Object |
setTag(Object arg0)
public void setTag(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
setTextAlignment(int arg0)
public void setTextAlignment(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setTextDirection(int arg0)
public void setTextDirection(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setThrowExceptionWhenCodeTextIncorrect(boolean value)
public void setThrowExceptionWhenCodeTextIncorrect(boolean value)
Only for 1D barcodes. If codetext is incorrect and value set to true - exception will be thrown. Otherwise codetext will be corrected to match barcode’s specification. Exception always will be thrown for: Databar symbology if codetext is incorrect. Exception always will not be thrown for: AustraliaPost, SingapurePost, Code39Extended, Code93Extended, Code16K, Code128 symbology if codetext is incorrect.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setTooltipText(CharSequence arg0)
public void setTooltipText(CharSequence arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.CharSequence |
setTop(int arg0)
public final void setTop(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setTouchDelegate(TouchDelegate arg0)
public void setTouchDelegate(TouchDelegate arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.TouchDelegate |
setTransitionAlpha(float arg0)
public void setTransitionAlpha(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setTransitionName(String arg0)
public final void setTransitionName(String arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.String |
setTransitionVisibility(int arg0)
public void setTransitionVisibility(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setTranslationX(float arg0)
public void setTranslationX(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setTranslationY(float arg0)
public void setTranslationY(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setTranslationZ(float arg0)
public void setTranslationZ(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setUseAntiAlias(boolean value)
public void setUseAntiAlias(boolean value)
Sets a value indicating whether is used anti-aliasing mode to render image.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setVerticalFadingEdgeEnabled(boolean arg0)
public void setVerticalFadingEdgeEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setVerticalScrollBarEnabled(boolean arg0)
public void setVerticalScrollBarEnabled(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setVerticalScrollbarPosition(int arg0)
public void setVerticalScrollbarPosition(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setVerticalScrollbarThumbDrawable(Drawable arg0)
public void setVerticalScrollbarThumbDrawable(Drawable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable |
setVerticalScrollbarTrackDrawable(Drawable arg0)
public void setVerticalScrollbarTrackDrawable(Drawable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable |
setViewTranslationCallback(ViewTranslationCallback arg0)
public void setViewTranslationCallback(ViewTranslationCallback arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.translation.ViewTranslationCallback |
setVisibility(int arg0)
public void setVisibility(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
setWideNarrowRatio(float value)
public void setWideNarrowRatio(float value)
Wide bars to Narrow bars ratio. Default value: 3, that is, wide bars are 3 times as wide as narrow bars. Used for ITF, PZN, PharmaCode, Standard2of5, Interleaved2of5, Matrix2of5, ItalianPost25, IATA2of5, VIN, DeutschePost, OPC, Code32, DataLogic2of5, PatchCode, Code39Extended, Code39Standard
Parameters:
Parameter | Type | Description |
---|---|---|
value | float | The WideNarrowRatio parameter value is less than or equal to 0. |
setWillNotCacheDrawing(boolean arg0)
public void setWillNotCacheDrawing(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setWillNotDraw(boolean arg0)
public void setWillNotDraw(boolean arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | boolean |
setWindowInsetsAnimationCallback(WindowInsetsAnimation.Callback arg0)
public void setWindowInsetsAnimationCallback(WindowInsetsAnimation.Callback arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.WindowInsetsAnimation.Callback |
setX(float arg0)
public void setX(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setY(float arg0)
public void setY(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
setZ(float arg0)
public void setZ(float arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float |
showContextMenu()
public boolean showContextMenu()
Returns: boolean
showContextMenu(float arg0, float arg1)
public boolean showContextMenu(float arg0, float arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | float | |
arg1 | float |
Returns: boolean
startActionMode(ActionMode.Callback arg0)
public ActionMode startActionMode(ActionMode.Callback arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ActionMode.Callback |
Returns: android.view.ActionMode
startActionMode(ActionMode.Callback arg0, int arg1)
public ActionMode startActionMode(ActionMode.Callback arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.ActionMode.Callback | |
arg1 | int |
Returns: android.view.ActionMode
startAnimation(Animation arg0)
public void startAnimation(Animation arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.animation.Animation |
startDrag(ClipData arg0, View.DragShadowBuilder arg1, Object arg2, int arg3)
public final boolean startDrag(ClipData arg0, View.DragShadowBuilder arg1, Object arg2, int arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.content.ClipData | |
arg1 | android.view.View.DragShadowBuilder | |
arg2 | java.lang.Object | |
arg3 | int |
Returns: boolean
startDragAndDrop(ClipData arg0, View.DragShadowBuilder arg1, Object arg2, int arg3)
public final boolean startDragAndDrop(ClipData arg0, View.DragShadowBuilder arg1, Object arg2, int arg3)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.content.ClipData | |
arg1 | android.view.View.DragShadowBuilder | |
arg2 | java.lang.Object | |
arg3 | int |
Returns: boolean
startNestedScroll(int arg0)
public boolean startNestedScroll(int arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | int |
Returns: boolean
stopNestedScroll()
public void stopNestedScroll()
toString()
public String toString()
Returns: java.lang.String
transformMatrixToGlobal(Matrix arg0)
public void transformMatrixToGlobal(Matrix arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Matrix |
transformMatrixToLocal(Matrix arg0)
public void transformMatrixToLocal(Matrix arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.Matrix |
unscheduleDrawable(Drawable arg0)
public void unscheduleDrawable(Drawable arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable |
unscheduleDrawable(Drawable arg0, Runnable arg1)
public void unscheduleDrawable(Drawable arg0, Runnable arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.graphics.drawable.Drawable | |
arg1 | java.lang.Runnable |
updateDragShadow(View.DragShadowBuilder arg0)
public final void updateDragShadow(View.DragShadowBuilder arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | android.view.View.DragShadowBuilder |
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |
willNotCacheDrawing()
public boolean willNotCacheDrawing()
Returns: boolean
willNotDraw()
public boolean willNotDraw()
Returns: boolean