public abstract class AbstractViewGroupAssert<S extends AbstractViewGroupAssert<S,A>,A extends android.view.ViewGroup> extends AbstractViewAssert<S,A>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractViewGroupAssert(A actual,
java.lang.Class<S> selfType) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
descendantFocusabilityToString(int focusability) |
S |
hasAnimationCacheDisabled() |
S |
hasAnimationCacheEnabled() |
S |
hasChildCount(int count) |
S |
hasDescendantFocusability(int focusability) |
S |
hasFocusedChild(android.view.View view) |
S |
hasLayoutMode(int layoutMode) |
S |
hasMotionEventSplittingDisabled() |
S |
hasMotionEventSplittingEnabled() |
S |
hasPersistentDrawingCache(int cache) |
S |
isAddingStatesFromChildren() |
S |
isAlwaysDrawnWithCache() |
S |
isClippingChildren() |
S |
isNotAddingStatesFromChildren() |
S |
isNotAlwaysDrawnWithCache() |
S |
isNotClippingChildren() |
static java.lang.String |
layoutModeToString(int layoutMode) |
static java.lang.String |
persistentDrawingCacheToString(int cache) |
canNotResolveLayoutDirection, canNotResolveTextAlignment, canNotResolveTextDirection, canResolveLayoutDirection, canResolveTextAlignment, canResolveTextDirection, hasAlpha, hasAnimation, hasBackground, hasBaseline, hasBottom, hasContentDescription, hasContentDescription, hasDrawingCacheBackgroundColor, hasDrawingCacheQuality, hasFocus, hasFocusable, hasHapticFeedbackDisabled, hasHapticFeedbackEnabled, hasHeight, hasHorizontalFadingEdgeLength, hasHorizontalFadingEdgesDisabled, hasHorizontalFadingEdgesEnabled, hasHorizontalScrollbarDisabled, hasHorizontalScrollbarEnabled, hasId, hasLabelFor, hasLayerType, hasLayoutDirection, hasLayoutRequested, hasLeft, hasMeasuredHeight, hasMeasuredHeightAndState, hasMeasuredState, hasMeasuredWidth, hasMeasuredWidthAndState, hasMinimumHeight, hasMinimumWidth, hasNextFocusDownId, hasNextFocusForwardId, hasNextFocusLeftId, hasNextFocusRightId, hasNextFocusUpId, hasNoFocus, hasNoLayoutRequested, hasNotResolvedLayoutDirection, hasNotResolvedTextAlignment, hasNotResolvedTextDirection, hasOverScrollMode, hasPaddingBottom, hasPaddingEnd, hasPaddingLeft, hasPaddingRight, hasPaddingStart, hasPaddingTop, hasParent, hasParentForAccessibility, hasPivotX, hasPivotY, hasResolvedLayoutDirection, hasResolvedTextAlignment, hasResolvedTextDirection, hasRight, hasRootView, hasRotation, hasRotationX, hasRotationY, hasSaveDisabled, hasSaveEnabled, hasSaveFromParentDisabled, hasSaveFromParentEnabled, hasScaleX, hasScaleY, hasScrollBarDefaultDelayBeforeFade, hasScrollBarFadeDuration, hasScrollbarFadingDisabled, hasScrollbarFadingEnabled, hasScrollBarSize, hasScrollBarStyle, hasScrollX, hasScrollY, hasSolidColor, hasSoundEffectsDisabled, hasSoundEffectsEnabled, hasSystemUiVisibility, hasTag, hasTag, hasTextAlignment, hasTextDirection, hasTop, hasTranslationX, hasTranslationY, hasVerticalFadingEdgeDisabled, hasVerticalFadingEdgeEnabled, hasVerticalFadingEdgeLength, hasVerticalScrollBarDisabled, hasVerticalScrollBarEnabled, hasVerticalScrollbarPosition, hasVerticalScrollbarWidth, hasVisibility, hasWidth, hasWindowVisibility, hasX, hasY, isActivated, isAttachedToWindow, isClickable, isDirty, isDisabled, isDuplicatingParentState, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isGone, isHardwareAccelerated, isHovered, isInEditMode, isInFocusedWindow, isInLayout, isInTouchMode, isInvisible, isKeepingScreenOn, isLaidOut, isLongClickable, isNotActivated, isNotAttachedToWindow, isNotClickable, isNotDirty, isNotDuplicatingParentState, isNotFocusable, isNotFocusableInTouchMode, isNotFocused, isNotGone, isNotHardwareAccelerated, isNotHovered, isNotInEditMode, isNotInFocusedWindow, isNotInLayout, isNotInTouchMode, isNotInvisible, isNotKeepingScreenOn, isNotLaidOut, isNotLongClickable, isNotOpaque, isNotPressed, isNotScrollContainer, isNotSelected, isNotShown, isNotUsingDrawingCache, isNotVisible, isOpaque, isPressed, isScrollContainer, isSelected, isShown, isUsingDrawingCache, isVisible, layerTypeToString, layoutDirectionToString, overScrollModeToString, scrollBarStyleToString, textAlignmentToString, textDirectionToString, verticalScrollBarPositionToString, visibilityToStringpublic S isAddingStatesFromChildren()
public S isNotAddingStatesFromChildren()
public S hasChildCount(int count)
public S hasDescendantFocusability(int focusability)
public S hasFocusedChild(android.view.View view)
public S hasLayoutMode(int layoutMode)
public S hasPersistentDrawingCache(int cache)
public S isAlwaysDrawnWithCache()
public S isNotAlwaysDrawnWithCache()
public S isClippingChildren()
public S isNotClippingChildren()
public S hasAnimationCacheEnabled()
public S hasAnimationCacheDisabled()
public S hasMotionEventSplittingEnabled()
public S hasMotionEventSplittingDisabled()
public static java.lang.String descendantFocusabilityToString(int focusability)
public static java.lang.String persistentDrawingCacheToString(int cache)
public static java.lang.String layoutModeToString(int layoutMode)