@Implements(value=android.view.ViewGroup.class) public class ShadowViewGroup extends ShadowView
ShadowView.WindowIdHelper
Modifier and Type | Field and Description |
---|---|
protected android.view.ViewGroup |
realViewGroup |
attributeSet, realView, scrollToCoordinates
Constructor and Description |
---|
ShadowViewGroup() |
Modifier and Type | Method and Description |
---|---|
protected void |
addView(android.view.View child,
int index,
android.view.ViewGroup.LayoutParams params) |
void |
dump(java.io.PrintStream out,
int indent)
Dumps the state of this
ViewGroup to System.out . |
boolean |
getDisallowInterceptTouchEvent() |
android.view.MotionEvent |
getInterceptedTouchEvent() |
java.lang.String |
innerText()
Returns a string representation of this
ViewGroup by concatenating all of the strings contained in all of the descendants of this ViewGroup . |
protected boolean |
onInterceptTouchEvent(android.view.MotionEvent ev) |
protected void |
removedChild(android.view.View child) |
protected void |
requestDisallowInterceptTouchEvent(boolean disallowIntercept) |
__constructor__, callOnAttachedToWindow, callOnDetachedFromWindow, checkedPerformClick, clearWasInvalidated, clickOn, didRequestLayout, draw, dump, dump, dumpAttribute, dumpAttributes, dumpFirstPart, dumpIndent, getDrawingCache, getGlobalVisibleRect, getLastTouchEvent, getLayerType, getOnClickListener, getOnCreateContextMenuListener, getOnLongClickListener, getOnSystemUiVisibilityChangeListener, getOnTouchListener, getScrollX, getScrollY, getWindowId, innerText, invalidate, isAttachedToWindow, lastHapticFeedbackPerformed, onLayout, onLayoutWasCalled, onTouchEvent, performHapticFeedback, post, postDelayed, postInvalidateDelayed, removeCallbacks, requestLayout, scrollBy, scrollTo, setAnimation, setDidRequestLayout, setGlobalVisibleRect, setLayerType, setMyParent, setOnClickListener, setOnCreateContextMenuListener, setOnFocusChangeListener, setOnLongClickListener, setOnSystemUiVisibilityChangeListener, setOnTouchListener, setScrollX, setScrollY, setViewFocus, visualize, wasInvalidated
@RealObject protected android.view.ViewGroup realViewGroup
@Implementation protected void addView(android.view.View child, int index, android.view.ViewGroup.LayoutParams params)
public java.lang.String innerText()
Returns a string representation of this ViewGroup
by concatenating all of the strings contained in all of the descendants of this ViewGroup
.
innerText
in class ShadowView
public void dump(java.io.PrintStream out, int indent)
Dumps the state of this ViewGroup
to System.out
.
dump
in class ShadowView
out
- Output stream.indent
- Indentation level.@Implementation protected void requestDisallowInterceptTouchEvent(boolean disallowIntercept)
public boolean getDisallowInterceptTouchEvent()
protected void removedChild(android.view.View child)
public android.view.MotionEvent getInterceptedTouchEvent()
@Implementation protected boolean onInterceptTouchEvent(android.view.MotionEvent ev)