com.xtremelabs.robolectric.shadows
Class ShadowViewGroup
java.lang.Object
com.xtremelabs.robolectric.shadows.ShadowView
com.xtremelabs.robolectric.shadows.ShadowViewGroup
- Direct Known Subclasses:
- ShadowAdapterView, ShadowMapView
@Implements(value=android.view.ViewGroup.class)
public class ShadowViewGroup
- extends ShadowView
Methods inherited from class com.xtremelabs.robolectric.shadows.ShadowView |
__constructor__, __constructor__, clearWasInvalidated, dispatchTouchEvent, dump, dumpFirstPart, dumpIndent, getBackgroundResourceId, getBottom, getContext, getHeight, getId, getLayoutParams, getLeft, getMeasuredWidth, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getParent, getResources, getRight, getRootView, getTag, getTag, getTop, getVisibility, getWidth, inflate, invalidate, isClickable, isEnabled, isFocusable, isFocusableInTouchMode, isFocused, isSelected, layout, performClick, requestFocus, requestFocus, setBackgroundResource, setBottom, setClickable, setEnabled, setFocusable, setFocusableInTouchMode, setFocused, setId, setLayoutParams, setLeft, setOnClickListener, setOnFocusChangeListener, setOnKeyListener, setOnTouchListener, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setRight, setSelected, setTag, setTag, setTop, setViewFocus, setVisibility, wasInvalidated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShadowViewGroup
public ShadowViewGroup()
findViewById
@Implementation
public android.view.View findViewById(int id)
- Overrides:
findViewById
in class ShadowView
addView
@Implementation
public void addView(android.view.View child)
getChildCount
@Implementation
public int getChildCount()
getChildAt
@Implementation
public android.view.View getChildAt(int index)
removeAllViews
@Implementation
public void removeAllViews()
removeViewAt
@Implementation
public void removeViewAt(int position)
hasFocus
@Implementation
public boolean hasFocus()
- Overrides:
hasFocus
in class ShadowView
clearFocus
@Implementation
public void clearFocus()
- Overrides:
clearFocus
in class ShadowView
innerText
public java.lang.String innerText()
- Overrides:
innerText
in class ShadowView
dump
public void dump(java.io.PrintStream out,
int indent)
- Overrides:
dump
in class ShadowView