static
int
|
addAccessibilityAction(View view, CharSequence label, AccessibilityViewCommand command)
Adds an accessibility action that can be performed on a node associated with a view.
|
static
void
|
addKeyboardNavigationClusters(View view, Collection<View> views, int direction)
Adds any keyboard navigation cluster roots that are descendants of view (
including view if it is a cluster root itself) to views.
|
static
void
|
addOnUnhandledKeyEventListener(View v, ViewCompat.OnUnhandledKeyEventListenerCompat listener)
Adds a listener which will receive unhandled KeyEvents.
|
static
ViewPropertyAnimatorCompat
|
animate(View view)
This method returns a ViewPropertyAnimator object, which can be used to animate
specific properties on this View.
|
static
boolean
|
canScrollHorizontally(View view, int direction)
This method is deprecated.
Use View.canScrollHorizontally(int) directly.
|
static
boolean
|
canScrollVertically(View view, int direction)
This method is deprecated.
Use View.canScrollVertically(int) directly.
|
static
void
|
cancelDragAndDrop(View v)
Cancel the drag and drop operation.
|
static
int
|
combineMeasuredStates(int curState, int newState)
This method is deprecated.
Use View.combineMeasuredStates(int, int) directly.
|
static
WindowInsetsCompat
|
dispatchApplyWindowInsets(View view, WindowInsetsCompat insets)
Request to apply the given window insets to this view or another view in its subtree.
|
static
void
|
dispatchFinishTemporaryDetach(View view)
Notify a view that its temporary detach has ended; the view is now reattached.
|
static
boolean
|
dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed)
Dispatch a fling to a nested scrolling parent.
|
static
boolean
|
dispatchNestedPreFling(View view, float velocityX, float velocityY)
Dispatch a fling to a nested scrolling parent before it is processed by this view.
|
static
boolean
|
dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow, int type)
Dispatch one step of a nested scroll in progress before this view consumes any portion of it.
|
static
boolean
|
dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow)
Dispatch one step of a nested scroll in progress before this view consumes any portion of it.
|
static
boolean
|
dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow, int type)
Dispatch one step of a nested scroll in progress.
|
static
boolean
|
dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow)
Dispatch one step of a nested scroll in progress.
|
static
void
|
dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow, int type, int[] consumed)
Dispatch one step of a nested scroll in progress.
|
static
void
|
dispatchStartTemporaryDetach(View view)
Notify a view that it is being temporarily detached.
|
static
void
|
enableAccessibleClickableSpanSupport(View view)
Allow accessibility services to find and activate clickable spans in the application.
|
static
int
|
generateViewId()
Generate a value suitable for use in View.setId(int).
|
static
AccessibilityDelegateCompat
|
getAccessibilityDelegate(View view)
Get the current accessibility delegate.
|
static
int
|
getAccessibilityLiveRegion(View view)
Gets the live region mode for the specified View.
|
static
AccessibilityNodeProviderCompat
|
getAccessibilityNodeProvider(View view)
Gets the provider for managing a virtual view hierarchy rooted at this View
and reported to AccessibilityServices
that explore the window content.
|
static
CharSequence
|
getAccessibilityPaneTitle(View view)
Get the title of the pane for purposes of accessibility.
|
static
float
|
getAlpha(View view)
This method is deprecated.
Use View.getAlpha() directly.
|
static
ColorStateList
|
getBackgroundTintList(View view)
Return the tint applied to the background drawable, if specified.
|
static
PorterDuff.Mode
|
getBackgroundTintMode(View view)
Return the blending mode used to apply the tint to the background
drawable, if specified.
|
static
Rect
|
getClipBounds(View view)
Returns a copy of the current setClipBounds(View, Rect).
|
static
Display
|
getDisplay(View view)
Gets the logical display to which the view's window has been attached.
|
static
float
|
getElevation(View view)
The base elevation of this view relative to its parent, in pixels.
|
static
boolean
|
getFitsSystemWindows(View v)
Returns true if this view should adapt to fit system window insets.
|
static
int
|
getImportantForAccessibility(View view)
Gets the mode for determining whether this View is important for accessibility
which is if it fires accessibility events and if it is reported to
accessibility services that query the screen.
|
static
int
|
getImportantForAutofill(View v)
Gets the mode for determining whether this view is important for autofill.
|
static
int
|
getLabelFor(View view)
Gets the id of a view for which a given view serves as a label for
accessibility purposes.
|
static
int
|
getLayerType(View view)
This method is deprecated.
Use View.getLayerType() directly.
|
static
int
|
getLayoutDirection(View view)
Returns the resolved layout direction for this view.
|
static
Matrix
|
getMatrix(View view)
This method is deprecated.
Use View.getMatrix() directly.
|
static
int
|
getMeasuredHeightAndState(View view)
This method is deprecated.
Use View.getMeasuredHeightAndState() directly.
|
static
int
|
getMeasuredState(View view)
This method is deprecated.
Use View.getMeasuredState() directly.
|
static
int
|
getMeasuredWidthAndState(View view)
This method is deprecated.
Use View.getMeasuredWidth() directly.
|
static
int
|
getMinimumHeight(View view)
Returns the minimum height of the view.
|
static
int
|
getMinimumWidth(View view)
Returns the minimum width of the view.
|
static
int
|
getNextClusterForwardId(View view)
Gets the ID of the next keyboard navigation cluster root.
|
static
int
|
getOverScrollMode(View v)
This method is deprecated.
Call View.getOverScrollMode() directly. This method will be
removed in a future release.
|
static
int
|
getPaddingEnd(View view)
Returns the end padding of the specified view depending on its resolved layout direction.
|
static
int
|
getPaddingStart(View view)
Returns the start padding of the specified view depending on its resolved layout direction.
|
static
ViewParent
|
getParentForAccessibility(View view)
Gets the parent for accessibility purposes.
|
static
float
|
getPivotX(View view)
This method is deprecated.
Use View.getPivotX() directly.
|
static
float
|
getPivotY(View view)
This method is deprecated.
Use View.getPivotY() directly.
|
static
float
|
getRotation(View view)
This method is deprecated.
Use View.getRotation() directly.
|
static
float
|
getRotationX(View view)
This method is deprecated.
Use View.getRotationX() directly.
|
static
float
|
getRotationY(View view)
This method is deprecated.
Use View.getRotationY() directly.
|
static
float
|
getScaleX(View view)
This method is deprecated.
Use View.getScaleX() directly.
|
static
float
|
getScaleY(View view)
This method is deprecated.
Use View.getScaleY() directly.
|
static
int
|
getScrollIndicators(View view)
Returns a bitmask representing the enabled scroll indicators.
|
static
String
|
getTransitionName(View view)
Returns the name of the View to be used to identify Views in Transitions.
|
static
float
|
getTranslationX(View view)
This method is deprecated.
Use View.getTranslationX() directly.
|
static
float
|
getTranslationY(View view)
This method is deprecated.
Use View.getTranslationY() directly.
|
static
float
|
getTranslationZ(View view)
The depth location of this view relative to its elevation.
|
static
int
|
getWindowSystemUiVisibility(View view)
Returns the current system UI visibility that is currently set for the entire window.
|
static
float
|
getX(View view)
This method is deprecated.
Use View.getX() directly.
|
static
float
|
getY(View view)
This method is deprecated.
Use View.getY() directly.
|
static
float
|
getZ(View view)
The visual z position of this view, in pixels.
|
static
boolean
|
hasAccessibilityDelegate(View view)
Checks whether provided View has an accessibility delegate attached to it.
|
static
boolean
|
hasExplicitFocusable(View view)
Returns true if this view is focusable or if it contains a reachable View
for which View.hasExplicitFocusable() returns true.
|
static
boolean
|
hasNestedScrollingParent(View view, int type)
Returns true if this view has a nested scrolling parent.
|
static
boolean
|
hasNestedScrollingParent(View view)
Returns true if this view has a nested scrolling parent.
|
static
boolean
|
hasOnClickListeners(View view)
Returns whether the provided view has an attached View.OnClickListener.
|
static
boolean
|
hasOverlappingRendering(View view)
Returns whether this View has content which overlaps.
|
static
boolean
|
hasTransientState(View view)
Indicates whether the view is currently tracking transient state that the
app should not need to concern itself with saving and restoring, but that
the framework should take special note to preserve when possible.
|
static
boolean
|
isAccessibilityHeading(View view)
Gets whether this view is a heading for accessibility purposes.
|
static
boolean
|
isAttachedToWindow(View view)
Returns true if the provided view is currently attached to a window.
|
static
boolean
|
isFocusedByDefault(View view)
Returns whether view should receive focus when the focus is restored for the view
hierarchy containing it.
|
static
boolean
|
isImportantForAccessibility(View view)
Computes whether this view should be exposed for accessibility.
|
static
boolean
|
isImportantForAutofill(View v)
Hints the Android System whether the AssistStructure.ViewNode
associated with this view is considered important for autofill purposes.
|
static
boolean
|
isInLayout(View view)
Returns whether the view hierarchy is currently undergoing a layout pass.
|
static
boolean
|
isKeyboardNavigationCluster(View view)
Returns whether view is a root of a keyboard navigation cluster.
|
static
boolean
|
isLaidOut(View view)
Returns true if view has been through at least one layout since it
was last attached to or detached from a window.
|
static
boolean
|
isLayoutDirectionResolved(View view)
Returns whether layout direction has been resolved.
|
static
boolean
|
isNestedScrollingEnabled(View view)
Returns true if nested scrolling is enabled for this view.
|
static
boolean
|
isOpaque(View view)
This method is deprecated.
Use View.isOpaque() directly. This method will be
removed in a future release.
|
static
boolean
|
isPaddingRelative(View view)
Return if the padding as been set through relative values
View.setPaddingRelative(int, int, int, int) or thru
|
static
boolean
|
isScreenReaderFocusable(View view)
Returns whether the view should be treated as a focusable unit by screen reader
accessibility tools.
|
static
void
|
jumpDrawablesToCurrentState(View v)
This method is deprecated.
Use View.jumpDrawablesToCurrentState() directly.
|
static
View
|
keyboardNavigationClusterSearch(View view, View currentCluster, int direction)
Find the nearest keyboard navigation cluster in the specified direction.
|
static
void
|
offsetLeftAndRight(View view, int offset)
Offset this view's horizontal location by the specified amount of pixels.
|
static
void
|
offsetTopAndBottom(View view, int offset)
Offset this view's vertical location by the specified number of pixels.
|
static
WindowInsetsCompat
|
onApplyWindowInsets(View view, WindowInsetsCompat insets)
Called when the view should apply WindowInsetsCompat according to its internal policy.
|
static
void
|
onInitializeAccessibilityEvent(View v, AccessibilityEvent event)
This method is deprecated.
Call View.onInitializeAccessibilityEvent(AccessibilityEvent) directly.
This method will be removed in a future release.
|
static
void
|
onInitializeAccessibilityNodeInfo(View v, AccessibilityNodeInfoCompat info)
Initializes an AccessibilityNodeInfoCompat with information
about this view.
|
static
void
|
onPopulateAccessibilityEvent(View v, AccessibilityEvent event)
This method is deprecated.
Call View.onPopulateAccessibilityEvent(AccessibilityEvent) directly.
This method will be removed in a future release.
|
static
boolean
|
performAccessibilityAction(View view, int action, Bundle arguments)
Performs the specified accessibility action on the view.
|
static
void
|
postInvalidateOnAnimation(View view, int left, int top, int right, int bottom)
Cause an invalidate of the specified area to happen on the next animation
time step, typically the next display frame.
|
static
void
|
postInvalidateOnAnimation(View view)
Cause an invalidate to happen on the next animation time step, typically the
next display frame.
|
static
void
|
postOnAnimation(View view, Runnable action)
Causes the Runnable to execute on the next animation time step.
|
static
void
|
postOnAnimationDelayed(View view, Runnable action, long delayMillis)
Causes the Runnable to execute on the next animation time step,
after the specified amount of time elapses.
|
static
void
|
removeAccessibilityAction(View view, int actionId)
Removes an accessibility action that can be performed on a node associated with a view.
|
static
void
|
removeOnUnhandledKeyEventListener(View v, ViewCompat.OnUnhandledKeyEventListenerCompat listener)
Removes a listener which will receive unhandled KeyEvents.
|
static
void
|
replaceAccessibilityAction(View view, AccessibilityNodeInfoCompat.AccessibilityActionCompat replacedAction, CharSequence label, AccessibilityViewCommand command)
Replaces an action.
|
static
void
|
requestApplyInsets(View view)
Ask that a new dispatch of View.onApplyWindowInsets(WindowInsets) be performed.
|
static
<T extends View>
T
|
requireViewById(View view, int id)
Finds the first descendant view with the given ID, the view itself if the ID matches
View.getId(), or throws an IllegalArgumentException if the ID is invalid or there
is no matching view in the hierarchy.
|
static
int
|
resolveSizeAndState(int size, int measureSpec, int childMeasuredState)
This method is deprecated.
Use View.resolveSizeAndState(int, int, int) directly.
|
static
boolean
|
restoreDefaultFocus(View view)
Gives focus to the default-focus view in the view hierarchy rooted at view.
|
static
void
|
setAccessibilityDelegate(View v, AccessibilityDelegateCompat delegate)
Sets a delegate for implementing accessibility support via composition
(as opposed to inheritance).
|
static
void
|
setAccessibilityHeading(View view, boolean isHeading)
Set if view is a heading for a section of content for accessibility purposes.
|
static
void
|
setAccessibilityLiveRegion(View view, int mode)
Sets the live region mode for the specified view.
|
static
void
|
setAccessibilityPaneTitle(View view, CharSequence accessibilityPaneTitle)
Visually distinct portion of a window with window-like semantics are considered panes for
accessibility purposes.
|
static
void
|
setActivated(View view, boolean activated)
This method is deprecated.
Use View.setActivated(boolean) directly.
|
static
void
|
setAlpha(View view, float value)
This method is deprecated.
Use View.setAlpha(float) directly.
|
static
void
|
setAutofillHints(View v, String... autofillHints)
Sets the hints that help an AutofillService determine how
to autofill the view with the user's data.
|
static
void
|
setBackground(View view, Drawable background)
Set the background of the view to a given Drawable, or remove the background.
|
static
void
|
setBackgroundTintList(View view, ColorStateList tintList)
Applies a tint to the background drawable.
|
static
void
|
setBackgroundTintMode(View view, PorterDuff.Mode mode)
Specifies the blending mode used to apply the tint specified by
setBackgroundTintList(android.view.View, android.content.res.ColorStateList) to
the background drawable.
|
static
void
|
setChildrenDrawingOrderEnabled(ViewGroup viewGroup, boolean enabled)
This method is deprecated.
Use ViewGroup.setChildrenDrawingOrderEnabled(boolean) directly.
|
static
void
|
setClipBounds(View view, Rect clipBounds)
Sets a rectangular area on this view to which the view will be clipped
when it is drawn.
|
static
void
|
setElevation(View view, float elevation)
Sets the base elevation of this view, in pixels.
|
static
void
|
setFitsSystemWindows(View view, boolean fitSystemWindows)
This method is deprecated.
Use View.setFitsSystemWindows(boolean) directly.
|
static
void
|
setFocusedByDefault(View view, boolean isFocusedByDefault)
Sets whether view should receive focus when the focus is restored for the view
hierarchy containing it.
|
static
void
|
setHasTransientState(View view, boolean hasTransientState)
Set whether this view is currently tracking transient state that the
framework should attempt to preserve when possible.
|
static
void
|
setImportantForAccessibility(View view, int mode)
Sets how to determine whether this view is important for accessibility
which is if it fires accessibility events and if it is reported to
accessibility services that query the screen.
|
static
void
|
setImportantForAutofill(View v, int mode)
Sets the mode for determining whether this view is considered important for autofill.
|
static
void
|
setKeyboardNavigationCluster(View view, boolean isCluster)
Set whether view is a root of a keyboard navigation cluster.
|
static
void
|
setLabelFor(View view, int labeledId)
Sets the id of a view for which a given view serves as a label for
accessibility purposes.
|
static
void
|
setLayerPaint(View view, Paint paint)
Updates the Paint object used with the current layer (used only if the current
layer type is not set to View.LAYER_TYPE_NONE).
|
static
void
|
setLayerType(View view, int layerType, Paint paint)
This method is deprecated.
Use View.setLayerType(int, Paint) directly.
|
static
void
|
setLayoutDirection(View view, int layoutDirection)
Set the layout direction for this view.
|
static
void
|
setNestedScrollingEnabled(View view, boolean enabled)
Enable or disable nested scrolling for this view.
|
static
void
|
setNextClusterForwardId(View view, int nextClusterForwardId)
Sets the ID of the next keyboard navigation cluster root view.
|
static
void
|
setOnApplyWindowInsetsListener(View v, OnApplyWindowInsetsListener listener)
Set an OnApplyWindowInsetsListener to take over the policy for applying
window insets to this view.
|
static
void
|
setOverScrollMode(View v, int overScrollMode)
This method is deprecated.
Call View.setOverScrollMode(int) directly. This method will be
removed in a future release.
|
static
void
|
setPaddingRelative(View view, int start, int top, int end, int bottom)
Sets the relative padding.
|
static
void
|
setPivotX(View view, float value)
This method is deprecated.
Use View.setPivotX(float) directly.
|
static
void
|
setPivotY(View view, float value)
This method is deprecated.
Use View.setPivotX(float) directly.
|
static
void
|
setPointerIcon(View view, PointerIconCompat pointerIcon)
Set the pointer icon for the current view.
|
static
void
|
setRotation(View view, float value)
This method is deprecated.
Use View.setRotation(float) directly.
|
static
void
|
setRotationX(View view, float value)
This method is deprecated.
Use View.setRotationX(float) directly.
|
static
void
|
setRotationY(View view, float value)
This method is deprecated.
Use View.setRotationY(float) directly.
|
static
void
|
setSaveFromParentEnabled(View v, boolean enabled)
This method is deprecated.
Use View.setSaveFromParentEnabled(boolean) directly.
|
static
void
|
setScaleX(View view, float value)
This method is deprecated.
Use View.setScaleX(float) directly.
|
static
void
|
setScaleY(View view, float value)
This method is deprecated.
Use View.setScaleY(float) directly.
|
static
void
|
setScreenReaderFocusable(View view, boolean screenReaderFocusable)
When screen readers (one type of accessibility tool) decide what should be read to the
user, they typically look for input focusable (View.isFocusable()) parents of
non-focusable text items, and read those focusable parents and their non-focusable children
as a unit.
|
static
void
|
setScrollIndicators(View view, int indicators, int mask)
Sets the state of the scroll indicators specified by the mask.
|
static
void
|
setScrollIndicators(View view, int indicators)
Sets the state of all scroll indicators.
|
static
void
|
setTooltipText(View view, CharSequence tooltipText)
Sets the tooltip for the view.
|
static
void
|
setTransitionName(View view, String transitionName)
Sets the name of the View to be used to identify Views in Transitions.
|
static
void
|
setTranslationX(View view, float value)
This method is deprecated.
Use View.setTranslationX(float) directly.
|
static
void
|
setTranslationY(View view, float value)
This method is deprecated.
Use View.setTranslationY(float) directly.
|
static
void
|
setTranslationZ(View view, float translationZ)
Sets the depth location of this view relative to its elevation.
|
static
void
|
setX(View view, float value)
This method is deprecated.
Use View.setX(float) directly.
|
static
void
|
setY(View view, float value)
This method is deprecated.
Use View.setY(float) directly.
|
static
void
|
setZ(View view, float z)
Sets the visual z position of this view, in pixels.
|
static
boolean
|
startDragAndDrop(View v, ClipData data, View.DragShadowBuilder shadowBuilder, Object localState, int flags)
Start the drag and drop operation.
|
static
boolean
|
startNestedScroll(View view, int axes, int type)
Begin a nestable scroll operation along the given axes.
|
static
boolean
|
startNestedScroll(View view, int axes)
Begin a nestable scroll operation along the given axes.
|
static
void
|
stopNestedScroll(View view, int type)
Stop a nested scroll in progress.
|
static
void
|
stopNestedScroll(View view)
Stop a nested scroll in progress.
|
static
void
|
updateDragShadow(View v, View.DragShadowBuilder shadowBuilder)
Update the drag shadow while drag and drop is in progress.
|