belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
ViewGroupCompat
public
final
class
ViewGroupCompat
extends Object
java.lang.Object | |
↳ | android.support.v4.view.ViewGroupCompat |
Helper for accessing features in ViewGroup
.
Summary
Constants | |
---|---|
int |
LAYOUT_MODE_CLIP_BOUNDS
This constant is a |
int |
LAYOUT_MODE_OPTICAL_BOUNDS
This constant is a |
Public methods | |
---|---|
static
int
|
getLayoutMode(ViewGroup group)
Returns the basis of alignment during layout operations on this ViewGroup:
either |
static
int
|
getNestedScrollAxes(ViewGroup group)
Return the current axes of nested scrolling for this ViewGroup. |
static
boolean
|
isTransitionGroup(ViewGroup group)
Returns true if this ViewGroup should be considered as a single entity for removal when executing an Activity transition. |
static
boolean
|
onRequestSendAccessibilityEvent(ViewGroup group, View child, AccessibilityEvent event)
This method was deprecated
in API level 26.1.0.
Use |
static
void
|
setLayoutMode(ViewGroup group, int mode)
Sets the basis of alignment during the layout of this ViewGroup. |
static
void
|
setMotionEventSplittingEnabled(ViewGroup group, boolean split)
This method was deprecated
in API level 26.1.0.
Use |
static
void
|
setTransitionGroup(ViewGroup group, boolean isTransitionGroup)
Changes whether or not this ViewGroup should be treated as a single entity during Activity Transitions. |
Inherited methods | |
---|---|
![]()
java.lang.Object
|