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,
Class<S> selfType) |
| Modifier and Type | Method and Description |
|---|---|
S |
hasAnimationCacheDisabled() |
S |
hasAnimationCacheEnabled() |
S |
hasChildCount(int count) |
S |
hasDescendantFocusability(int focusability) |
S |
hasFocusedChild(android.view.View view) |
S |
hasMotionEventSplittingDisabled() |
S |
hasMotionEventSplittingEnabled() |
S |
hasPersistentDrawingCache(int cache) |
S |
isAddingStatesFromChildren() |
S |
isAlwaysDrawnWithCache() |
S |
isNotAddingStatesFromChildren() |
S |
isNotAlwaysDrawnWithCache() |
hasAlpha, hasAnimation, hasBackground, hasBaseline, hasBottom, hasContentDescription, hasContentDescription, hasDrawingCacheBackgroundColor, hasDrawingCacheQuality, hasFocus, hasFocusable, hasHapticFeedbackDisabled, hasHapticFeedbackEnabled, hasHeight, hasHorizontalFadingEdgeLength, hasHorizontalFadingEdgesDisabled, hasHorizontalFadingEdgesEnabled, hasHorizontalScrollbarDisabled, hasHorizontalScrollbarEnabled, hasId, hasLayerType, hasLayoutRequested, hasLeft, hasMeasuredHeight, hasMeasuredHeightAndState, hasMeasuredState, hasMeasuredWidth, hasMeasuredWidthAndState, hasMinimumHeight, hasMinimumWidth, hasNextFocusDownId, hasNextFocusForwardId, hasNextFocusLeftId, hasNextFocusRightId, hasNextFocusUpId, hasNoFocus, hasNoLayoutRequested, hasOverScrollMode, hasPaddingBottom, hasPaddingLeft, hasPaddingRight, hasPaddingTop, hasParent, hasParentForAccessibility, hasPivotX, hasPivotY, 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, hasTop, hasTranslationX, hasTranslationY, hasVerticalFadingEdgeDisabled, hasVerticalFadingEdgeEnabled, hasVerticalFadingEdgeLength, hasVerticalScrollBarDisabled, hasVerticalScrollBarEnabled, hasVerticalScrollbarPosition, hasVerticalScrollbarWidth, hasVisibility, hasWidth, hasWindowVisibility, hasX, hasY, isActivated, isClickable, isDirty, isDisabled, isDuplicatingParentState, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isGone, isHardwareAccelerated, isHovered, isInEditMode, isInFocusedWindow, isInTouchMode, isInvisible, isKeepingScreenOn, isLongClickable, isNotActivated, isNotClickable, isNotDirty, isNotDuplicatingParentState, isNotFocusable, isNotFocusableInTouchMode, isNotFocused, isNotGone, isNotHardwareAccelerated, isNotHovered, isNotInEditMode, isNotInFocusedWindow, isNotInTouchMode, isNotInvisible, isNotKeepingScreenOn, isNotLongClickable, isNotOpaque, isNotPressed, isNotScrollContainer, isNotSelected, isNotShown, isNotUsingDrawingCache, isNotVisible, isOpaque, isPressed, isScrollContainer, isSelected, isShown, isUsingDrawingCache, isVisibleas, as, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, getWritableAssertionInfo, has, hashCode, hasSameClassAs, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, usingComparator, usingDefaultComparatorpublic S isAddingStatesFromChildren()
public S isNotAddingStatesFromChildren()
public S hasChildCount(int count)
public S hasDescendantFocusability(int focusability)
public S hasFocusedChild(android.view.View view)
public S hasPersistentDrawingCache(int cache)
public S isAlwaysDrawnWithCache()
public S isNotAlwaysDrawnWithCache()
public S hasAnimationCacheEnabled()
public S hasAnimationCacheDisabled()
public S hasMotionEventSplittingEnabled()
public S hasMotionEventSplittingDisabled()
Copyright © 2013 Square, Inc.. All Rights Reserved.